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]
此提交包含在:
@@ -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)
|
||||
|
||||
新增問題並參考
封鎖使用者