- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Thu, 06 Apr 2017 07:17:58 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/219170928) # Chrome (unstable channel) # Testing web-platform-tests at revision 549b671d87964c9bc9cf187ccabb43fe1eff2069 Using browser at version 59.0.3053.3 dev 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` | PASS | `{}` | | `ReadableStream with byte source can be constructed with no errors` | FAIL | `bytes type is not yet implemented` | | `getReader({mode}) must perform ToString()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct and expect start and pull being called` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: No automatic pull call if start doesn't finish` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct with highWaterMark of 0` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when closed` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when errored` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: autoAllocateChunkSize` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Mix of auto allocate and BYOB` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Push source that doesn't understand pull signal` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() with Uint16Array, getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), read(view) partially, then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), enqueue(), close(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), close(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue() asynchronously` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with a transferred ArrayBuffer` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with too big value` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: respond(3) to read(view) with 2 element Uint16Array enqueues the 1 byte remainder` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = not BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), read(view), then cancel()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: cancel() with partially filled pending pull() request` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a bigger view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a smaller views` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(view) with 2-element Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint16Array on close()-d stream with 1 byte enqueue()-d must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: A stream must be errored if close()-d before fulfilling read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw if close()-ed more than once` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw on enqueue() after close()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() and close() in pull()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() twice, then enqueue() twice` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), close() and respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), big enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view) and multiple enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing undefined as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with zero-length view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing an empty object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Even read(view) with passing ArrayBufferView like object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader can be constructed directly` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream argument` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires an unlocked ReadableStream` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream with type "bytes"` | FAIL | `bytes type is not yet implemented` | </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` | PASS | | | `ReadableStream with byte source can be constructed with no errors` | FAIL | `bytes type is not yet implemented` | | `getReader({mode}) must perform ToString()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct and expect start and pull being called` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: No automatic pull call if start doesn't finish` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct with highWaterMark of 0` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when closed` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when errored` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: autoAllocateChunkSize` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Mix of auto allocate and BYOB` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Push source that doesn't understand pull signal` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() with Uint16Array, getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), read(view) partially, then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), enqueue(), close(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), close(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue() asynchronously` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with a transferred ArrayBuffer` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with too big value` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: respond(3) to read(view) with 2 element Uint16Array enqueues the 1 byte remainder` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = not BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), read(view), then cancel()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: cancel() with partially filled pending pull() request` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a bigger view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a smaller views` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(view) with 2-element Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint16Array on close()-d stream with 1 byte enqueue()-d must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: A stream must be errored if close()-d before fulfilling read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw if close()-ed more than once` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw on enqueue() after close()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() and close() in pull()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() twice, then enqueue() twice` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), close() and respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), big enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view) and multiple enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing undefined as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with zero-length view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing an empty object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Even read(view) with passing ArrayBufferView like object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader can be constructed directly` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream argument` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires an unlocked ReadableStream` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream with type "bytes"` | FAIL | `bytes type is not yet implemented` | </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` | PASS | `{}` | | `ReadableStream with byte source can be constructed with no errors` | FAIL | `bytes type is not yet implemented` | | `getReader({mode}) must perform ToString()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct and expect start and pull being called` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: No automatic pull call if start doesn't finish` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct with highWaterMark of 0` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when closed` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when errored` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: autoAllocateChunkSize` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Mix of auto allocate and BYOB` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Push source that doesn't understand pull signal` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() with Uint16Array, getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), read(view) partially, then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), enqueue(), close(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), close(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue() asynchronously` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with a transferred ArrayBuffer` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with too big value` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: respond(3) to read(view) with 2 element Uint16Array enqueues the 1 byte remainder` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = not BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), read(view), then cancel()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: cancel() with partially filled pending pull() request` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a bigger view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a smaller views` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(view) with 2-element Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint16Array on close()-d stream with 1 byte enqueue()-d must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: A stream must be errored if close()-d before fulfilling read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw if close()-ed more than once` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw on enqueue() after close()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() and close() in pull()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() twice, then enqueue() twice` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), close() and respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), big enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view) and multiple enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing undefined as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with zero-length view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing an empty object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Even read(view) with passing ArrayBufferView like object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader can be constructed directly` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream argument` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires an unlocked ReadableStream` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream with type "bytes"` | FAIL | `bytes type is not yet implemented` | </details> <details> <summary><a href="http://w3c-test.org/submissions/5398/streams/readable-byte-streams/general.sharedworker.html">/streams/readable-byte-streams/general.sharedworker.html</a></summary> | Subtest | Results | Messages | |------------------------------------------------------------------------------------------------------------------------------|---------|-------------------------------------| | | OK | | | `getReader({mode: "byob"}) throws on non-bytes streams` | PASS | `{}` | | `ReadableStream with byte source can be constructed with no errors` | FAIL | `bytes type is not yet implemented` | | `getReader({mode}) must perform ToString()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct and expect start and pull being called` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: No automatic pull call if start doesn't finish` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Construct with highWaterMark of 0` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when closed` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: desiredSize when errored` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: autoAllocateChunkSize` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Mix of auto allocate and BYOB` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Automatic pull() after start() and read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Push source that doesn't understand pull signal` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), but pull() function is not callable` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() with Uint16Array, getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), read(view) partially, then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), enqueue(), close(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), close(), getReader(), then read()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Respond to pull() by enqueue() asynchronously` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with a transferred ArrayBuffer` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() with too big value` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: respond(3) to read(view) with 2 element Uint16Array enqueues the 1 byte remainder` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = not BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = BYOB)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: getReader(), read(view), then cancel()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: cancel() with partially filled pending pull() request` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a bigger view` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue(), getReader(), then read(view) with a smaller views` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(view) with 2-element Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint16Array on close()-d stream with 1 byte enqueue()-d must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: A stream must be errored if close()-d before fulfilling read(view) with Uint16Array` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw if close()-ed more than once` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throw on enqueue() after close()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then respond() and close() in pull()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() twice, then enqueue() twice` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), close() and respond()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view), big enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Multiple read(view) and multiple enqueue()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing undefined as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with zero-length view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) with passing an empty object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Even read(view) with passing ArrayBufferView like object as view must fail` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read() on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view) on an errored stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: read(view), then error()` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it` | FAIL | `bytes type is not yet implemented` | | `ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader can be constructed directly` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream argument` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires an unlocked ReadableStream` | FAIL | `bytes type is not yet implemented` | | `ReadableStreamBYOBReader constructor requires a ReadableStream with type "bytes"` | FAIL | `bytes type is not yet implemented` | </details> </details> View on GitHub: https://github.com/w3c/web-platform-tests/pull/5398#issuecomment-292089851
Received on Thursday, 6 April 2017 07:18:13 UTC