Bug 143818 - streams/readablestream-reader.html test should really test collected stream case.
Summary: streams/readablestream-reader.html test should really test collected stream c...
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-04-16 02:00 PDT by youenn fablet
Modified: 2015-04-16 23:51 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.97 KB, patch)
2015-04-16 02:03 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-04-16 02:00:01 PDT
With the implementation of ReadableStream start, the streams/readablestream-reader.html is not anymore testing the right code path, as the stream is collected after the stream is actually started, which happens asynchronously.
Comment 1 youenn fablet 2015-04-16 02:03:01 PDT
Created attachment 250908 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-16 23:51:50 PDT
Comment on attachment 250908 [details]
Patch

Clearing flags on attachment: 250908

Committed r182941: <http://trac.webkit.org/changeset/182941>
Comment 3 WebKit Commit Bot 2015-04-16 23:51:53 PDT
All reviewed patches have been landed.  Closing bug.