-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all kernel32.dll references and debug breakpoints (#108647)
* remove all kernel32.dll and debugbreak references * log exception if run into oom * remove some comments * change debugBreakOnTestHang back to true * throw timeout exception when DebugBreakOnTestHang is false * throw exception if fail to write message to log file * set debugBreakOnTestHang to false by default * write message to log in timeout scenario * print out debug break when debugBreakOnTestHang is true * interrupt if debugbreak is presented, otherwise log and throw exception * add _debugBreakOnTestHang field and MissingTestException class * implement DebugBreakOrThrowException method * implement GenerateExceptionMessageAndHandler method
- Loading branch information
Showing
6 changed files
with
92 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters