RESOLVED FIXED 166312
[Readable Streams API] Fix test in readableByteStreamCallPullIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=166312
Summary [Readable Streams API] Fix test in readableByteStreamCallPullIfNeeded
Romain Bellessort
Reported 2016-12-21 05:56:28 PST
As indicated in https://bugs.webkit.org/show_bug.cgi?id=166022#c10, the test to check whether pull should be called is not valid (this went unnoticed as implementation does not allow reaching invalid code for the moment, but it would become possible as the implementation progresses). Therefore, the test should be rewritten to be valid and also to be more readable. A possible option may be to stick to the spec and to rely on a dedicated readableByteStreamShouldCallPull function.
Attachments
Patch (2.91 KB, patch)
2016-12-21 06:34 PST, Nael Ouedraogo
no flags
Archive of layout-test-results from ews122 for ios-simulator-wk2 (6.63 MB, application/zip)
2016-12-21 08:12 PST, Build Bot
no flags
Nael Ouedraogo
Comment 1 2016-12-21 06:34:15 PST
Build Bot
Comment 2 2016-12-21 08:12:28 PST
Comment on attachment 297587 [details] Patch Attachment 297587 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/2765047 New failing tests: compositing/absolute-inside-out-of-view-fixed.html
Build Bot
Comment 3 2016-12-21 08:12:30 PST
Created attachment 297588 [details] Archive of layout-test-results from ews122 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews122 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.6
Nael Ouedraogo
Comment 4 2016-12-21 08:24:56 PST
(In reply to comment #2) > Comment on attachment 297587 [details] > Patch > > Attachment 297587 [details] did not pass ios-sim-ews (ios-simulator-wk2): > Output: http://webkit-queues.webkit.org/results/2765047 > > New failing tests: > compositing/absolute-inside-out-of-view-fixed.html Failure observed on compositing/absolute-inside-out-of-view-fixed.html on ios-simulator-wk2 seems not related to the patch.
Nael Ouedraogo
Comment 5 2016-12-21 09:20:12 PST
Thanks for the review.
WebKit Commit Bot
Comment 6 2016-12-21 09:37:56 PST
Comment on attachment 297587 [details] Patch Clearing flags on attachment: 297587 Committed r210060: <http://trac.webkit.org/changeset/210060>
WebKit Commit Bot
Comment 7 2016-12-21 09:38:00 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.