Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: update wpt#54468
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
test: update wpt #54468
Uh oh!
There was an error while loading. Please reload this page.
Conversation
avivkeller commented Aug 20, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Aug 20, 2024
Review requested:
|
1608018 to dfc14ddCompareUh oh!
There was an error while loading. Please reload this page.
241ee32 to 4d67590Compareavivkeller commented Aug 27, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
panva commented Aug 27, 2024
avivkeller commented Aug 27, 2024
Right, haha. I just to remove the WebCryptoAPI changes, and then fix the other failures... |
1d013e6 to cfea3ebCompareRefs: #54572 Refs: #54468 PR-URL: #54593 Refs: #54572 Refs: #54468 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
9d1d270 to f03c104Comparenodejs-github-bot commented Sep 7, 2024
e1a5f83 to fe20ad8Compare| "note12": "(1, 2) File is not (yet) transferrable. (3) SharedArrayBuffer does not extend ArrayBuffer", | ||
| "note3": "(3) SharedArrayBuffer does not extend ArrayBuffer", | ||
| "note4": "(4) https://github.com/nodejs/node/issues/55120", | ||
| "expected": [ | ||
| "File basic", | ||
| "A subclass instance will deserialize as its closest serializable superclass", | ||
| "Growable SharedArrayBuffer", | ||
| "Serializing a non-serializable platform object fails" | ||
| ] |
avivkellerSep 25, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
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.
Review note:File basic and A subclass instance will deserialize as its closest serializable superclass are being monitored at #47612
Growable SharedArrayBuffer is failing WPT because the test expects that SharedArrayBuffer extends ArrayBuffer, but it does not (AFAICT in Chromium and Node.js). I've manually tested that the behavior the WPT expects (regarding the clone, not the extension) passes on Node.js.
Serializing a non-serializable platform object fails is being monitored at #55120
codecovbot commented Sep 25, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #54468 +/- ## ========================================== - Coverage 88.25% 88.24% -0.01% ========================================== Files 651 651 Lines 183856 183856 Branches 35856 35853 -3 ========================================== - Hits 162255 162252 -3 + Misses 14895 14883 -12 - Partials 6706 6721 +15 |
avivkeller commented Sep 30, 2024
I'm closing this in favor of opening each update seperately, so some of them can be backported (if needed?) |
Refs: nodejs#54572 Refs: nodejs#54468 PR-URL: nodejs#54593 Refs: nodejs#54572 Refs: nodejs#54468 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Refs: nodejs#54572 Refs: nodejs#54468 PR-URL: nodejs#54593 Refs: nodejs#54572 Refs: nodejs#54468 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Refs: #54572 Refs: #54468 PR-URL: #54593 Backport-PR-URL: #58589 Refs: #54572 Refs: #54468 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Refs: #54572 Refs: #54468 PR-URL: #54593 Backport-PR-URL: #58589 Refs: #54572 Refs: #54468 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Refs: #54572 Refs: #54468 PR-URL: #54593 Backport-PR-URL: #58589 Refs: #54572 Refs: #54468 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This PR updates the WPT files.
Note the following behavioral differences between Node.js and WPT:
test-structured-clone.jsComparison: https://wpt.fyi/results/html/webappapis/structured-clone/structured-clone.any.html
See: #55120