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:
Kent Russell
2019-07-02 11:54:28 -04:00
parent 5b44be1907
commit 1ca1825b84
2 changed files with 4 additions and 9 deletions
+3
View File
@@ -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)