gecko-dev/testing/web-platform/tests/streams/readable-streams
Adam Rice 88c7cee0ca Bug 1528981 [wpt PR 15463] - Add missing tests for ReadableStream, a=testonly
Automatic update from web-platform-tests
Add missing tests for ReadableStream

* Test the specific rejection returned by calling it.return() twice (to avoid
  being confused by assertions).
* Verify that it.next() after it.return() fails.
* Add brand checks for getIterator(), locked and desiredSize.
* Verify that canceling branches in reverse order works.
* Test that erroring a teed stream errors both branches, even when they
  are not waiting for chunks.
* Verify that controller.close() clears the list of pending reads
* Verify that return() unlocks the stream synchronously
--

wpt-commits: a05ede00f53322a2313702f1a282d4a19b6d44b0
wpt-pr: 15463
2019-04-01 14:42:06 +01:00
..
async-iterator.any.js Bug 1528981 [wpt PR 15463] - Add missing tests for ReadableStream, a=testonly 2019-04-01 14:42:06 +01:00
bad-strategies.any.js
bad-underlying-sources.any.js
brand-checks.any.js Bug 1528981 [wpt PR 15463] - Add missing tests for ReadableStream, a=testonly 2019-04-01 14:42:06 +01:00
cancel.any.js
constructor.any.js
count-queuing-strategy-integration.any.js
default-reader.any.js Bug 1528981 [wpt PR 15463] - Add missing tests for ReadableStream, a=testonly 2019-04-01 14:42:06 +01:00
floating-point-total-queue-size.any.js
garbage-collection.any.js
general.any.js
patched-global.any.js
reentrant-strategies.any.js
tee.any.js Bug 1528981 [wpt PR 15463] - Add missing tests for ReadableStream, a=testonly 2019-04-01 14:42:06 +01:00
templated.any.js