2019-09-09 15:57:22 -04:00
|
|
|
declare -A FILTER
|
2019-08-14 20:34:44 -04:00
|
|
|
|
|
|
|
|
# Power management tests
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[pm]=\
|
2019-08-14 20:34:44 -04:00
|
|
|
"KFDPMTest.SuspendWithActiveProcess:"\
|
|
|
|
|
"KFDPMTest.SuspendWithIdleQueue:"\
|
2019-09-09 15:57:22 -04:00
|
|
|
"KFDPMTest.SuspendWithIdleQueueAfterWork"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Core tests, used in scenarios like bringup
|
2019-09-22 17:10:14 -04:00
|
|
|
# Software scheduler mode, i. e. non HWS mode
|
|
|
|
|
FILTER[core_sws]=\
|
2019-09-09 15:57:22 -04:00
|
|
|
"KFDQMTest.CreateDestroyCpQueue:"\
|
2019-09-22 17:55:14 -04:00
|
|
|
"KFDQMTest.SubmitNopCpQueue:"\
|
2019-09-09 15:57:22 -04:00
|
|
|
"KFDQMTest.SubmitPacketCpQueue:"\
|
2019-11-06 19:10:58 -05:00
|
|
|
"KFDQMTest.AllCpQueues:"\
|
2019-09-09 15:57:22 -04:00
|
|
|
"KFDQMTest.CreateDestroySdmaQueue:"\
|
2019-09-22 17:55:14 -04:00
|
|
|
"KFDQMTest.SubmitNopSdmaQueue:"\
|
2019-09-09 15:57:22 -04:00
|
|
|
"KFDQMTest.SubmitPacketSdmaQueue:"\
|
2019-11-07 18:12:15 -05:00
|
|
|
"KFDQMTest.AllSdmaQueues:"\
|
2020-01-10 15:26:35 -05:00
|
|
|
"KFDQMTest.AllXgmiSdmaQueues:"\
|
2019-11-06 19:52:03 -05:00
|
|
|
"KFDQMTest.AllQueues:"\
|
2020-05-21 23:29:41 -04:00
|
|
|
"KFDLocalMemoryTest.AccessLocalMem:"\
|
2019-09-09 15:57:22 -04:00
|
|
|
"KFDEventTest.SignalEvent"
|
|
|
|
|
|
2019-09-22 17:10:14 -04:00
|
|
|
# HWS mode
|
|
|
|
|
FILTER[core]=\
|
|
|
|
|
"${FILTER[core_sws]}:"\
|
|
|
|
|
"KFDCWSRTest.BasicTest"
|
|
|
|
|
|
2018-07-23 14:45:44 -04:00
|
|
|
# Permanent exclusions
|
2018-08-03 20:14:46 -04:00
|
|
|
# These tests are included for debugging, but are not executed in normal execution on any ASIC:
|
2019-09-09 15:57:22 -04:00
|
|
|
# FILTER[pm] need human intervention, so put it here. Developers can run them
|
2019-08-14 20:34:44 -04:00
|
|
|
# manually through "-p pm" option.
|
2018-08-03 20:14:46 -04:00
|
|
|
#
|
2019-07-30 20:19:47 -04:00
|
|
|
# CU Masking Linear are not working correctly due to how the HW distributes work over CUs.
|
2018-08-03 20:14:46 -04:00
|
|
|
# They are available for testing but are not currently expected to pass on CI/VI/AI.
|
2019-07-10 00:07:17 -04:00
|
|
|
#
|
2023-06-09 09:30:56 -04:00
|
|
|
# CU Masking Even is added here due to some non-obvious baseline measurements. Though
|
|
|
|
|
# using wallclock to measure performance is always risky, there are just too many ASICs
|
|
|
|
|
# where this test is failing. Ideally we'll get better CU Masking coverage via rocrtst
|
|
|
|
|
#
|
2019-07-10 00:07:17 -04:00
|
|
|
# The CheckZeroInitializationVram test is no longer expected to pass as KFD no longer
|
|
|
|
|
# clears memory at allocation time.
|
2018-07-23 14:45:44 -04:00
|
|
|
PERMANENT_BLACKLIST_ALL_ASICS=\
|
2025-05-08 14:45:17 -04:00
|
|
|
"-${FILTER[pm]}:"\
|
2018-07-23 14:45:44 -04:00
|
|
|
"KFDQMTest.BasicCuMaskingLinear:"\
|
2023-06-09 09:30:56 -04:00
|
|
|
"KFDQMTest.BasicCuMaskingEven:"\
|
2019-02-13 14:36:05 -05:00
|
|
|
"RDMATest.GPUDirect:"\
|
2019-07-10 00:07:17 -04:00
|
|
|
"KFDLocalMemoryTest.CheckZeroInitializationVram"
|
2018-07-23 14:45:44 -04:00
|
|
|
|
|
|
|
|
# This is the temporary blacklist for all ASICs. This is to be used when a test is failing consistently
|
|
|
|
|
# on every ASIC (Kaveri, Carrizo, Hawaii, Tonga, Fiji, Polaris10, Polaris11 and Vega10 .
|
|
|
|
|
# TODO means that a JIRA ticket needs to be created for this issue, as no documentation regarding
|
|
|
|
|
# failures can be found
|
|
|
|
|
# NOTE: If you update this alphabetical listing, add the corresponding JIRA ticket for reference
|
|
|
|
|
#
|
|
|
|
|
# KFDQMTest.GPUDoorbellWrite fails intermittently (KFD-318)
|
|
|
|
|
# KFDQMTest.mGPUShareBO (KFD-334)
|
2019-06-12 21:44:46 -04:00
|
|
|
# KFDHWSTest.* (SWDEV-193035)
|
2021-08-17 08:27:13 -04:00
|
|
|
# KFDEvictTest.BurstyTest (ROCMOPS-464)
|
|
|
|
|
# KFDEvictTest.BurstyTest (SWDEV-291256)
|
|
|
|
|
# KFDEvictTest.BurstyTest (KFD-425)
|
2023-09-08 12:12:13 -04:00
|
|
|
# KFDDBGTest.SuspendQueues (SWDEV-417850)
|
2023-09-14 09:07:20 -04:00
|
|
|
# KFDDBGTest.HitAddressWatch (SWDEV-420281)
|
2018-07-23 14:45:44 -04:00
|
|
|
TEMPORARY_BLACKLIST_ALL_ASICS=\
|
|
|
|
|
"KFDQMTest.GPUDoorbellWrite:"\
|
2018-10-18 13:17:01 +08:00
|
|
|
"KFDQMTest.mGPUShareBO:"\
|
2019-02-13 10:42:52 -05:00
|
|
|
"KFDQMTest.SdmaEventInterrupt:"\
|
2019-10-02 15:43:41 -05:00
|
|
|
"KFDMemoryTest.CacheInvalidateOnRemoteWrite:"\
|
2021-08-17 08:27:13 -04:00
|
|
|
"KFDEvictTest.BurstyTest:"\
|
2021-09-29 11:26:29 -04:00
|
|
|
"KFDHWSTest.*:"\
|
2023-09-08 12:12:13 -04:00
|
|
|
"KFDSVMRangeTest.ReadOnlyRangeTest*:"\
|
2023-09-14 09:07:20 -04:00
|
|
|
"KFDDBGTest.SuspendQueues:"\
|
|
|
|
|
"KFDDBGTest.HitAddressWatch"
|
2018-07-23 14:45:44 -04:00
|
|
|
|
|
|
|
|
BLACKLIST_ALL_ASICS=\
|
|
|
|
|
"$PERMANENT_BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$TEMPORARY_BLACKLIST_ALL_ASICS"
|
|
|
|
|
|
2019-06-21 15:14:45 -04:00
|
|
|
# SDMA-based tests (KFDIPCTest.BasicTest, KFDQM.*Sdma*, KFDMemoryTest.MMBench) are all
|
2018-07-23 14:45:44 -04:00
|
|
|
# disabled on non-Hawaii due to SDMA instability - SWDEV-101666
|
|
|
|
|
SDMA_BLACKLIST=\
|
|
|
|
|
"KFDIPCTest.*:"\
|
2018-12-06 11:14:26 -05:00
|
|
|
"KFDLocalMemoryTest.CheckZeroInitializationVram:"\
|
2019-06-21 15:14:45 -04:00
|
|
|
"KFDMemoryTest.MemoryRegister:"\
|
|
|
|
|
"KFDMemoryTest.MMBench:"\
|
|
|
|
|
"KFDMemoryTest.SignalHandling:"\
|
2021-09-22 15:01:14 +08:00
|
|
|
"KFDQMTest.AllQueues:"\
|
2019-06-21 15:14:45 -04:00
|
|
|
"KFDQMTest.*Sdma*:"\
|
|
|
|
|
"KFDQMTest.CreateQueueStressSingleThreaded:"\
|
|
|
|
|
"KFDQMTest.GPUDoorbellWrite:"\
|
2018-08-27 15:08:43 +08:00
|
|
|
"KFDQMTest.P2PTest:"\
|
2018-09-19 15:12:04 +08:00
|
|
|
"KFDPerformanceTest.P2PBandWidthTest:"\
|
|
|
|
|
"KFDPerformanceTest.P2POverheadTest"
|
2018-07-23 14:45:44 -04:00
|
|
|
|
|
|
|
|
# Anything involving CP queue creation is failing on Kaveri. Separate them here for convenience (KFD-336)
|
|
|
|
|
KV_QUEUE_BLACKLIST=\
|
2019-12-13 11:17:02 -05:00
|
|
|
"KFDExceptionTest.AddressFault:"\
|
|
|
|
|
"KFDExceptionTest.PermissionFault:"\
|
2018-07-23 14:45:44 -04:00
|
|
|
"KFDLocalMemoryTest.*:"\
|
|
|
|
|
"KFDEventTest.Signal*Event*:"\
|
|
|
|
|
"KFDQMTest.CreateQueueStressSingleThreaded:"\
|
|
|
|
|
"KFDQMTest.*CpQueue*:"\
|
|
|
|
|
"KFDQMTest.*Dispatch*:"\
|
|
|
|
|
"KFDQMTest.Atomics:"\
|
|
|
|
|
"KFDQMTest.GPUDoorbellWrite"
|
|
|
|
|
|
2022-08-23 16:00:49 -04:00
|
|
|
# KFDCWSRTest.BasicTest*: SWDEV-353206
|
2022-05-05 11:18:06 -04:00
|
|
|
BLACKLIST_GFX10=\
|
|
|
|
|
"KFDMemoryTest.DeviceHdpFlush:"\
|
2022-08-23 16:00:49 -04:00
|
|
|
"KFDSVMEvictTest.*:"\
|
|
|
|
|
"KFDCWSRTest.BasicTest*"
|
2022-05-05 11:18:06 -04:00
|
|
|
|
|
|
|
|
BLACKLIST_GFX10_NV2X=\
|
|
|
|
|
"$BLACKLIST_GFX10:"\
|
|
|
|
|
"KFDPerfCountersTest.*"
|
|
|
|
|
|
2022-06-08 16:49:32 -04:00
|
|
|
# KFDMemoryTest.FlatScratchAccess - SWDEV-329877
|
2023-07-20 11:22:56 -04:00
|
|
|
# KFDGWSTest.*: GFX11 will no longer use global wave sync
|
2022-10-05 15:45:50 -04:00
|
|
|
BLACKLIST_GFX11=\
|
2022-06-08 16:49:32 -04:00
|
|
|
"KFDQMTest.CreateAqlCpQueue:"\
|
|
|
|
|
"KFDCWSRTest.InterruptRestore:"\
|
2022-10-05 15:45:50 -04:00
|
|
|
"KFDPerfCountersTest.*:"\
|
2023-07-20 11:22:56 -04:00
|
|
|
"KFDMemoryTest.FlatScratchAccess:"\
|
|
|
|
|
"KFDGWSTest.*"
|
2022-06-08 16:49:32 -04:00
|
|
|
|
2023-02-16 13:13:21 -05:00
|
|
|
BLACKLIST_GFX12=\
|
2024-03-28 14:04:03 -04:00
|
|
|
"KFDQMTest.CreateAqlCpQueue:"\
|
|
|
|
|
"KFDPerfCountersTest.*:"\
|
|
|
|
|
"KFDMemoryTest.FlatScratchAccess:"\
|
|
|
|
|
"KFDGWSTest.*"
|
2023-02-16 13:13:21 -05:00
|
|
|
|
2018-07-23 14:45:44 -04:00
|
|
|
# KFDQMTest.CpuWriteCoherence fails. 0 dwordsAvailable (KFD-338)
|
|
|
|
|
# KFDMemoryTest.MemoryRegister fails on SDMA queue creation (KFD-337)
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[kaveri]=\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$SDMA_BLACKLIST:"\
|
|
|
|
|
"$KV_QUEUE_BLACKLIST:"\
|
|
|
|
|
"KFDMemoryTest.MemoryRegister:"\
|
|
|
|
|
"KFDQMTest.CpuWriteCoherence"
|
|
|
|
|
|
|
|
|
|
# KFDLocalMemoryTest.BasicTest is failing intermittently (KFD-368)
|
2019-06-04 15:36:42 -04:00
|
|
|
# KFDMemoryTest.BigSysBufferStressTest was failing intermittently on 4.9
|
|
|
|
|
# and hangs when executed twice (KFD-312)
|
2018-07-23 14:45:44 -04:00
|
|
|
# KFDQMTest.GPUDoorbellWrite fails on Hawaii. Could be HW-related (KFD-342)
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[hawaii]=\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"KFDLocalMemoryTest.BasicTest:"\
|
2019-06-04 15:36:42 -04:00
|
|
|
"KFDMemoryTest.BigSysBufferStressTest:"\
|
2018-07-23 14:45:44 -04:00
|
|
|
"KFDQMTest.GPUDoorbellWrite"
|
|
|
|
|
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[carrizo]=\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$SDMA_BLACKLIST:"\
|
2019-12-13 11:17:02 -05:00
|
|
|
"KFDExceptionTest.PermissionFault"
|
2018-07-23 14:45:44 -04:00
|
|
|
|
|
|
|
|
# KFDPerfCountersTest.*Trace fail (KFD-339)
|
|
|
|
|
# KFDMemoryTest.QueryPointerInfo/MemoryRegister* (KFD-341)
|
|
|
|
|
# The remaining tests listed here fail on map memory to GPU with a VA conflict (KFD-340)
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[tonga]=\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$SDMA_BLACKLIST:"\
|
|
|
|
|
"KFDCWSRTest.BasicTest:"\
|
|
|
|
|
"KFDPerfCountersTest.*:"\
|
2019-08-30 00:20:21 -04:00
|
|
|
"KFDQMTest.OverSubscribeCpQueues"
|
2018-07-23 14:45:44 -04:00
|
|
|
|
2019-07-02 11:05:17 -04:00
|
|
|
# Since Navi10 was merged, the PM4Event test takes 6min to run
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[fiji]=\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2019-07-02 11:05:17 -04:00
|
|
|
"KFDQMTest.PM4EventInterrupt:"\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$SDMA_BLACKLIST"
|
|
|
|
|
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[polaris10]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$SDMA_BLACKLIST"
|
|
|
|
|
|
|
|
|
|
FILTER[polaris11]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$SDMA_BLACKLIST"
|
|
|
|
|
|
|
|
|
|
FILTER[polaris12]=\
|
2018-09-05 11:40:53 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$SDMA_BLACKLIST"
|
|
|
|
|
|
2019-06-13 10:47:23 -07:00
|
|
|
# KFDIPCTest.BasicTest (ROCMOPS-459) .CMABasicTest (ROCMOPS-460) .CrossMemoryAttachTest (ROCMOPS-461)
|
2019-11-07 18:12:15 -05:00
|
|
|
# KFDQMTest.AllSdmaQueues (ROCMOPS-463)
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[vega10]=\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2019-06-13 10:47:23 -07:00
|
|
|
"KFDIPCTest.BasicTest:"\
|
|
|
|
|
"KFDIPCTest.CMABasicTest:"\
|
|
|
|
|
"KFDIPCTest.CrossMemoryAttachTest:"\
|
2019-11-07 18:12:15 -05:00
|
|
|
"KFDQMTest.AllSdmaQueues"
|
2018-07-23 14:45:44 -04:00
|
|
|
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[vega12]=\
|
2018-09-05 11:40:53 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2019-07-02 11:54:28 -04:00
|
|
|
"$SDMA_BLACKLIST"\
|
2018-09-05 11:40:53 -04:00
|
|
|
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[vega20]=\
|
2018-07-23 14:45:44 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2018-12-05 08:41:16 -05:00
|
|
|
"$SDMA_BLACKLIST:"\
|
2019-06-13 10:47:23 -07:00
|
|
|
"KFDQMTest.GPUDoorbellWrite"
|
2018-07-23 14:45:44 -04:00
|
|
|
|
2020-11-26 17:13:14 +08:00
|
|
|
FILTER[raven_dgpuFallback]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2021-09-22 15:01:14 +08:00
|
|
|
"$SDMA_BLACKLIST:"\
|
|
|
|
|
"KFDEvictTest.*:"\
|
2020-11-26 17:13:14 +08:00
|
|
|
"KFDMemoryTest.MemoryRegister:"\
|
2021-05-19 16:03:38 +08:00
|
|
|
"KFDSVMRangeTest.BasicSystemMemTest:"\
|
|
|
|
|
"KFDSVMRangeTest.BasicVramTest:"\
|
|
|
|
|
"KFDSVMRangeTest.EvictSystemRangeTest:"\
|
|
|
|
|
"KFDSVMRangeTest.PartialUnmapSysMemTest:"\
|
|
|
|
|
"KFDSVMRangeTest.MigrateTest:"\
|
|
|
|
|
"KFDSVMRangeTest.MigratePolicyTest:"\
|
|
|
|
|
"KFDSVMRangeTest.MigrateGranularityTest:"\
|
|
|
|
|
"KFDSVMRangeTest.MigrateLargeBufTest:"\
|
|
|
|
|
"KFDSVMRangeTest.MultiThreadMigrationTest:"\
|
2021-06-24 10:28:45 +08:00
|
|
|
"KFDSVMRangeTest.MigrateAccessInPlaceTest:"\
|
2021-05-19 16:03:38 +08:00
|
|
|
"KFDSVMEvictTest.QueueTest"
|
2018-10-30 16:37:56 -04:00
|
|
|
|
2021-06-03 16:54:33 +08:00
|
|
|
FILTER[raven]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2021-09-22 15:01:14 +08:00
|
|
|
"$SDMA_BLACKLIST:"\
|
|
|
|
|
"KFDEvictTest.*:"\
|
2021-07-28 15:33:51 +08:00
|
|
|
"KFDSVMRangeTest.EvictSystemRangeTest:"\
|
|
|
|
|
"KFDSVMRangeTest.PartialUnmapSysMemTest:"\
|
|
|
|
|
"KFDSVMRangeTest.PrefetchTest:"\
|
|
|
|
|
"KFDSVMRangeTest.MultiThreadMigrationTest:"\
|
2021-09-22 15:01:14 +08:00
|
|
|
"KFDSVMEvictTest.QueueTest:"\
|
2021-06-03 16:54:33 +08:00
|
|
|
"KFDQMTest.MultipleCpQueuesStressDispatch"
|
|
|
|
|
|
2019-11-12 14:32:19 +08:00
|
|
|
FILTER[renoir]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2020-09-09 08:47:41 +08:00
|
|
|
"KFDEvictTest.*:"\
|
2020-08-17 17:31:03 +08:00
|
|
|
"KFDMemoryTest.LargestSysBufferTest:"\
|
2021-07-28 15:44:02 +08:00
|
|
|
"KFDMemoryTest.SignalHandling"
|
2019-11-12 14:32:19 +08:00
|
|
|
|
2019-08-16 19:30:31 -04:00
|
|
|
# KFDExceptionTest.* (KFD-435)
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[arcturus]=\
|
2019-07-25 11:14:36 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2024-11-20 12:13:21 -05:00
|
|
|
"KFDExceptionTest.FaultStorm:"\
|
|
|
|
|
"KFDNegativeTest.*"
|
2019-07-25 11:14:36 -04:00
|
|
|
|
2019-12-12 20:23:10 -05:00
|
|
|
FILTER[aldebaran]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"KFDExceptionTest.FaultStorm:"\
|
2021-02-25 14:10:49 -05:00
|
|
|
"KFDMemoryTest.PtraceAccess:"\
|
2021-01-06 10:26:34 -05:00
|
|
|
"KFDMemoryTest.DeviceHdpFlush"
|
2019-12-12 20:23:10 -05:00
|
|
|
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[navi10]=\
|
2019-07-25 15:08:52 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10:"\
|
2025-11-19 17:15:05 -05:00
|
|
|
"KFDMemoryTest.MMBench:"\
|
|
|
|
|
"KFDDBGTest.HitMemoryViolation"
|
2019-07-25 15:08:52 -04:00
|
|
|
|
2021-07-06 09:48:02 -04:00
|
|
|
# Need to verify the following failed tests on another machine:
|
|
|
|
|
# Exceptions not being received during exception tests
|
|
|
|
|
# PerfCounters return HSAKMT_STATUS_INVALID_PARAMETER
|
|
|
|
|
# P2PBandwidth failing (wait times out) on node-to-multiple-nodes by [push, NONE]
|
|
|
|
|
FILTER[navi12]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10:"\
|
2021-07-06 09:48:02 -04:00
|
|
|
"KFDExceptionTest.*:"\
|
|
|
|
|
"KFDPerfCountersTest.*:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"KFDPerformanceTest.P2PBandWidthTest"
|
2021-07-06 09:48:02 -04:00
|
|
|
|
2019-09-09 15:57:22 -04:00
|
|
|
FILTER[navi14]=\
|
2021-03-04 21:16:06 -05:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10"
|
2019-09-17 19:05:53 -04:00
|
|
|
|
|
|
|
|
FILTER[sienna_cichlid]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10_NV2X"
|
2020-06-08 11:08:55 +08:00
|
|
|
|
|
|
|
|
FILTER[navy_flounder]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10_NV2X"
|
2020-07-24 14:14:13 +08:00
|
|
|
|
|
|
|
|
FILTER[dimgrey_cavefish]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10_NV2X"
|
2020-11-06 17:30:04 +08:00
|
|
|
|
|
|
|
|
FILTER[beige_goby]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10_NV2X"
|
2021-06-30 11:01:34 +08:00
|
|
|
|
|
|
|
|
FILTER[yellow_carp]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-05-05 11:18:06 -04:00
|
|
|
"$BLACKLIST_GFX10_NV2X"
|
2022-05-18 10:41:22 -04:00
|
|
|
|
2022-06-16 17:16:16 -04:00
|
|
|
FILTER[gfx1100]=\
|
2022-05-18 10:41:22 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-10-05 15:45:50 -04:00
|
|
|
"$BLACKLIST_GFX11"
|
2022-05-18 10:41:22 -04:00
|
|
|
|
2022-10-05 15:45:50 -04:00
|
|
|
# SWDEV-384028
|
2022-08-11 12:23:25 -04:00
|
|
|
FILTER[gfx1101]=\
|
2022-05-18 10:41:22 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-10-05 15:45:50 -04:00
|
|
|
"$BLACKLIST_GFX11:"\
|
|
|
|
|
"KFDExceptionTest.SdmaQueueException"
|
2022-05-18 10:41:22 -04:00
|
|
|
|
2022-06-16 17:16:16 -04:00
|
|
|
FILTER[gfx1102]=\
|
2022-05-18 10:41:22 -04:00
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-10-05 15:45:50 -04:00
|
|
|
"$BLACKLIST_GFX11"
|
2022-09-01 17:02:02 +08:00
|
|
|
|
2022-10-12 10:06:53 +08:00
|
|
|
FILTER[gfx1103]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
2022-10-05 15:45:50 -04:00
|
|
|
"$BLACKLIST_GFX11"
|
2022-10-12 10:06:53 +08:00
|
|
|
|
2023-08-24 17:27:04 +08:00
|
|
|
FILTER[gfx1150]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX11"
|
|
|
|
|
|
|
|
|
|
FILTER[gfx1151]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX11"
|
|
|
|
|
|
2024-07-02 13:31:17 +08:00
|
|
|
FILTER[gfx1152]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX11"
|
|
|
|
|
|
2024-12-12 13:55:07 +08:00
|
|
|
FILTER[gfx1153]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX11"
|
|
|
|
|
|
2022-09-01 17:02:02 +08:00
|
|
|
FILTER[gfx1036]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX10_NV2X"
|
2023-06-21 14:28:48 -04:00
|
|
|
|
|
|
|
|
FILTER[gfx942]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"KFDMemoryTest.LargestSysBufferTest:"\
|
|
|
|
|
"KFDMemoryTest.BigSysBufferStressTest:"\
|
|
|
|
|
"KFDMemoryTest.FlatScratchAccess:"\
|
2024-04-29 17:26:31 -04:00
|
|
|
"KFDIPCTest.BasicTest:"\
|
2024-03-01 14:02:38 -05:00
|
|
|
"KFDQMTest.QueueLatency"
|
2023-02-16 13:13:21 -05:00
|
|
|
|
2025-01-22 19:25:51 -05:00
|
|
|
FILTER[gfx950]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"KFDMemoryTest.LargestSysBufferTest:"\
|
|
|
|
|
"KFDMemoryTest.BigSysBufferStressTest:"\
|
|
|
|
|
"KFDMemoryTest.FlatScratchAccess:"\
|
|
|
|
|
"KFDIPCTest.BasicTest:"\
|
|
|
|
|
"KFDQMTest.QueueLatency:"\
|
2025-06-24 15:56:27 -04:00
|
|
|
"KFDEvictTest.*:"\
|
2025-05-22 15:58:45 -04:00
|
|
|
"KFDSVMEvictTest.QueueTest*:"\
|
2025-01-22 19:25:51 -05:00
|
|
|
"KFDGWSTest.Semaphore"
|
|
|
|
|
|
2023-02-16 13:13:21 -05:00
|
|
|
FILTER[gfx1200]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX12"
|
2023-09-07 14:47:05 -04:00
|
|
|
|
|
|
|
|
FILTER[gfx1201]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX12"
|
2025-02-24 17:47:00 -05:00
|
|
|
|
|
|
|
|
FILTER[RHEL9]=\
|
|
|
|
|
"$BLACKLIST_ALL_ASICS:"\
|
|
|
|
|
"$BLACKLIST_GFX11:"\
|
|
|
|
|
"KFDQMTest.ExtendedCuMasking:"\
|
|
|
|
|
"KFDEvictTest.QueueTest:"\
|
|
|
|
|
"KFDPCSamplingTest.*"
|
2025-03-26 16:08:40 -04:00
|
|
|
|
|
|
|
|
FILTER[upstream]=\
|
2025-11-19 17:15:40 -05:00
|
|
|
"KFDIPCTest.*:"\
|
|
|
|
|
"KFDPCSamplingTest.*"
|