mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
L0 Debugger Windows - implement debugger attach/detach
Related-To: NEO-6718 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
96e1eb7467
commit
f45431c173
@@ -74,6 +74,11 @@ 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