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-streams/general.dedicatedworker-expected.txt

Issue 2561443004: Implementation of ReadableStream pipeTo and pipeThrough (Closed)
Patch Set: Rebase and move includes to .gn 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 ReadableStream can be constructed with no errors 2 PASS ReadableStream can be constructed with no errors
3 PASS ReadableStream can't be constructed with garbage 3 PASS ReadableStream can't be constructed with garbage
4 PASS ReadableStream can't be constructed with an invalid type 4 PASS ReadableStream can't be constructed with an invalid type
5 FAIL ReadableStream instances should have the correct list of properties assert_ array_equals: should have all the correct methods lengths differ, expected 7 got 5 5 PASS ReadableStream instances should have the correct list of properties
6 PASS ReadableStream constructor should throw for non-function start arguments 6 PASS ReadableStream constructor should throw for non-function start arguments
7 PASS ReadableStream constructor can get initial garbage as cancel argument 7 PASS ReadableStream constructor can get initial garbage as cancel argument
8 PASS ReadableStream constructor can get initial garbage as pull argument 8 PASS ReadableStream constructor can get initial garbage as pull argument
9 FAIL ReadableStream start should be called with the proper parameters assert_equ als: constructor should have 4 parameter expected 4 but got 5 9 FAIL ReadableStream start should be called with the proper parameters assert_equ als: constructor should have 4 parameter expected 4 but got 5
10 PASS ReadableStream start controller parameter should be extensible 10 PASS ReadableStream start controller parameter should be extensible
11 PASS ReadableStream should be able to call start method within prototype chain o f its source 11 PASS ReadableStream should be able to call start method within prototype chain o f its source
12 PASS ReadableStream start should be able to return a promise 12 PASS ReadableStream start should be able to return a promise
13 PASS ReadableStream start should be able to return a promise and reject it 13 PASS ReadableStream start should be able to return a promise and reject it
14 PASS ReadableStream should be able to enqueue different objects. 14 PASS ReadableStream should be able to enqueue different objects.
15 PASS ReadableStream: if pull rejects, it should error the stream 15 PASS ReadableStream: if pull rejects, it should error the stream
(...skipping 13 matching lines...) Expand all
29 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng 29 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
30 PASS ReadableStream: enqueue should throw when the stream is closed 30 PASS ReadableStream: enqueue should throw when the stream is closed
31 PASS ReadableStream: should call underlying source methods as methods 31 PASS ReadableStream: should call underlying source methods as methods
32 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue 32 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
33 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately 33 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
34 PASS ReadableStream integration test: adapting a random push source 34 PASS ReadableStream integration test: adapting a random push source
35 PASS ReadableStream integration test: adapting a sync pull source 35 PASS ReadableStream integration test: adapting a sync pull source
36 PASS ReadableStream integration test: adapting an async pull source 36 PASS ReadableStream integration test: adapting an async pull source
37 Harness: the test ran to completion. 37 Harness: the test ran to completion.
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698