Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/common/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ class WPTRunner {
spec,
{
status: NODE_UNCAUGHT,
name: 'evaluation in WPTRunner.runJsTests()',
name: `${err}`,
message: err.message,
stack: inspect(err),
},
Expand Down
4 changes: 2 additions & 2 deletions test/wpt/status/web-locks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fail": {
"note": "Flaky on ppc, linux x64 and s390x #59142",
"flaky": [
"evaluation in WPTRunner.runJsTests()"
"Error: this uncaught rejection is expected"
]
}
},
Expand Down Expand Up @@ -50,4 +50,4 @@
"storage-buckets.tentative.https.any.js": {
"skip": "Node.js does not implement Storage Buckets API"
}
}
}
Loading