Bug 187390

Summary: [iOS Debug] Layout Test fast/forms/submit-change-fragment.html is a flaky timeout
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, realdawei, tsavell
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2018-07-06 09:17:34 PDT
The following layout test is flaky on iOS Debug bots.

fast/forms/submit-change-fragment.html

Probable cause:

Unknown, this appears to have been flaky for a while.

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fforms%2Fsubmit-change-fragment.html

--- /Volumes/Data/slave/ios-simulator-11-debug-tests-wk2/build/layout-test-results/fast/forms/submit-change-fragment-expected.txt
+++ /Volumes/Data/slave/ios-simulator-11-debug-tests-wk2/build/layout-test-results/fast/forms/submit-change-fragment-actual.txt
@@ -1,7 +1,3 @@
-https://bugs.webkit.org/show_bug.cgi?id=20342
-Test that when the form method is get, and the form action is the same as the current location url, but with different fragment, we do not reload the page, and the onload handler is not called again.
+#PID UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 44725)
+FAIL: Timed out waiting for notifyDone to be called
 
-Also test that changing the form action after the form was submitted has no effect.
-
-
-PASS
Comment 1 Ryan Haddad 2018-07-16 09:01:49 PDT
*** Bug 187699 has been marked as a duplicate of this bug. ***
Comment 2 Alexey Proskuryakov 2018-07-17 15:47:52 PDT
This seems like a basic test that would be worth investigating deeply.