Bug 185408 - REGRESSION (r231456?): Layout Test fast/events/form-onchange.html is a flaky failure
Summary: REGRESSION (r231456?): Layout Test fast/events/form-onchange.html is a flaky ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-07 17:32 PDT by Ryan Haddad
Modified: 2018-05-07 19:17 PDT (History)
2 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-05-07 17:32:14 PDT
The following layout test is a flaky failure

fast/events/form-onchange.html

Probable cause:

Unknown.

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fevents%2Fform-onchange.html

--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/fast/events/form-onchange-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/fast/events/form-onchange-actual.txt
@@ -1,3 +1,4 @@
+Blocked access to external URL http://anything.com/
 Tests that the onchange event can be set on any element with an attribute.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Comment 1 Ryan Haddad 2018-05-07 17:34:24 PDT
I think this regressed with https://trac.webkit.org/changeset/231456/webkit

The test failed consistently when that change was first landed and passed after it was rolled out.
Comment 2 Chris Dumez 2018-05-07 19:13:35 PDT
Probably caused by the test that runs before this one. Given the URL, I suspect one of those 2:
LayoutTests/fast/events/form-iframe-target-before-load-crash.html:        <form id="form1" style="display:none" method="post" target="test" action="http://anything.com"></form>
LayoutTests/fast/events/form-iframe-target-before-load-crash3.html:        <form id="form1" style="display:none" method="post" target="test" action="http://anything.com"></form>
Comment 3 Chris Dumez 2018-05-07 19:16:05 PDT
Committed r231475: <https://trac.webkit.org/changeset/231475>
Comment 4 Radar WebKit Bug Importer 2018-05-07 19:17:20 PDT
<rdar://problem/40046290>