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: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Miguel Gomez 2018-09-06 06:57:15 PDT
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
+