Bug 78620
Summary: | [chromium] form tests are flaky, mostly on Linux | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tony Chang
The following tests are flaky on Chromium Linux:
fast/forms/formaction-attribute.html
fast/forms/formmethod-attribute-button-html.html
fast/forms/formmethod-attribute-input-html.html
Here's the flakiness dashboard link:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fforms%2Fformaction-attribute.html%2Cfast%2Fforms%2Fformmethod-attribute-button-html.html%2Cfast%2Fforms%2Fformmethod-attribute-input-html.html
It's weird because the failure is a MISSING result. I'm not sure how we're not generating a result. formaction-attribute.html also sometimes gets missing on Windows (much more rare).
Maybe it's a race condition? I'm not sure when it started. It goes back pretty far on the flakiness dashboard.
I'm going to mark as PASS MISSING in test_expectations.txt.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
See also bug 72039.
Stephen Chenney
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.