test: reveal wpt evaluation errors in status files · nodejs/node@3bb4815 · GitHub
Skip to content

Commit 3bb4815

Browse files
legendecasaduh95
authored andcommitted
test: reveal wpt evaluation errors in status files
PR-URL: #61358 Reviewed-By: Mattias Buelens <mattias@buelens.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jason Zhang <xzha4350@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 344cc62 commit 3bb4815

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/common/wpt.js

Lines changed: 1 addition & 1 deletion

test/wpt/status/web-locks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"fail": {
44
"note": "Flaky on ppc, linux x64 and s390x #59142",
55
"flaky": [
6-
"evaluation in WPTRunner.runJsTests()"
6+
"Error: this uncaught rejection is expected"
77
]
88
}
99
},
@@ -50,4 +50,4 @@
5050
"storage-buckets.tentative.https.any.js": {
5151
"skip": "Node.js does not implement Storage Buckets API"
5252
}
53-
}
53+
}

test/wpt/status/webidl.json

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)