You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"One or more potential issues exist in the output. This is sometimes due to mismatched symbols, so please double-check symbol paths and re-run if needed.",
Assert.True(timer.Elapsed.TotalSeconds<45*60);// 45 minutes max on GitHub hosted DSv2 runner (2 vCPU, 7 GiB RAM).
81
81
}
@@ -401,6 +401,26 @@ public void InlineFrameResolution() {
401
401
}
402
402
}
403
403
404
+
/// "Fuzz" test for inline frame resolution by providing random offsets into the module. This test uses symbols for a Windows Driver Kit module, Wdf01000.sys, because private PDBs for that module are legitimately available on the
405
+
/// Microsoft public symbols servers. https://github.com/microsoft/Windows-Driver-Frameworks/releases if interested.
// We do not need to check anything; the criteria for the test passing is that the call did not throw an unhandled exception
420
+
}
421
+
}
422
+
423
+
404
424
/// Test for inline frame resolution without source lines included This test uses symbols for a Windows Driver Kit module, Wdf01000.sys,
405
425
/// because private PDBs for that module are legitimately available on the Microsoft public symbols servers. https://github.com/microsoft/Windows-Driver-Frameworks/releases if interested.
0 commit comments