rocrtst: Disable FreeQueueRingBufferTest temporarily
This test is disabled until kernel patches are added to handle invalid user actions gracefully. These patches validate and block operations like freeing active queue buffers, which can corrupt the driver's state if unhandled. Currently, such operations result in driver state corruption, leading to segmentation faults and subsequent failures during runtime. Change-Id: If4c321a14df950a639141fc96048889659c14477
This commit is contained in:
@@ -412,7 +412,11 @@ TEST(rocrtstNeg, Memory_Negative_Tests) {
|
||||
RunCustomTestProlog(&mt);
|
||||
mt.ZeroMemoryAllocateTest();
|
||||
mt.MaxMemoryAllocateTest();
|
||||
mt.FreeQueueRingBufferTest();
|
||||
|
||||
// Disabled temporarily - Renable this test only
|
||||
// on recent GPUs - gfx94x+
|
||||
// mt.FreeQueueRingBufferTest();
|
||||
|
||||
RunCustomTestEpilog(&mt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user