[webkit-changes] [WebKit/WebKit] 333123: Synchronize url WPT

Anne van Kesteren noreply at github.com
Wed Dec 4 10:48:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 333123b1f0c2ebe8ec1412a55241598f76e0d4ca
      https://github.com/WebKit/WebKit/commit/333123b1f0c2ebe8ec1412a55241598f76e0d4ca
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    R LayoutTests/fast/url/idna2003-expected.txt
    R LayoutTests/fast/url/idna2003.html
    R LayoutTests/fast/url/idna2008-expected.txt
    R LayoutTests/fast/url/idna2008.html
    M LayoutTests/imported/w3c/web-platform-tests/url/META.yml
    M LayoutTests/imported/w3c/web-platform-tests/url/README.md
    A LayoutTests/imported/w3c/web-platform-tests/url/WEB_FEATURES.yml
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-xhtml-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-xhtml.xhtml
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin.html
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element-xhtml.xhtml
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element-xhtml_exclude=(file_javascript_mailto)-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element-xhtml_include=file-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element.html
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element_exclude=(file_javascript_mailto)-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element_include=file-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element_include=javascript-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/a-element_include=mailto-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/failure-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/failure.html
    R LayoutTests/imported/w3c/web-platform-tests/url/idlharness-shadowrealm.window-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/url/idlharness-shadowrealm.window.html
    R LayoutTests/imported/w3c/web-platform-tests/url/idlharness-shadowrealm.window.js
    M LayoutTests/imported/w3c/web-platform-tests/url/idlharness.any.js
    M LayoutTests/imported/w3c/web-platform-tests/url/resources/a-element-origin.js
    M LayoutTests/imported/w3c/web-platform-tests/url/resources/a-element.js
    M LayoutTests/imported/w3c/web-platform-tests/url/resources/toascii.json
    A LayoutTests/imported/w3c/web-platform-tests/url/resources/urltestdata-javascript-only.json
    M LayoutTests/imported/w3c/web-platform-tests/url/resources/urltestdata.json
    M LayoutTests/imported/w3c/web-platform-tests/url/resources/w3c-import.log
    M LayoutTests/imported/w3c/web-platform-tests/url/toascii.window-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any.js
    M LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any.worker_exclude=(file_javascript_mailto)-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any.worker_include=file-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any_exclude=(file_javascript_mailto)-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any_include=file-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any.js
    M LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any.worker-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/url/w3c-import.log
    R LayoutTests/platform/glib/fast/url/idna2008-expected.txt
    A LayoutTests/platform/glib/imported/w3c/web-platform-tests/url/toascii.window-expected.txt
    R LayoutTests/platform/mac-ventura/fast/url/idna2008-expected.txt
    A LayoutTests/platform/mac-ventura/imported/w3c/web-platform-tests/url/toascii.window-expected.txt
    M LayoutTests/platform/win/TestExpectations

  Log Message:
  -----------
  Synchronize url WPT
https://bugs.webkit.org/show_bug.cgi?id=284038

Reviewed by Tim Nguyen.

Also remove the idna2003.html and idna2008.html tests as they have been
upstreamed to web-platform-tests and are imported here as part of
toascii.json (run through toascii.window.js/html).

Upstream commit:
https://github.com/web-platform-tests/wpt/commit/1d55057f6bd6600ac536dc82a6b3e80dac095abe

* LayoutTests/fast/url/idna2003-expected.txt: Removed.
* LayoutTests/fast/url/idna2003.html: Removed.
* LayoutTests/fast/url/idna2008-expected.txt: Removed.
* LayoutTests/fast/url/idna2008.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/url/META.yml:
* LayoutTests/imported/w3c/web-platform-tests/url/README.md:
* LayoutTests/imported/w3c/web-platform-tests/url/WEB_FEATURES.yml: Added.
* LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-xhtml-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-xhtml.xhtml:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin.html:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element-xhtml.xhtml:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element-xhtml_exclude=(file_javascript_mailto)-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element-xhtml_include=file-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element.html:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element_exclude=(file_javascript_mailto)-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element_include=file-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element_include=javascript-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/a-element_include=mailto-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/failure-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/failure.html:
* LayoutTests/imported/w3c/web-platform-tests/url/idlharness-shadowrealm.window-expected.txt: Removed.
* LayoutTests/imported/w3c/web-platform-tests/url/idlharness-shadowrealm.window.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/url/idlharness-shadowrealm.window.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/url/idlharness.any.js:
* LayoutTests/imported/w3c/web-platform-tests/url/resources/a-element-origin.js:
* LayoutTests/imported/w3c/web-platform-tests/url/resources/a-element.js:
* LayoutTests/imported/w3c/web-platform-tests/url/resources/toascii.json:
* LayoutTests/imported/w3c/web-platform-tests/url/resources/urltestdata-javascript-only.json: Added.
* LayoutTests/imported/w3c/web-platform-tests/url/resources/urltestdata.json:
* LayoutTests/imported/w3c/web-platform-tests/url/resources/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/url/toascii.window-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any.js:
* LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any.worker_exclude=(file_javascript_mailto)-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any.worker_include=file-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any_exclude=(file_javascript_mailto)-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/url-constructor.any_include=file-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any.js:
* LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any.worker-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/url/w3c-import.log:
* LayoutTests/platform/glib/fast/url/idna2008-expected.txt: Removed.
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/url/toascii.window-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/url/toascii.window-expected.txt.
* LayoutTests/platform/mac-ventura/fast/url/idna2008-expected.txt: Removed.
* LayoutTests/platform/mac-ventura/imported/w3c/web-platform-tests/url/toascii.window-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/url/toascii.window-expected.txt.
* LayoutTests/platform/win/TestExpectations:

Canonical link: https://commits.webkit.org/287352@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list