We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fc3dc commit 22c9c98Copy full SHA for 22c9c98
test/common/wpt.js
@@ -712,7 +712,7 @@ class WPTRunner {
712
spec,
713
{
714
status: NODE_UNCAUGHT,
715
- name: 'evaluation in WPTRunner.runJsTests()',
+ name: `${err}`,
716
message: err.message,
717
stack: inspect(err),
718
},
test/wpt/status/web-locks.json
@@ -3,7 +3,7 @@
3
"fail": {
4
"note": "Flaky on ppc, linux x64 and s390x #59142",
5
"flaky": [
6
- "evaluation in WPTRunner.runJsTests()"
+ "Error: this uncaught rejection is expected"
7
]
8
}
9
@@ -50,4 +50,4 @@
50
"storage-buckets.tentative.https.any.js": {
51
"skip": "Node.js does not implement Storage Buckets API"
52
53
-}
+}
0 commit comments