Revert "L0 Debugger Windows - implement debugger attach/detach"

This reverts commit f45431c173.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2022-05-17 18:16:42 +02:00
committed by Compute-Runtime-Automation
parent de465b1e6c
commit daf7829fa2
10 changed files with 9 additions and 362 deletions

View File

@@ -74,11 +74,6 @@ TEST_F(WddmTests, whenCheckedIfResourcesCleanupCanBeSkippedThenReturnsFalse) {
EXPECT_FALSE(wddm->skipResourceCleanup());
}
TEST_F(WddmTests, whenCheckedIfDebugAttachAvailableThenReturnsFalse) {
init();
EXPECT_FALSE(wddm->isDebugAttachAvailable());
}
TEST_F(WddmTests, whenCreatingContextWithPowerHintSuccessIsReturned) {
init();
auto newContext = osContext.get();