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


[ROCm/ROCR-Runtime commit: 1ca1825b84]
此提交包含在:
Kent Russell
2019-07-02 11:54:28 -04:00
父節點 8e30a50ffd
當前提交 187c4c00a4
共有 2 個檔案被更改,包括 4 行新增9 行删除
+3
查看文件
@@ -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)