mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
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 |
||
|---|---|---|
| .. | ||
| async-iterator.any.js | ||
| bad-strategies.any.js | ||
| bad-underlying-sources.any.js | ||
| brand-checks.any.js | ||
| cancel.any.js | ||
| constructor.any.js | ||
| count-queuing-strategy-integration.any.js | ||
| default-reader.any.js | ||
| 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 | ||
| templated.any.js | ||