[Webkit-unassigned] [Bug 219664] New: [GLIB] REGRESSION(r270526): Several URL related tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 20:16:38 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219664

            Bug ID: 219664
           Summary: [GLIB] REGRESSION(r270526): Several URL related tests
                    are failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The following tests are failing since r270526:

  imported/w3c/web-platform-tests/fetch/data-urls/processing.any.html [ Failure ]
  imported/w3c/web-platform-tests/fetch/data-urls/processing.any.worker.html [ Failure ]
  imported/w3c/web-platform-tests/url/data-uri-fragment.html [ Failure ]

r270526 adds a new test that is also failing.

Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r270551%20(17359)/fast/url/data-url-mediatype-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/url/data-url-mediatype-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/url/data-url-mediatype-actual.txt
@@ -2,7 +2,7 @@
 ALERT: video/mpegURL text#fragment
 ALERT: application/x-mpegurl text#fragment
 ALERT: vnd.apple.mpegurl text#fragment
-ALERT: text/plain text
+ALERT: text/plain text#fragment
 CONSOLE MESSAGE: Fetch API cannot load data:te#xt/plain,text#fragment.
 ALERT: caught error with mime type te#xt/plain


Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r270551%20(17359)/imported/w3c/web-platform-tests/url/data-uri-fragment-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/url/data-uri-fragment-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/url/data-uri-fragment-actual.txt
@@ -1,4 +1,4 @@


-PASS Data URI parsing of fragments
+FAIL Data URI parsing of fragments assert_equals: expected "<p id=\"foo\">This should be the only visible text.</p>" but got "<p id=\"foo\">This should be the only visible text.</p>#foo"


Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r270551%20(17359)/imported/w3c/web-platform-tests/fetch/data-urls/processing.any-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/data-urls/processing.any-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/data-urls/processing.any-actual.txt
@@ -7,7 +7,7 @@
 PASS "data:text/html"
 PASS "data:text/html    ;charset=x   "
 PASS "data:,"
-PASS "data:,X#X"
+FAIL "data:,X#X" assert_array_equals: lengths differ, expected array [88] length 1, got object "88,35,88" length 3
 PASS "data:,%FF"
 PASS "data:text/plain,X"
 PASS "data:text/plain ,X"


Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r270551%20(17359)/imported/w3c/web-platform-tests/fetch/data-urls/processing.any.worker-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/data-urls/processing.any.worker-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/data-urls/processing.any.worker-actual.txt
@@ -7,7 +7,7 @@
 PASS "data:text/html"
 PASS "data:text/html    ;charset=x   "
 PASS "data:,"
-PASS "data:,X#X"
+FAIL "data:,X#X" assert_array_equals: lengths differ, expected array [88] length 1, got object "88,35,88" length 3
 PASS "data:,%FF"
 PASS "data:text/plain,X"
 PASS "data:text/plain ,X"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201209/37397efe/attachment-0001.htm>


More information about the webkit-unassigned mailing list