[Webkit-unassigned] [Bug 151949] [Streams API] pipeTo tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 13:58:39 PDT 2020


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

Lauro Moura <lmoura at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lmoura at igalia.com

--- Comment #3 from Lauro Moura <lmoura at igalia.com> ---
After the last round of stream commits, pipe-to.html keeps failing with this diff (from a Catalina build):

-FAIL Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source |this| is not a Promise
+FAIL Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source assert_equals: at t = 0 ms, ws should be writable expected (string) "writable" but got (undefined) undefined

The test still expects WritableStream to have the 'state' attribute, but it is some detail from the reference implementation, not part of the public WritableStraem API, right?

Btw, testing with both GTK and WPE removing the state check fails at 225ms with:

-FAIL Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source |this| is not a Promise
+FAIL Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source assert_array_equals: at t = 225 ms, the two enqueued chunks in rs did not cause backpressure property 1, expected 1 but got 0

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200826/218a9816/attachment.htm>


More information about the webkit-unassigned mailing list