Bug 70298

Summary: [chromium] flaky layout tests need triaging
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, yosin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 79329, 79748    
Bug Blocks:    

Description Dirk Pranke 2011-10-17 19:06:18 PDT
I marked the following tests as flaky around ~r97647:


WIN LINUX : fast/forms/input-number-events.html = TEXT PASS
WIN LINUX : fast/forms/input-number-large-padding.html = TEXT PASS
WIN LINUX : fast/forms/input-spinbutton-capturing.html = TEXT PASS
 : fast/images/pdf-as-background.html = FAIL TIMEOUT PASS
 : fast/selectors/unqualified-hover-strict.html = IMAGE+TEXT PASS
 : fast/table/border-collapsing/cached-69296.html = IMAGE PASS
 : http/tests/security/xssAuditor/cookie-injection.html = TEXT PASS
 : plugins/hidden-iframe-with-swf-plugin.html = FAIL TIMEOUT PASS
 : svg/custom/js-late-gradient-creation.svg = IMAGE PASS
 : svg/custom/js-late-pattern-creation.svg = IMAGE PASS

I need to break these out into separate bugs and find people to hopefully take a look at them.
Comment 1 Dirk Pranke 2011-10-17 19:10:19 PDT
Committed r97700: <http://trac.webkit.org/changeset/97700>
Comment 2 Dirk Pranke 2011-10-17 19:10:44 PDT
whoops, didn't mean to close this.
Comment 3 Adam Barth 2012-02-06 15:19:38 PST
This bug is too broad to be useful.
Comment 4 yosin 2012-02-26 18:29:08 PST
https://bugs.webkit.org/show_bug.cgi?id=79329
I'm enabling input-number-events.html
Comment 5 yosin 2012-02-26 20:57:35 PST
(In reply to comment #4)
> https://bugs.webkit.org/show_bug.cgi?id=79329
> I'm enabling input-number-events.html

I update input-number-events.html for new behavior since
  http://trac.webkit.org/changeset/108228/

However, this update doesn't solve flaky-ness.

For input-number-events.html, there is a bug in Chromium bug tracker too.
http://code.google.com/p/chromium/issues/detail?id=54331
Comment 6 yosin 2012-03-04 20:21:57 PST
Following tests are now stable:
* fast/forms/input-number-events.html (http://crbug.com/54331)
* fast/forms/input-number-large-padding.html (https://bugs.webkit.org/show_bug.cgi?id=79329)
* fast/forms/input-spinbutton-capturing.html (http://crbug.com/54330)

Entries are removed by http://trac.webkit.org/changeset/109692

Root cause of flakiness is mouse pointer position at start of each test, sometimes mousemove events weren't sent.

See https://bugs.webkit.org/show_bug.cgi?id=79748
Comment 7 Dirk Pranke 2012-09-18 17:21:38 PDT
Looks like

// Flaky tests from ~r97647                                                     
BUGWK70298 MAC : fast/table/border-collapsing/cached-69296.html = IMAGE         

is no longer flaky or failing, so I'm closing this.