[Webkit-unassigned] [Bug 175586] New: REGRESSION(r220731): [GTK] Layout test imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 10:37:47 PDT 2017


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

            Bug ID: 175586
           Summary: REGRESSION(r220731): [GTK] Layout test
                    imported/w3c/web-platform-tests/XMLHttpRequest/send-ne
                    twork-error-sync-events.sub is failing
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

After r220731 "XHR should only fire an abort event if the cancellation was requested by the client" the layout test imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub is now failing for the GTK port.

Actually, the test was always failing, but it was an expected failure before r220731. Now it's expected to pass, and I see Chris updated the global expectations in that test. Something must be going wrong for the GTK port as we are not getting the same exception that is happening on macOS. I will mark this test as an expected fail:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub-actual.txt
@@ -1,4 +1,7 @@
 Blocked access to external URL http://nonexistent-origin.localhost}:8800/

-PASS XMLHttpRequest: The send() method: Throw a "throw an "NetworkError" exception when Network error happens (synchronous flag is set) 
+FAIL XMLHttpRequest: The send() method: Throw a "throw an "NetworkError" exception when Network error happens (synchronous flag is set) assert_throws: function "function ()
+            {
+                xhr.send("Test Message");
+            }" did not throw

-- 
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/20170815/b57611cd/attachment.html>


More information about the webkit-unassigned mailing list