Bug 52064

Summary: [chromium] Layout test fast/events/overflow-events.html is flaky
Product: WebKit Reporter: Stephen White <senorblanco>
Component: DOMAssignee: Julien Chaffraix <jchaffraix>
Status: RESOLVED FIXED    
Severity: Normal CC: bulach, jchaffraix, pkasting, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Proposed unflakynessing try.
none
Better unflakynessing. none

Description Stephen White 2011-01-07 08:39:58 PST
Seems to be only flaky on chromium-win debug, for now.
Comment 1 Peter Kasting 2011-08-25 09:53:55 PDT
Now also flaky on Mac and Linux debug.
Comment 2 Julien Chaffraix 2012-03-01 19:40:46 PST
Created attachment 129795 [details]
Proposed unflakynessing try.
Comment 3 Stephen White 2012-03-02 04:29:05 PST
Comment on attachment 129795 [details]
Proposed unflakynessing try.

View in context: https://bugs.webkit.org/attachment.cgi?id=129795&action=review

> LayoutTests/fast/events/overflow-events.html:38
> +        if (currentTest == testResults.length - 1) {
> +            finished("SUCCESS");
> +            return;
> +        }

Since this comes before verification of the test results, won't it skip verification of the last test?
Comment 4 Julien Chaffraix 2012-03-02 08:49:58 PST
Comment on attachment 129795 [details]
Proposed unflakynessing try.

View in context: https://bugs.webkit.org/attachment.cgi?id=129795&action=review

>> LayoutTests/fast/events/overflow-events.html:38
>> +        }
> 
> Since this comes before verification of the test results, won't it skip verification of the last test?

I think you are right, let me tweak that so it's less error-prone.
Comment 5 Julien Chaffraix 2012-03-02 09:00:26 PST
Created attachment 129908 [details]
Better unflakynessing.
Comment 6 WebKit Review Bot 2012-03-02 12:01:28 PST
Comment on attachment 129908 [details]
Better unflakynessing.

Clearing flags on attachment: 129908

Committed r109595: <http://trac.webkit.org/changeset/109595>
Comment 7 WebKit Review Bot 2012-03-02 12:01:33 PST
All reviewed patches have been landed.  Closing bug.
Comment 8 Julien Chaffraix 2012-06-13 10:56:32 PDT
The test is not flaky anymore so I removed the entry in http://trac.webkit.org/changeset/120225