Bug 189343
| Summary: | [GTK][WPE] Couple of xhr tests failing since r235354 "Update WPT XHR tests to 87329a1" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, csaavedra |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Miguel Gomez
imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.html [ Failure ]
imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker.html [ Failure ]
Both of the tests seem to test that sync xhr should not have a timeout, but on both cases the timeout happen. These are the diffs:
imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.html:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/xhr/sync-no-timeout.any-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/xhr/sync-no-timeout.any-actual.txt
@@ -1,3 +1,3 @@
-PASS Sync XHR should not have a timeout
+FAIL Sync XHR should not have a timeout The operation timed out.
imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker.html:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker-actual.txt
@@ -1,3 +1,5 @@
-PASS Sync XHR should not have a timeout
+Harness Error (TIMEOUT), message = null
+TIMEOUT Sync XHR should not have a timeout Test timed out
+
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Claudio Saavedra
These have been passing for a while:
303253@main TEXT (Expected: FAIL)
[303254@main-303315@main] UNKNOWN
303316@main PASS (Expected: FAIL)