Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3bb4815

Browse filesBrowse 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
Copy full SHA for 3bb4815

3 files changed

+5-5Lines changed: 5 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎test/common/wpt.js‎

Copy file name to clipboardExpand all lines: test/common/wpt.js
+1-1Lines 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
},
Collapse file

‎test/wpt/status/web-locks.json‎

Copy file name to clipboardExpand all lines: test/wpt/status/web-locks.json
+2-2Lines 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+
}
Collapse file

‎test/wpt/status/webidl.json‎

Copy file name to clipboardExpand all lines: test/wpt/status/webidl.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ecmascript-binding/class-string-named-properties-object.window.js": {
33
"fail": {
44
"expected": [
5-
"evaluation in WPTRunner.runJsTests()"
5+
"ReferenceError: Window is not defined"
66
]
77
}
88
},
@@ -28,7 +28,7 @@
2828
"Global object's operation throws when called on incompatible object",
2929
"Global object's getter works when called on null / undefined",
3030
"Global object's setter works when called on null / undefined",
31-
"evaluation in WPTRunner.runJsTests()"
31+
"ReferenceError: addEventListener is not defined"
3232
]
3333
}
3434
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.