Remove passing blacklisted kfd tests

This relates to the following commits:

1. commit 931dd817fa
2. commit 34e6346848
3. commit 880119d3a3

Change-Id: I3d0d3214baba403b4709b358132b6756a15f42d7
Signed-off-by: Ori Messinger <Ori.Messinger@amd.com>


[ROCm/ROCR-Runtime commit: fe4db33875]
Esse commit está contido em:
Ori Messinger
2019-06-10 11:42:26 -04:00
commit de Kent Russell
commit 95ccc6f000
@@ -41,17 +41,14 @@ BLACKLIST_ALL_ASICS=\
"$PERMANENT_BLACKLIST_ALL_ASICS:"\
"$TEMPORARY_BLACKLIST_ALL_ASICS"
# SDMA-based tests (KFDIPCTest.BasicTest, KFDQM.*Sdma*, KFDMemoryTest.MMBench) are all
# SDMA-based tests (KFDIPCTest.BasicTest, KFDQMTest.SdmaEventInterrupt) are both
# disabled on non-Hawaii due to SDMA instability - SWDEV-101666
# KFDLocalMemoryTest.CheckZeroInitializationVram Passes, but it
# takes nearly 4 min (229385 ms) to run so it remains blacklisted
SDMA_BLACKLIST=\
"KFDIPCTest.*:"\
"KFDLocalMemoryTest.CheckZeroInitializationVram:"\
"KFDMemoryTest.MemoryRegister:"\
"KFDMemoryTest.MMBench:"\
"KFDMemoryTest.SignalHandling:"\
"KFDQMTest.*Sdma*:"\
"KFDQMTest.CreateQueueStressSingleThreaded:"\
"KFDQMTest.GPUDoorbellWrite:"\
"KFDQMTest.SdmaEventInterrupt:"\
"KFDQMTest.P2PTest:"\
"KFDPerformanceTest.P2PBandWidthTest:"\
"KFDPerformanceTest.P2POverheadTest"
@@ -141,9 +138,7 @@ VEGA20_TESTS_BLACKLIST=\
"KFDDBGTest.BasicAddressWatch:"\
"KFDExceptionTest.InvalidBadAddress:"\
"KFDExceptionTest.InvalidWriteAddress:"\
"KFDQMTest.CreateQueueStressSingleThreaded:"\
"KFDQMTest.GPUDoorbellWrite:"\
"KFDMemoryTest.MemoryRegister"
"KFDQMTest.GPUDoorbellWrite:"
RAVEN_TESTS_BLACKLIST=\
"$BLACKLIST_ALL_ASICS:"\