Skip to content

Commit 22c9c98

Browse files
committed
test: reveal wpt evaluation errors in status files
1 parent e1fc3dc commit 22c9c98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/common/wpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class WPTRunner {
712712
spec,
713713
{
714714
status: NODE_UNCAUGHT,
715-
name: 'evaluation in WPTRunner.runJsTests()',
715+
name: `${err}`,
716716
message: err.message,
717717
stack: inspect(err),
718718
},

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+
}

0 commit comments

Comments
 (0)