Bug 66327

Summary: TestFailures page considers far too many tests to be flaky, including tests that failed for a while but then were fixed
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Adam Roben (:aroben) <aroben>
Status: NEW ---    
Severity: Normal CC: abarth, dbates, ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dbates: review+

Description Adam Roben (:aroben) 2011-08-16 14:01:48 PDT
TestFailures page considers far too many tests to be flaky, including tests that failed for a while but then were fixed
Comment 1 Adam Roben (:aroben) 2011-08-16 14:03:03 PDT
Created attachment 104087 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2011-08-16 14:10:28 PDT
Comment on attachment 104087 [details]
Patch

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

> Tools/ChangeLog:5
> +        The basic strategy here is that once a build has failed or passed many times in a row we

Did you mean "test" instead of "build" here?
Comment 3 Adam Roben (:aroben) 2011-08-16 14:10:58 PDT
Comment on attachment 104087 [details]
Patch

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

>> Tools/ChangeLog:5
>> +        The basic strategy here is that once a build has failed or passed many times in a row we
> 
> Did you mean "test" instead of "build" here?

Yes! Fixed.