Bug 78620

Summary: [chromium] form tests are flaky, mostly on Linux
Product: WebKit Reporter: Tony Chang <tony>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Tony Chang 2012-02-14 11:13:26 PST
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.
Comment 1 Tony Chang 2012-02-14 11:17:18 PST
See also bug 72039.
Comment 2 Stephen Chenney 2013-04-09 17:05:34 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.