From 52f5b666d6cccc229ebfcb4f0326e86d033d62bd Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Tue, 17 Aug 2021 08:27:13 -0400 Subject: [PATCH] kfdtest.exclude: Remove KFDEvictTest.BurstyTest on all ASICs This is reported as failing on pretty much every ASIC, so move it to the temporary exclude list for all ASICs until the test can be fixed. Signed-off-by: Kent Russell Change-Id: I2973feb5705c178db32009e4603376d1f5e94a2f --- tests/kfdtest/scripts/kfdtest.exclude | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/kfdtest/scripts/kfdtest.exclude b/tests/kfdtest/scripts/kfdtest.exclude index 025ac3e541..917df5d15d 100644 --- a/tests/kfdtest/scripts/kfdtest.exclude +++ b/tests/kfdtest/scripts/kfdtest.exclude @@ -61,12 +61,16 @@ PERMANENT_BLACKLIST_ALL_ASICS=\ # KFDQMTest.GPUDoorbellWrite fails intermittently (KFD-318) # KFDQMTest.mGPUShareBO (KFD-334) # KFDHWSTest.* (SWDEV-193035) +# KFDEvictTest.BurstyTest (ROCMOPS-464) +# KFDEvictTest.BurstyTest (SWDEV-291256) +# KFDEvictTest.BurstyTest (KFD-425) TEMPORARY_BLACKLIST_ALL_ASICS=\ "KFDQMTest.GPUDoorbellWrite:"\ "KFDQMTest.mGPUShareBO:"\ "KFDQMTest.SdmaEventInterrupt:"\ "KFDMemoryTest.CacheInvalidateOnRemoteWrite:"\ "KFDDBGTest.BasicDebuggerSuspendResume:"\ +"KFDEvictTest.BurstyTest:"\ "KFDHWSTest.*" BLACKLIST_ALL_ASICS=\ @@ -153,12 +157,10 @@ FILTER[polaris12]=\ "$SDMA_BLACKLIST" # KFDIPCTest.BasicTest (ROCMOPS-459) .CMABasicTest (ROCMOPS-460) .CrossMemoryAttachTest (ROCMOPS-461) -# KFDEvictTest.BurstyTest (ROCMOPS-464) # KFDQMTest.AllSdmaQueues (ROCMOPS-463) FILTER[vega10]=\ "$BLACKLIST_ALL_ASICS:"\ "KFDIPCTest.BasicTest:"\ -"KFDEvictTest.BurstyTest:"\ "KFDIPCTest.CMABasicTest:"\ "KFDIPCTest.CrossMemoryAttachTest:"\ "KFDQMTest.AllSdmaQueues" @@ -167,12 +169,9 @@ FILTER[vega12]=\ "$BLACKLIST_ALL_ASICS:"\ "$SDMA_BLACKLIST"\ -# KFDEvictTest.BurstyTest (ROCMOPS-464) -# KFDEvictTest.BurstyTest (SWDEV-291256) FILTER[vega20]=\ "$BLACKLIST_ALL_ASICS:"\ "$SDMA_BLACKLIST:"\ -"KFDEvictTest.BurstyTest:"\ "KFDEvictTest.BasicTest:"\ "KFDQMTest.GPUDoorbellWrite" @@ -209,18 +208,15 @@ FILTER[renoir]=\ "KFDMemoryTest.SignalHandling" # KFDExceptionTest.* (KFD-435) -# KFDEvictTest.BurstyTest (KFD-425) # KFQMTest.BasicCuMaskingEven (Issues with baseline measurement) FILTER[arcturus]=\ "$BLACKLIST_ALL_ASICS:"\ "KFDExceptionTest.FaultStorm:"\ -"KFDQMTest.BasicCuMaskingEven:"\ -"KFDEvictTest.BurstyTest" +"KFDQMTest.BasicCuMaskingEven"\ FILTER[aldebaran]=\ "$BLACKLIST_ALL_ASICS:"\ "KFDExceptionTest.FaultStorm:"\ -"KFDEvictTest.BurstyTest:"\ "KFDMemoryTest.PtraceAccess:"\ "KFDMemoryTest.DeviceHdpFlush"