Bug 169637

Summary: LayoutTest imported/w3c/web-platform-tests/XMLHttpRequest/timeout-multiple-fetches.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Matt Lewis <jlewis3>
Status: NEW ---    
Severity: Normal CC: jlewis3, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Mark test as flaky none

Description Ryan Haddad 2017-03-14 15:17:52 PDT
LayoutTest imported/w3c/web-platform-tests/XMLHttpRequest/timeout-multiple-fetches.html is a flaky failure

https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r213935%20(13982)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FXMLHttpRequest%2Ftimeout-multiple-fetches.html

--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/XMLHttpRequest/timeout-multiple-fetches-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/XMLHttpRequest/timeout-multiple-fetches-actual.txt
@@ -1,4 +1,4 @@
 
 PASS Redirects should not reset the timer 
-PASS CORS preflights should not reset the timer 
+FAIL CORS preflights should not reset the timer assert_unreached: load event fired Reached unreachable code
Comment 1 Ryan Haddad 2017-03-20 09:46:50 PDT
Marked test as flaky in http://trac.webkit.org/projects/webkit/changeset/214171
Comment 2 Matt Lewis 2017-05-08 16:12:18 PDT
The test is also flaky on iOS simulator with the same diff

diff:
--- /Volumes/Data/slave/ios-simulator-10-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/XMLHttpRequest/timeout-multiple-fetches-expected.txt
+++ /Volumes/Data/slave/ios-simulator-10-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/XMLHttpRequest/timeout-multiple-fetches-actual.txt
@@ -1,4 +1,4 @@
 
 PASS Redirects should not reset the timer 
-PASS CORS preflights should not reset the timer 
+FAIL CORS preflights should not reset the timer assert_unreached: load event fired Reached unreachable code
Comment 3 Matt Lewis 2017-05-08 16:23:05 PDT
Created attachment 309435 [details]
Mark test as flaky
Comment 4 Ryan Haddad 2017-05-08 16:39:49 PDT
Comment on attachment 309435 [details]
Mark test as flaky

Clearing flags on attachment: 309435

Committed r216464: <http://trac.webkit.org/changeset/216464>