-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make test failure source locations lazy (#12260)
- Loading branch information
1 parent
80a7d4f
commit 3888ec5
Showing
24 changed files
with
544 additions
and
439 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
8 changes: 8 additions & 0 deletions
8
distribution/lib/Standard/Test/0.0.0-dev/docs/api/Frame_Hider.md
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,8 @@ | ||
## Enso Signatures 1.0 | ||
## module Standard.Test.Frame_Hider | ||
- type Frame_Hider | ||
- get_top_stack_frame -> Standard.Base.Data.Text.Text | ||
- hide ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- unhide ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- unhide_1 f:Standard.Base.Any.Any x:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- unhide_2 f:Standard.Base.Any.Any x:Standard.Base.Any.Any y:Standard.Base.Any.Any -> Standard.Base.Any.Any |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
## Enso Signatures 1.0 | ||
## module Standard.Test.Test | ||
- type Test | ||
- assert_no_problems value:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any | ||
- assert_no_problems value:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- build fn:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- enrich_message_with_clue message:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- expect_panic matcher:Standard.Base.Any.Any ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- expect_panic_with ~action:Standard.Base.Any.Any matcher:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any= -> Standard.Base.Any.Any | ||
- expect_panic_with ~action:Standard.Base.Any.Any matcher:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- fail message:Standard.Base.Any.Any details:Standard.Base.Any.Any= -> Standard.Base.Any.Any | ||
- fail_match_on_unexpected_error error:Standard.Base.Any.Any frames_to_skip:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- get_source_location skip_frames:Standard.Base.Data.Numbers.Integer -> Standard.Base.Data.Text.Text | ||
- fail_match_on_unexpected_error error:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- with_clue ~clue:Standard.Base.Any.Any ~behavior:Standard.Base.Any.Any -> Standard.Base.Any.Any | ||
- with_retries ~action:Standard.Base.Any.Any -> Standard.Base.Any.Any |
Oops, something went wrong.