- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Mon, 03 Apr 2017 19:17:58 GMT
- To: public-web-platform-tests-notifications@w3.org
*This report has been truncated because the total content is 100318 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/218154467) # Chrome (unstable channel) # Testing web-platform-tests at revision 9d90c65cfba5e783be809a92485c401574609f2e Using browser at version 59.0.3053.3 dev Starting 10 test iterations All results were stable ## All results ## <details> <summary>11 tests ran</summary> <details> <summary><a href="http://w3c-test.org/submissions/5303/fetch/api/cors/cors-filtering-worker.html">/fetch/api/cors/cors-filtering-worker.html</a></summary> | Subtest | Results | Messages | |---------------------------------------------------------------------------------|---------|----------| | | OK | | | `CORS filter on Cache-Control header` | PASS | `{}` | | `CORS filter on Content-Language header` | PASS | `{}` | | `CORS filter on Content-Type header` | PASS | `{}` | | `CORS filter on Expires header` | PASS | `{}` | | `CORS filter on Last-Modified header` | PASS | `{}` | | `CORS filter on Pragma header` | PASS | `{}` | | `CORS filter on Age header` | PASS | `{}` | | `CORS filter on Server header` | PASS | `{}` | | `CORS filter on Warning header` | PASS | `{}` | | `CORS filter on Content-Length header` | PASS | `{}` | | `CORS filter on Set-Cookie header` | PASS | `{}` | | `CORS filter on Set-Cookie2 header` | PASS | `{}` | | `CORS filter on Age header, header is exposed` | PASS | `{}` | | `CORS filter on Server header, header is exposed` | PASS | `{}` | | `CORS filter on Warning header, header is exposed` | PASS | `{}` | | `CORS filter on Content-Length header, header is exposed` | PASS | `{}` | | `CORS filter on Set-Cookie header, header is forbidden` | PASS | `{}` | | `CORS filter on Set-Cookie2 header, header is forbidden` | PASS | `{}` | | `CORS filter on Set-Cookie header, header is forbidden(credentials = include)` | PASS | `{}` | | `CORS filter on Set-Cookie2 header, header is forbidden(credentials = include)` | PASS | `{}` | </details> <details> <summary><a href="http://w3c-test.org/submissions/5303/fetch/api/cors/cors-filtering.html">/fetch/api/cors/cors-filtering.html</a></summary> | Subtest | Results | Messages | |---------------------------------------------------------------------------------|---------|----------| | | OK | | | `CORS filter on Cache-Control header` | PASS | | | `CORS filter on Content-Language header` | PASS | | | `CORS filter on Content-Type header` | PASS | | | `CORS filter on Expires header` | PASS | | | `CORS filter on Last-Modified header` | PASS | | | `CORS filter on Pragma header` | PASS | | | `CORS filter on Age header` | PASS | | | `CORS filter on Server header` | PASS | | | `CORS filter on Warning header` | PASS | | | `CORS filter on Content-Length header` | PASS | | | `CORS filter on Set-Cookie header` | PASS | | | `CORS filter on Set-Cookie2 header` | PASS | | | `CORS filter on Age header, header is exposed` | PASS | | | `CORS filter on Server header, header is exposed` | PASS | | | `CORS filter on Warning header, header is exposed` | PASS | | | `CORS filter on Content-Length header, header is exposed` | PASS | | | `CORS filter on Set-Cookie header, header is forbidden` | PASS | | | `CORS filter on Set-Cookie2 header, header is forbidden` | PASS | | | `CORS filter on Set-Cookie header, header is forbidden(credentials = include)` | PASS | | | `CORS filter on Set-Cookie2 header, header is forbidden(credentials = include)` | PASS | | </details> <details> <summary><a href="https://w3c-test.org/submissions/5303/service-workers/service-worker/navigation-preload/empty-preload-response-body.https.html">/service-workers/service-worker/navigation-preload/empty-preload-response-body.https.html</a></summary> | Subtest | Results | Messages | |-------------------------------------------|---------|-------------------------------------------| | | OK | | | `Navigation Preload empty response body.` | FAIL | `assert_equals: expected "[]" but got ""` | </details> <details> <summary><a href="http://w3c-test.org/submissions/5303/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` | | `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/5303/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` | | `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/5303/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` | | `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/5303/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` | | `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/5303/streams/readable-streams/general.dedicatedworker.html">/streams/readable-streams/general.dedicatedworker.html</a></summary> | Subtest | Results | Messages | |------------------------------------------------------------------------------------------------------------------------------|---------|------------------------------------------------------------------------------------------------------| | | OK | | | `ReadableStream can be constructed with no errors` | PASS | `{}` | | `ReadableStream can't be constructed with garbage` | PASS | `{}` | | `ReadableStream can't be constructed with an invalid type` | PASS | `{}` | | `ReadableStream instances should have the correct list of properties` | FAIL | `assert_array_equals: should have all the correct methods lengths differ, expected 7 got 5` | | `ReadableStream constructor should throw for non-function start arguments` | PASS | `{}` | | `ReadableStream constructor can get initial garbage as cancel argument` | PASS | `{}` | | `ReadableStream constructor can get initial garbage as pull argument` | PASS | `{}` | | `ReadableStream start should be called with the proper parameters` | FAIL | `assert_equals: constructor should have 4 parameter expected 4 but got 5` | | `ReadableStream start controller parameter should be extensible` | PASS | `{}` | | `default ReadableStream getReader() should only accept mode:undefined` | PASS | `{}` | | `ReadableStream should be able to call start method within prototype chain of its source` | PASS | `{}` | | `ReadableStream start should be able to return a promise` | PASS | `{}` | | `ReadableStream start should be able to return a promise and reject it` | PASS | `{}` | | `ReadableStream should be able to enqueue different objects.` | PASS | `{}` | | `ReadableStream: if pull rejects, it should error the stream` | PASS | `{}` | | `ReadableStream: should only call pull once upon starting the stream` | PASS | `{}` | | `ReadableStream: should call pull when trying to read from a started, empty stream` | PASS | `{}` | | `ReadableStream: should only call pull once on a non-empty stream read from before start fulfills` | PASS | `{}` | | `ReadableStream: should only call pull once on a non-empty stream read from after start fulfills` | PASS | `{}` | | `ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining` | PASS | `{}` | | `ReadableStream: View on GitHub: https://github.com/w3c/web-platform-tests/pull/5303#issuecomment-291245389
Received on Monday, 3 April 2017 19:18:13 UTC