[Webkit-unassigned] [Bug 166312] New: [Readable Streams API] Fix test in readableByteStreamCallPullIfNeeded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 05:56:28 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=166312

            Bug ID: 166312
           Summary: [Readable Streams API] Fix test in
                    readableByteStreamCallPullIfNeeded
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: romain.wkt at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161221/e341cc8f/attachment.html>


More information about the webkit-unassigned mailing list