-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use yamlish instead of # to match community: nodejs/node#9262
- Loading branch information
George Adams
authored and
Myles Borins
committed
Nov 24, 2016
1 parent
0eb9d35
commit 807ad62
Showing
7 changed files
with
60 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"bailout": false, | ||
"count": 3, | ||
"fail": 1, | ||
"failures": [ | ||
{ | ||
"diag": null, | ||
"id": 3, | ||
"name": "iFail v3.0.1 I dun wurk", | ||
"ok": false | ||
} | ||
], | ||
"ok": false, | ||
"pass": 2, | ||
"plan": { | ||
"comment": "", | ||
"start": 1, | ||
"skipAll": false, | ||
"skipReason": "", | ||
"end": 3 | ||
}, | ||
"skip": 1, | ||
"todo": 0 | ||
} |
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,7 +1,11 @@ | ||
TAP version 13 | ||
ok 1 - iPass v4.2.2 | ||
ok 2 - iFlakyFail v3.3.3 # SKIP I dun wurk | ||
# Thanks for testing! | ||
--- | ||
# Thanks for testing! | ||
... | ||
not ok 3 - iFail v3.0.1 I dun wurk | ||
# Thanks for testing! | ||
--- | ||
# Thanks for testing! | ||
... | ||
1..3 |
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,5 +1,7 @@ | ||
TAP version 13 | ||
ok 1 - iPass v4.2.2 | ||
ok 2 - iFlakyPass v3.0.1 | ||
# Thanks for testing! | ||
--- | ||
# Thanks for testing! | ||
... | ||
1..2 |
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