-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
65 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
TAP version 13 | ||
ok 1 - foobar test { | ||
1..0 | ||
___/# time=[0-9.]+(ms)?/~~~ | ||
} | ||
|
||
not ok 2 - barfoo { | ||
not ok 1 - barfoo2 { | ||
not ok 1 - barf3 { | ||
not ok 1 - b3rf { | ||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
|
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,24 @@ | ||
TAP version 13 | ||
ok 1 - foobar test { | ||
1..0 | ||
___/# time=[0-9.]+(ms)?/~~~ | ||
} | ||
|
||
not ok 2 - barfoo { | ||
not ok 1 - barfoo2 { | ||
not ok 1 - barf3 { | ||
not ok 1 - b3rf { | ||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
} | ||
|
||
Bail out! # teardown fail | ||
|
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,4 @@ | ||
TAP version 13 | ||
not ok 1 - this is not ok | ||
Bail out! # this is not ok | ||
|
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,13 @@ | ||
TAP version 13 | ||
not ok 1 - this is not ok | ||
not ok 2 - not ok subtest { | ||
not ok 1 - diagnostics not ok | ||
1..1 | ||
# failed 1 of 1 tests | ||
___/# time=[0-9.]+(ms)?/~~~ | ||
} | ||
|
||
1..2 | ||
# failed 2 of 2 tests | ||
___/# time=[0-9.]+(ms)?/~~~ | ||
|