| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 344cc62 commit 3bb4815
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -712,7 +712,7 @@ class WPTRunner { | |||
| 712 | 712 | spec, | |
| 713 | 713 | { | |
| 714 | 714 | status: NODE_UNCAUGHT, | |
| 715 | - name: 'evaluation in WPTRunner.runJsTests()', | ||
| 715 | + name: `${err}`, | ||
| 716 | 716 | message: err.message, | |
| 717 | 717 | stack: inspect(err), | |
| 718 | 718 | }, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | "fail": { | |
| 4 | 4 | "note": "Flaky on ppc, linux x64 and s390x #59142", | |
| 5 | 5 | "flaky": [ | |
| 6 | - "evaluation in WPTRunner.runJsTests()" | ||
| 6 | + "Error: this uncaught rejection is expected" | ||
| 7 | 7 | ] | |
| 8 | 8 | } | |
| 9 | 9 | }, | |
@@ -50,4 +50,4 @@ | |||
| 50 | 50 | "storage-buckets.tentative.https.any.js": { | |
| 51 | 51 | "skip": "Node.js does not implement Storage Buckets API" | |
| 52 | 52 | } | |
| 53 | - } | ||
| 53 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | "ecmascript-binding/class-string-named-properties-object.window.js": { | |
| 3 | 3 | "fail": { | |
| 4 | 4 | "expected": [ | |
| 5 | - "evaluation in WPTRunner.runJsTests()" | ||
| 5 | + "ReferenceError: Window is not defined" | ||
| 6 | 6 | ] | |
| 7 | 7 | } | |
| 8 | 8 | }, | |
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | "Global object's operation throws when called on incompatible object", | |
| 29 | 29 | "Global object's getter works when called on null / undefined", | |
| 30 | 30 | "Global object's setter works when called on null / undefined", | |
| 31 | - "evaluation in WPTRunner.runJsTests()" | ||
| 31 | + "ReferenceError: addEventListener is not defined" | ||
| 32 | 32 | ] | |
| 33 | 33 | } | |
| 34 | 34 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments