Bug 187390 - [iOS Debug] Layout Test fast/forms/submit-change-fragment.html is a flaky timeout
Summary: [iOS Debug] Layout Test fast/forms/submit-change-fragment.html is a flaky tim...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-06 09:17 PDT by Ryan Haddad
Modified: 2018-07-17 15:47 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.