| Index: third_party/WebKit/LayoutTests/external/wpt/streams/readable-byte-streams/general-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/readable-byte-streams/general-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/readable-byte-streams/general-expected.txt
|
| index 0c13a87c2eb4bbd8adc0f79636388c6c1068d58b..5cf88f8a0b372c2710bc09b4f430dc28789f0168 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/streams/readable-byte-streams/general-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/streams/readable-byte-streams/general-expected.txt
|
| @@ -1,10 +1,12 @@
|
| This is a testharness.js-based test.
|
| -Found 68 tests; 1 PASS, 67 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| +Found 70 tests; 1 PASS, 69 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| PASS getReader({mode: "byob"}) throws on non-bytes streams
|
| FAIL ReadableStream with byte source can be constructed with no errors bytes type is not yet implemented
|
| FAIL ReadableStream with byte source: Construct and expect start and pull being called bytes type is not yet implemented
|
| FAIL ReadableStream with byte source: No automatic pull call if start doesn't finish bytes type is not yet implemented
|
| FAIL ReadableStream with byte source: Construct with highWaterMark of 0 bytes type is not yet implemented
|
| +FAIL ReadableStream with byte source: desiredSize when closed bytes type is not yet implemented
|
| +FAIL ReadableStream with byte source: desiredSize when errored bytes type is not yet implemented
|
| FAIL ReadableStream with byte source: getReader(), then releaseLock() bytes type is not yet implemented
|
| FAIL ReadableStream with byte source: getReader() with mode set to byob, then releaseLock() bytes type is not yet implemented
|
| FAIL ReadableStream with byte source: Test that closing a stream does not release a reader automatically bytes type is not yet implemented
|
|
|