From 9c93b6eaa23679e91c7ec59d62ca17fb841fd749 Mon Sep 17 00:00:00 2001 From: Graham Sider Date: Sun, 8 May 2022 15:14:51 -0400 Subject: [PATCH] kfdtest: Move BasicCuMaskingEven to gfx10 blacklist KFDQMTest.BasicCuMaskingEven was previously in TEMP_GFX10_BLACKLIST and was later added to BLACKLIST_GFX10_NV2X. shows this test also has problems on NV1X, so move to BLACKLIST_GFX10 to blacklist for all GFX10 until resolved. Signed-off-by: Graham Sider Change-Id: I75426780a52172ed0f2468f0297241902da5002a [ROCm/ROCR-Runtime commit: 30bba898300fb21b7f6cfaa7b91f847668b2d2d7] --- projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude index 7148c552a4..2c702b8213 100644 --- a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude +++ b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude @@ -107,11 +107,11 @@ KV_QUEUE_BLACKLIST=\ BLACKLIST_GFX10=\ "KFDMemoryTest.DeviceHdpFlush:"\ +"KFDQMTest.BasicCuMaskingEven:"\ "KFDSVMEvictTest.*" BLACKLIST_GFX10_NV2X=\ "$BLACKLIST_GFX10:"\ -"KFDQMTest.BasicCuMaskingEven:"\ "KFDPerfCountersTest.*" # KFDQMTest.CpuWriteCoherence fails. 0 dwordsAvailable (KFD-338)