kfdtest: Add temporary blacklist for GFX11

Add blacklist for tests on GFX11 that are under debug/not functional.

Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Change-Id: I32f375f29036a2fc1a54f2792b31ebc45f4d668b
Este commit está contenido en:
Graham Sider
2022-06-08 16:49:32 -04:00
padre 6da6058d4a
commit 852d29bca2
+24 -3
Ver fichero
@@ -114,6 +114,24 @@ BLACKLIST_GFX10_NV2X=\
"$BLACKLIST_GFX10:"\
"KFDPerfCountersTest.*"
# GFX11 still undergoing debug. Ticket links:
# KFDMemoryTest.FlatScratchAccess - SWDEV-329877
# KFDEvictTest.QueueTest - SWDEV-325064
# KFDQMTest.QueuePriorityOn*/EmptyDispatch - SWDEV-340963
# KFDQMTest.MultipleCpQueuesStressDispatch - SWDEV-340965
# KFDExceptionTest.* - SWDEV-340972
TEMPORARY_BLACKLIST_GFX11=\
"KFDQMTest.CreateAqlCpQueue:"\
"KFDQMTest.QueuePriorityOn*:"\
"KFDQMTest.MultipleCpQueuesStressDispatch:"\
"KFDQMTest.EmptyDispatch:"\
"KFDCWSRTest.InterruptRestore:"\
"KFDExceptionTest.*:"\
"KFDEvictTest.QueueTest:"\
"KFDSVMRangeTest.*Migrate*:"\
"KFDSVMRangeTest.*Migration*:"\
"KFDMemoryTest.FlatScratchAccess"
# KFDQMTest.CpuWriteCoherence fails. 0 dwordsAvailable (KFD-338)
# KFDMemoryTest.MemoryRegister fails on SDMA queue creation (KFD-337)
FILTER[kaveri]=\
@@ -274,12 +292,15 @@ FILTER[yellow_carp]=\
FILTER[plum_bonito]=\
"$BLACKLIST_ALL_ASICS:"\
"$BLACKLIST_GFX10_NV2X"
"$BLACKLIST_GFX10_NV2X:"\
"$TEMPORARY_BLACKLIST_GFX11"
FILTER[wheat_nas]=\
"$BLACKLIST_ALL_ASICS:"\
"$BLACKLIST_GFX10_NV2X"
"$BLACKLIST_GFX10_NV2X:"\
"$TEMPORARY_BLACKLIST_GFX11"
FILTER[hotpink_bonefish]=\
"$BLACKLIST_ALL_ASICS:"\
"$BLACKLIST_GFX10_NV2X"
"$BLACKLIST_GFX10_NV2X:"\
"$TEMPORARY_BLACKLIST_GFX11"