Bug 144813 - streams/reference-implementation/readable-stream-reader.html and streams/reference-implementation/bad-underlying-sources.html are flaky
Summary: streams/reference-implementation/readable-stream-reader.html and streams/refe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 14:07 PDT by youenn fablet
Modified: 2015-05-08 23:42 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.69 KB, patch)
2015-05-08 14:11 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2015-05-08 14:07:53 PDT
These two files have tests that were previously timeouting and are now passing.
We should remove the 50 ms timeout set for these tests to remove the flakiness that happen for slow bots.
Comment 1 youenn fablet 2015-05-08 14:11:12 PDT
Created attachment 252748 [details]
Patch
Comment 2 youenn fablet 2015-05-08 14:25:52 PDT
Comment on attachment 252748 [details]
Patch

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

> LayoutTests/ChangeLog:9
> +

As we add new features, some failing tests may be timeouting.
We can mark all these newly timeouting tests as {timeout: 50} to continue monitor them (far easier than commenting/uncommenting them).
When being fixed with additional patches, we then remove the {timeout: 50}

Also some tests have been commented out in the past and could have the same treatment.

I wonder whether this kind of change (this patch or proposed uncommenting of tests) needs a review or not.
Comment 3 Alexey Proskuryakov 2015-05-08 15:56:19 PDT
Comment on attachment 252748 [details]
Patch

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

>> LayoutTests/ChangeLog:9
>> +
> 
> As we add new features, some failing tests may be timeouting.
> We can mark all these newly timeouting tests as {timeout: 50} to continue monitor them (far easier than commenting/uncommenting them).
> When being fixed with additional patches, we then remove the {timeout: 50}
> 
> Also some tests have been commented out in the past and could have the same treatment.
> 
> I wonder whether this kind of change (this patch or proposed uncommenting of tests) needs a review or not.

TestExpectations changes don't need review in general, test changes generally do.
Comment 4 WebKit Commit Bot 2015-05-08 23:41:57 PDT
Comment on attachment 252748 [details]
Patch

Clearing flags on attachment: 252748

Committed r184038: <http://trac.webkit.org/changeset/184038>
Comment 5 WebKit Commit Bot 2015-05-08 23:42:03 PDT
All reviewed patches have been landed.  Closing bug.