aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/amdgpu/deadlock_tests.c')
-rw-r--r--tests/amdgpu/deadlock_tests.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/amdgpu/deadlock_tests.c b/tests/amdgpu/deadlock_tests.c
index e23d903f..f5c4552a 100644
--- a/tests/amdgpu/deadlock_tests.c
+++ b/tests/amdgpu/deadlock_tests.c
@@ -119,13 +119,7 @@ int suite_deadlock_tests_clean(void)
119 119
120CU_TestInfo deadlock_tests[] = { 120CU_TestInfo deadlock_tests[] = {
121 { "gfx ring block test", amdgpu_deadlock_gfx }, 121 { "gfx ring block test", amdgpu_deadlock_gfx },
122 122 { "compute ring block test", amdgpu_deadlock_compute },
123 /*
124 * BUG: Compute ring stalls and never recovers when the address is
125 * written after the command already submitted
126 */
127 /* { "compute ring block test", amdgpu_deadlock_compute }, */
128
129 CU_TEST_INFO_NULL, 123 CU_TEST_INFO_NULL,
130}; 124};
131 125