Re: [streams-tests] Add a test for subtle readable byte stream feature interactions (#5398)

*This report has been truncated because the total content is 105394 characters in length, which is in excess of GitHub.com's limit for comments (65536 characters).

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/219170927)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 549b671d87964c9bc9cf187ccabb43fe1eff2069
Using browser at version BuildID 20170405115424; SourceStamp b043233ec04f06768d59dcdfb9e928142280f3cc
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>4 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5398/streams/readable-byte-streams/general.dedicatedworker.html">/streams/readable-byte-streams/general.dedicatedworker.html</a></summary>


|                                                           Subtest                                                            | Results |                                                                                                   Messages                                                                                                   |
|------------------------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                              | OK      |                                                                                                                                                                                                              |
| `getReader({mode: "byob"}) throws on non-bytes streams`                                                                      | FAIL    | `assert_throws: function "() => new ReadableStream().getReader({ mode: 'byob' })" threw object "ReferenceError: ReadableStream is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")` |
| `ReadableStream with byte source can be constructed with no errors`                                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `getReader({mode}) must perform ToString()`                                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Construct and expect start and pull being called`                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: No automatic pull call if start doesn't finish`                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Construct with highWaterMark of 0`                                                         | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: desiredSize when closed`                                                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: desiredSize when errored`                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), then releaseLock()`                                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()`                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that closing a stream does not release a reader automatically`                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically`                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that erroring a stream does not release a reader automatically`                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically`                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw`                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start()`                                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start() and read()`                                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: autoAllocateChunkSize`                                                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Mix of auto allocate and BYOB`                                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start() and read(view)`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read()`                                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Push source that doesn't understand pull signal`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(), but pull() function is not callable`                                               | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), but pull() function is not callable`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue() with Uint16Array, getReader(), then read()`                                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), read(view) partially, then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), enqueue(), close(), then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), close(), getReader(), then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Respond to pull() by enqueue()`                                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Respond to pull() by enqueue() asynchronously`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond()`                                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond() with a transferred ArrayBuffer`                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond() with too big value`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: respond(3) to read(view) with 2 element Uint16Array enqueues the 1 byte remainder`         | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view)`                                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = not BYOB)`                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = BYOB)`                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), read(view), then cancel()`                                                    | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: cancel() with partially filled pending pull() request`                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view`    | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)`                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a bigger view`                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a smaller views`                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(view) with Uint16Array`                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(view) with 2-element Uint16Array`                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with Uint16Array on close()-d stream with 1 byte enqueue()-d must fail`         | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: A stream must be errored if close()-d before fulfilling read(view) with Uint16Array`       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throw if close()-ed more than once`                                                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throw on enqueue() after close()`                                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond() and close() in pull()`                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls`                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read() twice, then enqueue() twice`                                                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple read(view), close() and respond()`                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple read(view), big enqueue()`                                                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple read(view) and multiple enqueue()`                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with passing undefined as view must fail`                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with zero-length view must fail`                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with passing an empty object as view must fail`                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Even read(view) with passing ArrayBufferView like object as view must fail`                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read() on an errored stream`                                                               | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(), then error()`                                                                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) on an errored stream`                                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then error()`                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull function must error the stream`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it`     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream`                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it` | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction`                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader can be constructed directly`                                                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader constructor requires a ReadableStream argument`                                                    | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader constructor requires an unlocked ReadableStream`                                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader constructor requires a ReadableStream with type "bytes"`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5398/streams/readable-byte-streams/general.html">/streams/readable-byte-streams/general.html</a></summary>


|                                                           Subtest                                                            | Results |                                                                                                   Messages                                                                                                   |
|------------------------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                              | OK      |                                                                                                                                                                                                              |
| `getReader({mode: "byob"}) throws on non-bytes streams`                                                                      | FAIL    | `assert_throws: function "() => new ReadableStream().getReader({ mode: 'byob' })" threw object "ReferenceError: ReadableStream is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")` |
| `ReadableStream with byte source can be constructed with no errors`                                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `getReader({mode}) must perform ToString()`                                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Construct and expect start and pull being called`                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: No automatic pull call if start doesn't finish`                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Construct with highWaterMark of 0`                                                         | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: desiredSize when closed`                                                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: desiredSize when errored`                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), then releaseLock()`                                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()`                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that closing a stream does not release a reader automatically`                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically`                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that erroring a stream does not release a reader automatically`                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically`                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw`                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start()`                                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start() and read()`                                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: autoAllocateChunkSize`                                                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Mix of auto allocate and BYOB`                                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start() and read(view)`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read()`                                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Push source that doesn't understand pull signal`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(), but pull() function is not callable`                                               | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), but pull() function is not callable`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue() with Uint16Array, getReader(), then read()`                                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), read(view) partially, then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), enqueue(), close(), then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), close(), getReader(), then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Respond to pull() by enqueue()`                                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Respond to pull() by enqueue() asynchronously`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond()`                                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond() with a transferred ArrayBuffer`                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond() with too big value`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: respond(3) to read(view) with 2 element Uint16Array enqueues the 1 byte remainder`         | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view)`                                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = not BYOB)`                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = BYOB)`                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), read(view), then cancel()`                                                    | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: cancel() with partially filled pending pull() request`                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view`    | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)`                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a bigger view`                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a smaller views`                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(view) with Uint16Array`                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(view) with 2-element Uint16Array`                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with Uint16Array on close()-d stream with 1 byte enqueue()-d must fail`         | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: A stream must be errored if close()-d before fulfilling read(view) with Uint16Array`       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throw if close()-ed more than once`                                                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throw on enqueue() after close()`                                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond() and close() in pull()`                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls`                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read() twice, then enqueue() twice`                                                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple read(view), close() and respond()`                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple read(view), big enqueue()`                                                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Multiple read(view) and multiple enqueue()`                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with passing undefined as view must fail`                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with zero-length view must fail`                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) with passing an empty object as view must fail`                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Even read(view) with passing ArrayBufferView like object as view must fail`                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read() on an errored stream`                                                               | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(), then error()`                                                                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view) on an errored stream`                                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then error()`                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull function must error the stream`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it`     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream`                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it` | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction`                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader can be constructed directly`                                                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader constructor requires a ReadableStream argument`                                                    | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader constructor requires an unlocked ReadableStream`                                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStreamBYOBReader constructor requires a ReadableStream with type "bytes"`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5398/streams/readable-byte-streams/general.serviceworker.https.html">/streams/readable-byte-streams/general.serviceworker.https.html</a></summary>


|                                                           Subtest                                                            | Results |                                                                                                   Messages                                                                                                   |
|------------------------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                              | OK      |                                                                                                                                                                                                              |
| `Service worker test setup`                                                                                                  | PASS    |                                                                                                                                                                                                              |
| `getReader({mode: "byob"}) throws on non-bytes streams`                                                                      | FAIL    | `assert_throws: function "() => new ReadableStream().getReader({ mode: 'byob' })" threw object "ReferenceError: ReadableStream is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")` |
| `ReadableStream with byte source can be constructed with no errors`                                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `getReader({mode}) must perform ToString()`                                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Construct and expect start and pull being called`                                          | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: No automatic pull call if start doesn't finish`                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Construct with highWaterMark of 0`                                                         | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: desiredSize when closed`                                                                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: desiredSize when errored`                                                                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), then releaseLock()`                                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()`                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that closing a stream does not release a reader automatically`                        | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically`                   | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that erroring a stream does not release a reader automatically`                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically`                  | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw`                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start()`                                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start() and read()`                                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: autoAllocateChunkSize`                                                                     | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Mix of auto allocate and BYOB`                                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Automatic pull() after start() and read(view)`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), getReader(), then read()`                                                       | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Push source that doesn't understand pull signal`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(), but pull() function is not callable`                                               | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), but pull() function is not callable`                                           | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue() with Uint16Array, getReader(), then read()`                                      | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), read(view) partially, then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: getReader(), enqueue(), close(), then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: enqueue(), close(), getReader(), then read()`                                              | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Respond to pull() by enqueue()`                                                            | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: Respond to pull() by enqueue() asynchronously`                                             | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond()`                                                                | FAIL    | `ReadableStream is not defined`                                                                                                                                                                              |
| `ReadableStream with byte source: read(view), then respond() with a transferred ArrayBuffer`                                 | FAIL    | `ReadableStream is not defined`                                                                                                                                                                            

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5398#issuecomment-292089850

Received on Thursday, 6 April 2017 07:18:11 UTC