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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase 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 Found 68 tests; 1 PASS, 67 FAIL, 0 TIMEOUT, 0 NOTRUN.
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698