Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/readable-byte-streams/general.serviceworker.https-expected.txt

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Service worker test setup 2 PASS Service worker test setup
3 PASS getReader({mode: "byob"}) throws on non-bytes streams 3 PASS getReader({mode: "byob"}) throws on non-bytes streams
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 can be constructed with no errors bytes typ e 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: Construct and expect start and pull being called 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: No automatic pull call if start doesn't fi nish bytes type 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: Construct with highWaterMark of 0 bytes ty pe is not yet implemented
8 FAIL ReadableStream with byte source: desiredSize when closed bytes type is not yet implemented
9 FAIL ReadableStream with byte source: desiredSize when errored bytes type is not yet implemented
8 FAIL ReadableStream with byte source: getReader(), then releaseLock() bytes type is not yet implemented 10 FAIL ReadableStream with byte source: getReader(), then releaseLock() 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 11 FAIL ReadableStream with byte source: getReader() with mode set to byob, then re leaseLock() 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 12 FAIL ReadableStream with byte source: Test that closing a stream does not releas e a 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 13 FAIL ReadableStream with byte source: Test that closing a stream does not releas e a BYOB 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 14 FAIL ReadableStream with byte source: Test that erroring a stream does not relea se a reader automatically bytes type is not yet implemented
13 FAIL ReadableStream with byte source: Test that erroring a stream does not relea se a BYOB reader automatically bytes type is not yet implemented 15 FAIL ReadableStream with byte source: Test that erroring a stream does not relea se a BYOB reader automatically bytes type is not yet implemented
14 FAIL ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw bytes type is not yet implemented 16 FAIL ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw bytes type is not yet implemented
15 FAIL ReadableStream with byte source: Automatic pull() after start() bytes type is not yet implemented 17 FAIL ReadableStream with byte source: Automatic pull() after start() bytes type is not yet implemented
16 FAIL ReadableStream with byte source: Automatic pull() after start() and read() bytes type is not yet implemented 18 FAIL ReadableStream with byte source: Automatic pull() after start() and read() bytes type is not yet implemented
17 FAIL ReadableStream with byte source: autoAllocateChunkSize bytes type is not ye t implemented 19 FAIL ReadableStream with byte source: autoAllocateChunkSize bytes type is not ye t implemented
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 FAIL ReadableStream with byte source: Throwing in pull function must error the s tream bytes type is not yet implemented 65 FAIL ReadableStream with byte source: Throwing in pull function must error the s tream 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 66 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
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 67 FAIL ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream bytes type is not yet implemented
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 68 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
67 FAIL ReadableStreamBYOBReader can be constructed directly bytes type is not yet implemented 69 FAIL ReadableStreamBYOBReader can be constructed directly bytes type is not yet implemented
68 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream argument byt es type is not yet implemented 70 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream argument byt es type is not yet implemented
69 FAIL ReadableStreamBYOBReader constructor requires an unlocked ReadableStream by tes type is not yet implemented 71 FAIL ReadableStreamBYOBReader constructor requires an unlocked ReadableStream by tes type is not yet implemented
70 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream with type "b ytes" bytes type is not yet implemented 72 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream with type "b ytes" bytes type is not yet implemented
71 Harness: the test ran to completion. 73 Harness: the test ran to completion.
72 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698