-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nextest-runner] update display of Windows aborts slightly
- Loading branch information
1 parent
f706ade
commit 24ce512
Showing
5 changed files
with
81 additions
and
25 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
7 changes: 7 additions & 0 deletions
7
...c/reporter/snapshots/nextest_runner__reporter__displayer__windows_tests__ctrl_c_code.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
source: nextest-runner/src/reporter/displayer.rs | ||
expression: buf | ||
snapshot_kind: text | ||
--- | ||
with code 0xc000013a: {Application Exit by CTRL+C} | ||
The application terminated as a result of a CTRL+C. (os error 572) |
6 changes: 6 additions & 0 deletions
6
...r/snapshots/nextest_runner__reporter__displayer__windows_tests__stack_violation_code.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
source: nextest-runner/src/reporter/displayer.rs | ||
expression: to_message_line(STATUS_CONTROL_STACK_VIOLATION) | ||
snapshot_kind: text | ||
--- | ||
with code 0xc00001b2: Invalid access to memory location. (os error 998) |