-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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 for url to 6fa3fe8a92 #56136
Conversation
Review requested:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56136 +/- ##
==========================================
+ Coverage 88.01% 88.50% +0.49%
==========================================
Files 656 656
Lines 189136 189261 +125
Branches 36004 36346 +342
==========================================
+ Hits 166461 167511 +1050
+ Misses 15842 14966 -876
+ Partials 6833 6784 -49 |
URL specification recently changed to Unicode 15.1 where the new tests are only passing for 2 browsers/runtimes. Ada isn't one of them yet. WHATWG plans to update Unicode to 16 on February. I'm not sure if it's worth fixing this now, and do a larger update on February. cc @nodejs/tsc for visibility |
/cc @nodejs/web-standards |
0046233
to
f51c387
Compare
It looks like some of our own tests uses WPT fixtures and are therefor impacted |
Yes, I think we should remove it. That test depends on ada to_ascii and to_unicode functions but we already test it inside the URL parser. There is no need to have an additional test specifically for it. |
Landed in 7443a28 |
PR-URL: #56136 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
This is an automated update of the WPT for url to web-platform-tests/wpt@6fa3fe8.