kitesurf · WPT

PASS
expected PASS · 1208 ms
▶ run in kitesurf
Test
/streams/readable-streams/cancel.any.html
Actual
PASS
Expected
PASS
Unexpected
no
Duration
1208 ms
Harness
OK
Counts
Reason
Run
https://kitesurf.rendering.cfdata.org/?url=http%3A%2F%2Fwpt.live%2Fstreams%2Freadable-streams%2Fcancel.any.html ↗
Upstream
view on github.com/web-platform-tests/wpt ↗

Subtests

statussubtestmessage
PASSReadableStream cancellation: integration test on an infinite stream derived from a random push source
PASSReadableStream cancellation: cancel(reason) should pass through the given reason to the underlying source
PASSReadableStream cancellation: cancel() on a locked stream should fail and not call the underlying source cancel
PASSReadableStream cancellation: should fulfill promise when cancel callback went fine
PASSReadableStream cancellation: returning a value from the underlying source's cancel should not affect the fulfillment value of the promise returned by the stream's cancel
PASSReadableStream cancellation: should reject promise when cancel callback raises an exception
PASSReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (1)
PASSReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (2)
PASSReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should reject when that one does
PASSReadableStream cancellation: cancelling before start finishes should prevent pull() from being called
PASSReadableStream cancellation: underlyingSource.cancel() should called, even with pending pull

bundle built 2026-07-16T07:16:48.063Z