Remove KFDDBGTest.BasicAddressWatch
This functionality doesn't work on GFX9+, and was disabled for gfx802. Remove the test altogether for now, especially since some kernel changes broke it on gfx803, and the functionality is deprecated now anyways. Leave the code for reference, but "#if 0" it to prevent it from compiling or being in the kfdtest binary Change-Id: I848b4f23201f18612cbdc122a5b46e4010c4af2a
This commit is contained in:
@@ -29,7 +29,6 @@ PERMANENT_BLACKLIST_ALL_ASICS=\
|
||||
# KFDPNPTest.DisableAndCreateQueue (KFD-329)
|
||||
# KFDQMTest.GPUDoorbellWrite fails intermittently (KFD-318)
|
||||
# KFDQMTest.mGPUShareBO (KFD-334)
|
||||
# KFDQMTest.PM4EventInterrupt/KFDDBGTest.BasicAddressWatch (KFD-431)
|
||||
# KFDHWSTest.* (SWDEV-193035)
|
||||
TEMPORARY_BLACKLIST_ALL_ASICS=\
|
||||
"KFDGraphicsInterop.RegisterForeignDeviceMem:"\
|
||||
@@ -39,7 +38,6 @@ TEMPORARY_BLACKLIST_ALL_ASICS=\
|
||||
"KFDPNPTest.DisableAndCreateQueue:"\
|
||||
"KFDQMTest.GPUDoorbellWrite:"\
|
||||
"KFDQMTest.mGPUShareBO:"\
|
||||
"KFDDBGTest.BasicAddressWatch*:"\
|
||||
"KFDQMTest.PM4EventInterrupt:"\
|
||||
"KFDQMTest.SdmaEventInterrupt:"\
|
||||
"KFDDBGTest.BasicDebuggerSuspendResume:"\
|
||||
@@ -114,7 +112,6 @@ TONGA_TESTS_BLACKLIST=\
|
||||
"KFDMemoryTest.MemoryRegister*:"\
|
||||
"KFDMemoryTest.QueryPointerInfo:"\
|
||||
"KFDPerfCountersTest.*:"\
|
||||
"KFDDBGTest.BasicAddressWatch:"\
|
||||
"KFDQMTest.*"
|
||||
|
||||
FIJI_TESTS_BLACKLIST=\
|
||||
@@ -133,14 +130,12 @@ LEXA_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"$SDMA_BLACKLIST"
|
||||
|
||||
# KFDDBG.BasicAddressWatch is not supported on GFXv9 and later. FIXME: it should disable itself
|
||||
# KFDIPCTest.BasicTest (ROCMOPS-459) .CMABasicTest (ROCMOPS-460) .CrossMemoryAttachTest (ROCMOPS-461)
|
||||
# KFDMemoryTest.BigBufferStressTest (ROCMOPS-462)
|
||||
# KFDEvictTest.BurstyTest (ROCMOPS-464)
|
||||
# KFDQMTest.MultipleSdmaQueues (ROCMOPS-463)
|
||||
VEGA10_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"KFDDBGTest.BasicAddressWatch:"\
|
||||
"KFDIPCTest.BasicTest:"\
|
||||
"KFDEvictTest.BurstyTest:"\
|
||||
"KFDIPCTest.CMABasicTest:"\
|
||||
@@ -150,14 +145,12 @@ VEGA10_TESTS_BLACKLIST=\
|
||||
|
||||
VEGA12_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"$SDMA_BLACKLIST:"\
|
||||
"KFDDBGTest.BasicAddressWatch"
|
||||
"$SDMA_BLACKLIST"\
|
||||
|
||||
# KFDEvictTest.BurstyTest (ROCMOPS-464)
|
||||
VEGA20_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"$SDMA_BLACKLIST:"\
|
||||
"KFDDBGTest.BasicAddressWatch:"\
|
||||
"KFDEvictTest.BurstyTest:"\
|
||||
"KFDExceptionTest.InvalidBadAddress:"\
|
||||
"KFDExceptionTest.InvalidWriteAddress:"\
|
||||
@@ -165,7 +158,6 @@ VEGA20_TESTS_BLACKLIST=\
|
||||
|
||||
RAVEN_TESTS_BLACKLIST=\
|
||||
"$BLACKLIST_ALL_ASICS:"\
|
||||
"KFDDBGTest.BasicAddressWatch:"\
|
||||
"KFDQMTest.QueueLatency:"\
|
||||
"KFDQMTest.SdmaEventInterrupt"
|
||||
|
||||
|
||||
@@ -114,6 +114,8 @@ void KFDDBGTest::TearDown() {
|
||||
ROUTINE_END
|
||||
}
|
||||
|
||||
#if 0
|
||||
// Functionality is deprecated now, keeping code for reference
|
||||
TEST_F(KFDDBGTest, BasicAddressWatch) {
|
||||
TEST_START(TESTPROFILE_RUNALL)
|
||||
if (m_FamilyId >= FAMILY_VI) {
|
||||
@@ -200,6 +202,7 @@ TEST_F(KFDDBGTest, BasicAddressWatch) {
|
||||
}
|
||||
TEST_END
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_F(KFDDBGTest, BasicDebuggerSuspendResume) {
|
||||
TEST_START(TESTPROFILE_RUNALL)
|
||||
|
||||
Reference in New Issue
Block a user