-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: ignore WPT worker errors after tests finished
This can happen normally, for example in timers tests. PR-URL: #37626 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
- Loading branch information
1 parent
257b1ab
commit b7ef829
Showing
2 changed files
with
6 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
{ | ||
"negative-settimeout.any.js": { | ||
"fail": "assert_unreached: Reached unreachable code" | ||
}, | ||
"type-long-setinterval.any.js": { | ||
"fail": "assert_unreached: Reached unreachable code" | ||
}, | ||
"type-long-settimeout.any.js": { | ||
"fail": "assert_unreached: Reached unreachable code" | ||
}, | ||
"negative-setinterval.any.js": { | ||
"fail": "assert_unreached: Reached unreachable code" | ||
} | ||
} | ||
{} |