Commit e8169b82 authored by Adam Rice's avatar Adam Rice Committed by Chromium LUCI CQ

Remove obsolete expected.txt files for streams

Some of the web platform test files for streams have been deleted
upstream. Remove the corresponding -expected.txt files.

Change-Id: Id04a40d716843cde2aad6c6156f601026859ac4c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566318Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832660}
parent 96552e8b
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL Can get the ReadableByteStreamController constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader enforces a brand check on its argument
FAIL ReadableStreamBYOBReader.prototype.closed enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.cancel enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.read enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.releaseLock enforces a brand check Cannot read property 'prototype' of undefined
PASS ReadableByteStreamController enforces a brand check on its arguments
PASS ReadableByteStreamController can't be given a fully-constructed ReadableStream
FAIL ReadableByteStreamController.prototype.byobRequest enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.close enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.enqueue enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.error enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBRequest enforces brand checks Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL Can get the ReadableByteStreamController constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader enforces a brand check on its argument
FAIL ReadableStreamBYOBReader.prototype.closed enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.cancel enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.read enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.releaseLock enforces a brand check Cannot read property 'prototype' of undefined
PASS ReadableByteStreamController enforces a brand check on its arguments
PASS ReadableByteStreamController can't be given a fully-constructed ReadableStream
FAIL ReadableByteStreamController.prototype.byobRequest enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.close enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.enqueue enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.error enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBRequest enforces brand checks Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL Can get the ReadableByteStreamController constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader enforces a brand check on its argument
FAIL ReadableStreamBYOBReader.prototype.closed enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.cancel enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.read enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.releaseLock enforces a brand check Cannot read property 'prototype' of undefined
PASS ReadableByteStreamController enforces a brand check on its arguments
PASS ReadableByteStreamController can't be given a fully-constructed ReadableStream
FAIL ReadableByteStreamController.prototype.byobRequest enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.close enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.enqueue enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.error enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBRequest enforces brand checks Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL Can get the ReadableByteStreamController constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader enforces a brand check on its argument
FAIL ReadableStreamBYOBReader.prototype.closed enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.cancel enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.read enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBReader.prototype.releaseLock enforces a brand check Cannot read property 'prototype' of undefined
PASS ReadableByteStreamController enforces a brand check on its arguments
PASS ReadableByteStreamController can't be given a fully-constructed ReadableStream
FAIL ReadableByteStreamController.prototype.byobRequest enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.close enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.enqueue enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableByteStreamController.prototype.error enforces a brand check Cannot read property 'prototype' of undefined
FAIL ReadableStreamBYOBRequest enforces brand checks Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS ReadableStream constructor should stop after get on size fails
PASS ReadableStream constructor should stop after get on highWaterMark fails
PASS ReadableStream constructor should stop after get on type fails
PASS ReadableStream constructor should stop after validate on type fails
PASS ReadableStream constructor should stop after validate on size fails
FAIL ReadableStream constructor should stop after tonumber on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after tonumber on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS ReadableStream constructor should stop after get on size fails
PASS ReadableStream constructor should stop after get on highWaterMark fails
PASS ReadableStream constructor should stop after get on type fails
PASS ReadableStream constructor should stop after validate on type fails
PASS ReadableStream constructor should stop after validate on size fails
FAIL ReadableStream constructor should stop after tonumber on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after tonumber on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS ReadableStream constructor should stop after get on size fails
PASS ReadableStream constructor should stop after get on highWaterMark fails
PASS ReadableStream constructor should stop after get on type fails
PASS ReadableStream constructor should stop after validate on type fails
PASS ReadableStream constructor should stop after validate on size fails
FAIL ReadableStream constructor should stop after tonumber on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after tonumber on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS ReadableStream constructor should stop after get on size fails
PASS ReadableStream constructor should stop after get on highWaterMark fails
PASS ReadableStream constructor should stop after get on type fails
PASS ReadableStream constructor should stop after validate on type fails
PASS ReadableStream constructor should stop after validate on size fails
FAIL ReadableStream constructor should stop after tonumber on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on highWaterMark fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on pull fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on cancel fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after tonumber on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on autoAllocateChunkSize fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after get on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
FAIL ReadableStream constructor should stop after validate on start fails assert_equals: operations should be performed in the right order expected "get on size,get on highWaterMark,get on type,tonumber on highWaterMark,get on pull,get on cancel,get on autoAllocateChunkSize,tonumber on autoAllocateChunkSize,get on start" but got "get on size,get on highWaterMark,get on type"
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL ReadableStream with byte source: read()ing from a closed stream still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: read()ing from a stream with queued chunks still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: enqueuing an already-detached buffer throws Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: reading into an already-detached buffer rejects Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL ReadableStream with byte source: read()ing from a closed stream still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: read()ing from a stream with queued chunks still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: enqueuing an already-detached buffer throws Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: reading into an already-detached buffer rejects Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL ReadableStream with byte source: read()ing from a closed stream still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: read()ing from a stream with queued chunks still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: enqueuing an already-detached buffer throws Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: reading into an already-detached buffer rejects Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL ReadableStream with byte source: read()ing from a closed stream still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: read()ing from a stream with queued chunks still transfers the buffer Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: enqueuing an already-detached buffer throws Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: reading into an already-detached buffer rejects Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the readable state) Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the closed state) Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader constructor should get a ReadableStream object as argument
FAIL ReadableStreamBYOBReader instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStreamBYOBRequest instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableByteStreamController instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader constructor should get a ReadableStream object as argument
FAIL ReadableStreamBYOBReader instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStreamBYOBRequest instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableByteStreamController instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader constructor should get a ReadableStream object as argument
FAIL ReadableStreamBYOBReader instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStreamBYOBRequest instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableByteStreamController instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL Can get the ReadableStreamBYOBReader constructor indirectly Failed to construct 'ReadableStream': bytes type is not yet implemented
PASS ReadableStreamBYOBReader constructor should get a ReadableStream object as argument
FAIL ReadableStreamBYOBReader instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableStreamBYOBRequest instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
FAIL ReadableByteStreamController instances should have the correct list of properties Failed to construct 'ReadableStream': bytes type is not yet implemented
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS Can get the ReadableStreamDefaultReader constructor indirectly
PASS Can get the ReadableStreamDefaultController constructor indirectly
FAIL Can get ReadableStreamAsyncIteratorPrototype object indirectly rs.getIterator is not a function
PASS ReadableStream.prototype.cancel enforces a brand check
FAIL ReadableStream.prototype.getIterator enforces a brand check assert_equals: getIterator should exist expected "function" but got "undefined"
PASS ReadableStream.prototype.getReader enforces a brand check
PASS ReadableStream.prototype.locked enforces a brand check
PASS ReadableStream.prototype.tee enforces a brand check
PASS ReadableStreamDefaultReader enforces a brand check on its argument
PASS ReadableStreamDefaultReader.prototype.closed enforces a brand check
PASS ReadableStreamDefaultReader.prototype.cancel enforces a brand check
PASS ReadableStreamDefaultReader.prototype.read enforces a brand check
PASS ReadableStreamDefaultReader.prototype.releaseLock enforces a brand check
PASS ReadableStreamDefaultController enforces a brand check on its argument
PASS ReadableStreamDefaultController can't be given a fully-constructed ReadableStream
PASS ReadableStreamDefaultController.prototype.desiredSize enforces a brand check
PASS ReadableStreamDefaultController.prototype.close enforces a brand check
PASS ReadableStreamDefaultController.prototype.enqueue enforces a brand check
PASS ReadableStreamDefaultController.prototype.error enforces a brand check
FAIL ReadableStreamAsyncIteratorPrototype.next enforces a brand check Object prototype may only be an Object or null: undefined
FAIL ReadableStreamAsyncIteratorPrototype.return enforces a brand check Object prototype may only be an Object or null: undefined
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS Can get the ReadableStreamDefaultReader constructor indirectly
PASS Can get the ReadableStreamDefaultController constructor indirectly
FAIL Can get ReadableStreamAsyncIteratorPrototype object indirectly rs.getIterator is not a function
PASS ReadableStream.prototype.cancel enforces a brand check
FAIL ReadableStream.prototype.getIterator enforces a brand check assert_equals: getIterator should exist expected "function" but got "undefined"
PASS ReadableStream.prototype.getReader enforces a brand check
PASS ReadableStream.prototype.locked enforces a brand check
PASS ReadableStream.prototype.tee enforces a brand check
PASS ReadableStreamDefaultReader enforces a brand check on its argument
PASS ReadableStreamDefaultReader.prototype.closed enforces a brand check
PASS ReadableStreamDefaultReader.prototype.cancel enforces a brand check
PASS ReadableStreamDefaultReader.prototype.read enforces a brand check
PASS ReadableStreamDefaultReader.prototype.releaseLock enforces a brand check
PASS ReadableStreamDefaultController enforces a brand check on its argument
PASS ReadableStreamDefaultController can't be given a fully-constructed ReadableStream
PASS ReadableStreamDefaultController.prototype.desiredSize enforces a brand check
PASS ReadableStreamDefaultController.prototype.close enforces a brand check
PASS ReadableStreamDefaultController.prototype.enqueue enforces a brand check
PASS ReadableStreamDefaultController.prototype.error enforces a brand check
FAIL ReadableStreamAsyncIteratorPrototype.next enforces a brand check Object prototype may only be an Object or null: undefined
FAIL ReadableStreamAsyncIteratorPrototype.return enforces a brand check Object prototype may only be an Object or null: undefined
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS Can get the ReadableStreamDefaultReader constructor indirectly
PASS Can get the ReadableStreamDefaultController constructor indirectly
FAIL Can get ReadableStreamAsyncIteratorPrototype object indirectly rs.getIterator is not a function
PASS ReadableStream.prototype.cancel enforces a brand check
FAIL ReadableStream.prototype.getIterator enforces a brand check assert_equals: getIterator should exist expected "function" but got "undefined"
PASS ReadableStream.prototype.getReader enforces a brand check
PASS ReadableStream.prototype.locked enforces a brand check
PASS ReadableStream.prototype.tee enforces a brand check
PASS ReadableStreamDefaultReader enforces a brand check on its argument
PASS ReadableStreamDefaultReader.prototype.closed enforces a brand check
PASS ReadableStreamDefaultReader.prototype.cancel enforces a brand check
PASS ReadableStreamDefaultReader.prototype.read enforces a brand check
PASS ReadableStreamDefaultReader.prototype.releaseLock enforces a brand check
PASS ReadableStreamDefaultController enforces a brand check on its argument
PASS ReadableStreamDefaultController can't be given a fully-constructed ReadableStream
PASS ReadableStreamDefaultController.prototype.desiredSize enforces a brand check
PASS ReadableStreamDefaultController.prototype.close enforces a brand check
PASS ReadableStreamDefaultController.prototype.enqueue enforces a brand check
PASS ReadableStreamDefaultController.prototype.error enforces a brand check
FAIL ReadableStreamAsyncIteratorPrototype.next enforces a brand check Object prototype may only be an Object or null: undefined
FAIL ReadableStreamAsyncIteratorPrototype.return enforces a brand check Object prototype may only be an Object or null: undefined
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS Can get the ReadableStreamDefaultReader constructor indirectly
PASS Can get the ReadableStreamDefaultController constructor indirectly
FAIL Can get ReadableStreamAsyncIteratorPrototype object indirectly rs.getIterator is not a function
PASS ReadableStream.prototype.cancel enforces a brand check
FAIL ReadableStream.prototype.getIterator enforces a brand check assert_equals: getIterator should exist expected "function" but got "undefined"
PASS ReadableStream.prototype.getReader enforces a brand check
PASS ReadableStream.prototype.locked enforces a brand check
PASS ReadableStream.prototype.tee enforces a brand check
PASS ReadableStreamDefaultReader enforces a brand check on its argument
PASS ReadableStreamDefaultReader.prototype.closed enforces a brand check
PASS ReadableStreamDefaultReader.prototype.cancel enforces a brand check
PASS ReadableStreamDefaultReader.prototype.read enforces a brand check
PASS ReadableStreamDefaultReader.prototype.releaseLock enforces a brand check
PASS ReadableStreamDefaultController enforces a brand check on its argument
PASS ReadableStreamDefaultController can't be given a fully-constructed ReadableStream
PASS ReadableStreamDefaultController.prototype.desiredSize enforces a brand check
PASS ReadableStreamDefaultController.prototype.close enforces a brand check
PASS ReadableStreamDefaultController.prototype.enqueue enforces a brand check
PASS ReadableStreamDefaultController.prototype.error enforces a brand check
FAIL ReadableStreamAsyncIteratorPrototype.next enforces a brand check Object prototype may only be an Object or null: undefined
FAIL ReadableStreamAsyncIteratorPrototype.return enforces a brand check Object prototype may only be an Object or null: undefined
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment