| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Service worker test setup |
| 2 PASS getReader({mode: "byob"}) throws on non-bytes streams | 3 PASS getReader({mode: "byob"}) throws on non-bytes streams |
| 3 FAIL ReadableStream with byte source can be constructed with no errors bytes typ
e is not yet implemented | 4 FAIL ReadableStream with byte source can be constructed with no errors bytes typ
e is not yet implemented |
| 4 FAIL ReadableStream with byte source: Construct and expect start and pull being
called bytes type is not yet implemented | 5 FAIL ReadableStream with byte source: Construct and expect start and pull being
called bytes type is not yet implemented |
| 5 FAIL ReadableStream with byte source: No automatic pull call if start doesn't fi
nish bytes type is not yet implemented | 6 FAIL ReadableStream with byte source: No automatic pull call if start doesn't fi
nish bytes type is not yet implemented |
| 6 FAIL ReadableStream with byte source: Construct with highWaterMark of 0 bytes ty
pe is not yet implemented | 7 FAIL ReadableStream with byte source: Construct with highWaterMark of 0 bytes ty
pe is not yet implemented |
| 7 FAIL ReadableStream with byte source: getReader(), then releaseLock() bytes type
is not yet implemented | 8 FAIL ReadableStream with byte source: getReader(), then releaseLock() bytes type
is not yet implemented |
| 8 FAIL ReadableStream with byte source: getReader() with mode set to byob, then re
leaseLock() bytes type is not yet implemented | 9 FAIL ReadableStream with byte source: getReader() with mode set to byob, then re
leaseLock() bytes type is not yet implemented |
| 9 FAIL ReadableStream with byte source: Test that closing a stream does not releas
e a reader automatically bytes type is not yet implemented | 10 FAIL ReadableStream with byte source: Test that closing a stream does not releas
e a reader automatically bytes type is not yet implemented |
| 10 FAIL ReadableStream with byte source: Test that closing a stream does not releas
e a BYOB reader automatically bytes type is not yet implemented | 11 FAIL ReadableStream with byte source: Test that closing a stream does not releas
e a BYOB reader automatically bytes type is not yet implemented |
| 11 FAIL ReadableStream with byte source: Test that erroring a stream does not relea
se a reader automatically bytes type is not yet implemented | 12 FAIL ReadableStream with byte source: Test that erroring a stream does not relea
se a reader automatically bytes type is not yet implemented |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 FAIL ReadableStream with byte source: Throwing in pull function must error the s
tream bytes type is not yet implemented | 63 FAIL ReadableStream with byte source: Throwing in pull function must error the s
tream bytes type is not yet implemented |
| 63 FAIL ReadableStream with byte source: Throwing in pull in response to read() mus
t be ignored if the stream is errored in it bytes type is not yet implemented | 64 FAIL ReadableStream with byte source: Throwing in pull in response to read() mus
t be ignored if the stream is errored in it bytes type is not yet implemented |
| 64 FAIL ReadableStream with byte source: Throwing in pull in response to read(view)
function must error the stream bytes type is not yet implemented | 65 FAIL ReadableStream with byte source: Throwing in pull in response to read(view)
function must error the stream bytes type is not yet implemented |
| 65 FAIL ReadableStream with byte source: Throwing in pull in response to read(view)
must be ignored if the stream is errored in it bytes type is not yet implemente
d | 66 FAIL ReadableStream with byte source: Throwing in pull in response to read(view)
must be ignored if the stream is errored in it bytes type is not yet implemente
d |
| 66 FAIL ReadableStreamBYOBReader can be constructed directly bytes type is not yet
implemented | 67 FAIL ReadableStreamBYOBReader can be constructed directly bytes type is not yet
implemented |
| 67 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream argument byt
es type is not yet implemented | 68 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream argument byt
es type is not yet implemented |
| 68 FAIL ReadableStreamBYOBReader constructor requires an unlocked ReadableStream by
tes type is not yet implemented | 69 FAIL ReadableStreamBYOBReader constructor requires an unlocked ReadableStream by
tes type is not yet implemented |
| 69 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream with type "b
ytes" bytes type is not yet implemented | 70 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream with type "b
ytes" bytes type is not yet implemented |
| 70 Harness: the test ran to completion. | 71 Harness: the test ran to completion. |
| 71 | 72 |
| OLD | NEW |