-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
test: add webidl web-platform tests #61316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61316 +/- ##
==========================================
+ Coverage 88.00% 88.51% +0.51%
==========================================
Files 704 704
Lines 208739 208739
Branches 40196 40276 +80
==========================================
+ Hits 183706 184774 +1068
+ Misses 16992 15978 -1014
+ Partials 8041 7987 -54 🚀 New features to boost your workflow:
|
KhafraDev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know how many tests run with node's WPT runner?
I'm not sure. I haven't checked. |
|
Shouldn't there be a |
Yes, added one locally and the following cases are failing: |
db5ace9 to
f69d921
Compare
| "ecmascript-binding/class-string-named-properties-object.window.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "evaluation in WPTRunner.runJsTests()" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look like a failing test, but rather like a problem with the test runner?
| "Global object's operation throws when called on incompatible object", | ||
| "Global object's getter works when called on null / undefined", | ||
| "Global object's setter works when called on null / undefined", | ||
| "evaluation in WPTRunner.runJsTests()" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It happened here too.
Adds webidl web-platform test suite.