From 2e2586e19fd8f9cd3339b23fa0e4343b6ae3846d Mon Sep 17 00:00:00 2001 From: Jessica Lee Date: Mon, 28 Oct 2024 01:57:28 -0700 Subject: [PATCH] Mark URLPattern compare tests as tentative https://bugs.webkit.org/show_bug.cgi?id=282162 Include a Radar link (OOPS!). Reviewed by NOBODY (OOPS!). URLPattern compare functionality is not in the URLPattern spec yet, see https://github.com/whatwg/urlpattern/issues/61. Therefore, URLPattern compare tests should be marked tentative. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-tests.js: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/w3c-import.log: * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.js: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.js: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/urlpattern/w3c-import.log: * LayoutTests/platform/mac-wk1/TestExpectations: --- .../resources/urlpattern-compare-tests.js | 26 ----------------- .../urlpattern/resources/w3c-import.log | 2 +- .../urlpattern-compare.any-expected.txt | 28 ------------------- .../urlpattern/urlpattern-compare.any.html | 1 - .../urlpattern/urlpattern-compare.any.js | 2 -- ...ern-compare.any.serviceworker-expected.txt | 28 ------------------- .../urlpattern-compare.any.serviceworker.html | 1 - ...tern-compare.any.sharedworker-expected.txt | 28 ------------------- .../urlpattern-compare.any.sharedworker.html | 1 - ...urlpattern-compare.any.worker-expected.txt | 28 ------------------- .../urlpattern-compare.any.worker.html | 1 - .../urlpattern-compare.https.any-expected.txt | 28 ------------------- .../urlpattern-compare.https.any.html | 1 - .../urlpattern-compare.https.any.js | 2 -- ...mpare.https.any.serviceworker-expected.txt | 28 ------------------- ...ttern-compare.https.any.serviceworker.html | 1 - ...ompare.https.any.sharedworker-expected.txt | 28 ------------------- ...attern-compare.https.any.sharedworker.html | 1 - ...tern-compare.https.any.worker-expected.txt | 28 ------------------- .../urlpattern-compare.https.any.worker.html | 1 - .../urlpattern/w3c-import.log | 4 +-- LayoutTests/platform/mac-wk1/TestExpectations | 8 +++--- 22 files changed, 7 insertions(+), 269 deletions(-) delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-tests.js delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.html delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.js delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker.html delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker.html delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker.html delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.html delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.js delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker.html delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker.html delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker-expected.txt delete mode 100644 LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker.html diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-tests.js b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-tests.js deleted file mode 100644 index b92b53ee45cd9..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-tests.js +++ /dev/null @@ -1,26 +0,0 @@ -function runTests(data) { - for (let entry of data) { - test(function() { - const left = new URLPattern(entry.left); - const right = new URLPattern(entry.right); - - assert_equals(URLPattern.compareComponent(entry.component, left, right), entry.expected); - - // We have to coerce to an integer here in order to avoid asserting - // that `+0` is `-0`. - const reverse_expected = ~~(entry.expected * -1); - assert_equals(URLPattern.compareComponent(entry.component, right, left), reverse_expected, "reverse order"); - - assert_equals(URLPattern.compareComponent(entry.component, left, left), 0, "left equality"); - assert_equals(URLPattern.compareComponent(entry.component, right, right), 0, "right equality"); - }, `Component: ${entry.component} ` + - `Left: ${JSON.stringify(entry.left)} ` + - `Right: ${JSON.stringify(entry.right)}`); - } -} - -promise_test(async function() { - const response = await fetch('resources/urlpattern-compare-test-data.json'); - const data = await response.json(); - runTests(data); -}, 'Loading data...'); diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/w3c-import.log b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/w3c-import.log index d2178e28e5eeb..3db8da6ff88b1 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/w3c-import.log +++ b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/w3c-import.log @@ -15,7 +15,7 @@ None ------------------------------------------------------------------------ List of files: /LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-test-data.json -/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-tests.js +/LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-compare-tests.tentative.js /LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpattern-hasregexpgroups-tests.js /LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpatterntestdata.json /LayoutTests/imported/w3c/web-platform-tests/urlpattern/resources/urlpatterntests.js diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.js b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.js deleted file mode 100644 index 8db38adfd41d4..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.js +++ /dev/null @@ -1,2 +0,0 @@ -// META: global=window,worker -// META: script=resources/urlpattern-compare-tests.js diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.worker.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.js b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.js deleted file mode 100644 index 8db38adfd41d4..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.js +++ /dev/null @@ -1,2 +0,0 @@ -// META: global=window,worker -// META: script=resources/urlpattern-compare-tests.js diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker-expected.txt deleted file mode 100644 index 0370c38eb9a2d..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker-expected.txt +++ /dev/null @@ -1,28 +0,0 @@ - -PASS Loading data... -FAIL Component: pathname Left: {"pathname":"/foo/a"} Right: {"pathname":"/foo/b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/b"} Right: {"pathname":"/foo/bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/bar"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/"} Right: {"pathname":"/foo/:bar"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:bar"} Right: {"pathname":"/foo/*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/(bar)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}"} Right: {"pathname":"/foo/{bar}+"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}+"} Right: {"pathname":"/foo/{bar}?"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/{bar}?"} Right: {"pathname":"/foo/{bar}*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/(123)"} Right: {"pathname":"/foo/(12)"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"/foo/:b"} Right: {"pathname":"/foo/:a"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"*/foo"} Right: {"pathname":"*"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: port Left: {"port":"9"} Right: {"port":"100"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo/{:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"fo{o/:bar}?/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: {"pathname":"foo/:bar?/baz"} Right: {"pathname":"foo{/:bar/}?baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: pathname Left: "https://a.example.com/b?a" Right: "https://b.example.com/a?b" Not implemented. -FAIL Component: pathname Left: {"pathname":"/foo/{bar}/baz"} Right: {"pathname":"/foo/bar/baz"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: protocol Left: {"protocol":"a"} Right: {"protocol":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: username Left: {"username":"a"} Right: {"username":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: password Left: {"password":"a"} Right: {"password":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hostname Left: {"hostname":"a"} Right: {"hostname":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: search Left: {"search":"a"} Right: {"search":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) -FAIL Component: hash Left: {"hash":"a"} Right: {"hash":"b"} URLPattern.compareComponent is not a function. (In 'URLPattern.compareComponent(entry.component, left, right)', 'URLPattern.compareComponent' is undefined) - diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker.html b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker.html deleted file mode 100644 index 2382913528e69..0000000000000 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.worker.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/w3c-import.log b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/w3c-import.log index ac8ad4b9d0f02..9410cec8e3d1c 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/urlpattern/w3c-import.log +++ b/LayoutTests/imported/w3c/web-platform-tests/urlpattern/w3c-import.log @@ -15,8 +15,8 @@ None ------------------------------------------------------------------------ List of files: /LayoutTests/imported/w3c/web-platform-tests/urlpattern/WEB_FEATURES.yml -/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.js -/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.js +/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.tentative.any.js +/LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.tentative.https.any.js /LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern-hasregexpgroups.any.js /LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.any.js /LayoutTests/imported/w3c/web-platform-tests/urlpattern/urlpattern.https.any.js diff --git a/LayoutTests/platform/mac-wk1/TestExpectations b/LayoutTests/platform/mac-wk1/TestExpectations index b469779e71bc4..79e5eaa7e0506 100644 --- a/LayoutTests/platform/mac-wk1/TestExpectations +++ b/LayoutTests/platform/mac-wk1/TestExpectations @@ -725,10 +725,10 @@ imported/w3c/web-platform-tests/streams/transform-streams/properties.any.sharedw imported/w3c/web-platform-tests/streams/transform-streams/reentrant-strategies.any.sharedworker.html [ Skip ] imported/w3c/web-platform-tests/streams/transform-streams/strategies.any.sharedworker.html [ Skip ] imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.sharedworker.html [ Skip ] -imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.serviceworker.html [ Skip ] -imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.any.sharedworker.html [ Skip ] -imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.serviceworker.html [ Skip ] -imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.https.any.sharedworker.html [ Skip ] +imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.tentative.any.serviceworker.html [ Skip ] +imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.tentative.any.sharedworker.html [ Skip ] +imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.tentative.https.any.serviceworker.html [ Skip ] +imported/w3c/web-platform-tests/urlpattern/urlpattern-compare.tentative.https.any.sharedworker.html [ Skip ] imported/w3c/web-platform-tests/urlpattern/urlpattern-hasregexpgroups.any.serviceworker.html [ Skip ] imported/w3c/web-platform-tests/urlpattern/urlpattern-hasregexpgroups.any.sharedworker.html [ Skip ] imported/w3c/web-platform-tests/urlpattern/urlpattern.any.serviceworker.html [ Skip ]