Bug 78620 - [chromium] form tests are flaky, mostly on Linux
Summary: [chromium] form tests are flaky, mostly on Linux
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-14 11:13 PST by Tony Chang
Modified: 2013-04-09 17:05 PDT (History)
1 user (show)

See Also:


Attachments

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