/streams/piping/flow-control.any.html| status | subtest | message |
|---|---|---|
| FAIL | Piping from a non-empty ReadableStream into a WritableStream that does not desire chunks | assert_unreached: Should have rejected: pipeTo must reject with the same error Reached unreachable code |
| FAIL | Piping from a non-empty ReadableStream into a WritableStream that does not desire chunks, but then does | promise_test: Unhandled rejection with value: object "TypeError: This WritableStream writer has been released." |
| PASS | Piping from an empty ReadableStream into a WritableStream that does not desire chunks, but then the readable stream becomes non-empty and the writable stream starts desiring chunks | |
| FAIL | Piping from a ReadableStream to a WritableStream that desires more chunks before finishing with previous ones | assert_array_equals: expected property 1 to be "a" but got "b" (expected array ["write", "a"] got ["write", "b"]) |
| PASS | Piping to a WritableStream that does not consume the writes fast enough exerts backpressure on the ReadableStream |
bundle built 2026-07-16T07:16:48.063Z