mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
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:
committed by
Compute-Runtime-Automation
parent
de465b1e6c
commit
daf7829fa2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user