File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change 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 },
5050 "storage-buckets.tentative.https.any.js" : {
5151 "skip" : " Node.js does not implement Storage Buckets API"
5252 }
53- }
53+ }
Original file line number Diff line number Diff line change 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 },
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 },
You can’t perform that action at this time.
0 commit comments