[Webkit-unassigned] [Bug 277401] New: [GTK4] editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html is a constant failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 00:29:17 PDT 2024


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

            Bug ID: 277401
           Summary: [GTK4]
                    editing/pasteboard/data-transfer-set-data-sanitize-url
                    -when-copying-in-null-origin.html is a constant
                    failure
           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

According to results.webkit.org, this test is flaky in GTK3:

https://results.webkit.org/?platform=GTK&platform=WPE&suite=layout-tests&test=editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html&

But it's constantly failing in GTK4 with the following error:

https://build.webkit.org/results/GTK-Linux-64-bit-Release-GTK4-Tests/281623%40main%20%2833569%29/editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin-diff.txt

--- /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin-expected.txt
+++ /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin-actual.txt
@@ -12,8 +12,8 @@
 PASS event.clipboardData.getData("url") is "http://webkit.org/b/%F0%9F%A4%94?x=8%20+%206%3C"
 PASS event.clipboardData.types.includes("text/uri-list") is true
 PASS event.clipboardData.types.includes("text/html") is true
-PASS JSON.stringify(pastedItems[0]) is "{\"kind\":\"string\",\"type\":\"text/uri-list\"}"
-PASS JSON.stringify(pastedItems[1]) is "{\"kind\":\"string\",\"type\":\"text/html\"}"
+FAIL JSON.stringify(pastedItems[0]) should be {"kind":"string","type":"text/uri-list"}. Was {"kind":"string","type":"text/html"}.
+FAIL JSON.stringify(pastedItems[1]) should be {"kind":"string","type":"text/html"}. Was {"kind":"string","type":"text/uri-list"}.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
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/20240731/f2edcd0f/attachment-0001.htm>


More information about the webkit-unassigned mailing list