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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general-expected.txt

Issue 2808853003: Remove Blink copies of readable-streams layout tests (Closed)
Patch Set: Restore rs-utils.js as it is used by fetch tests Created 3 years, 8 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
(Empty)
1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 35 duplicate test names: "ReadableStream can be constructed with no errors", "ReadableStream can't be constructed with garbage", "ReadableStream can't be constructed with a n invalid type", "ReadableStream instances should have the correct list of prope rties", "ReadableStream constructor should throw for non-function start argument s", "ReadableStream constructor can get initial garbage as cancel argument", "Re adableStream constructor can get initial garbage as pull argument", "ReadableStr eam start should be called with the proper parameters", "ReadableStream start co ntroller parameter should be extensible", "ReadableStream should be able to call start method within prototype chain of its source", "ReadableStream start shoul d be able to return a promise", "ReadableStream start should be able to return a promise and reject it", "ReadableStream should be able to enqueue different obj ects.", "ReadableStream: if pull rejects, it should error the stream", "Readable Stream: should only call pull once upon starting the stream", "ReadableStream: s hould call pull when trying to read from a started, empty stream", "ReadableStre am: should only call pull once on a non-empty stream read from before start fulf ills", "ReadableStream: should only call pull once on a non-empty stream read fr om after start fulfills", "ReadableStream: should call pull in reaction to read( )ing the last chunk, if not draining", "ReadableStream: should not call pull() i n reaction to read()ing the last chunk, if draining", "ReadableStream: should no t call pull until the previous pull call's promise fulfills", "ReadableStream: s hould pull after start, and after every read", "ReadableStream: should not call pull after start if the stream is now closed", "ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows", "ReadableStream pull should be able to close a stream.", "ReadableStream pull s hould be able to error a stream.", "ReadableStream pull should be able to error a stream and throw.", "ReadableStream: enqueue should throw when the stream is r eadable but draining", "ReadableStream: enqueue should throw when the stream is closed", "ReadableStream: should call underlying source methods as methods", "Re adableStream strategies: the default strategy should give desiredSize of 1 to st art, decreasing by 1 per enqueue", "ReadableStream strategies: the default strat egy should continue giving desiredSize of 1 if the chunks are read immediately", "ReadableStream integration test: adapting a random push source", "ReadableStre am integration test: adapting a sync pull source", "ReadableStream integration t est: adapting an async pull source"
3 PASS ReadableStream can be constructed with no errors
4 PASS ReadableStream can't be constructed with garbage
5 PASS ReadableStream can't be constructed with an invalid type
6 PASS ReadableStream instances should have the correct list of properties
7 PASS ReadableStream constructor should throw for non-function start arguments
8 PASS ReadableStream constructor can get initial garbage as cancel argument
9 PASS ReadableStream constructor can get initial garbage as pull argument
10 PASS ReadableStream start should be called with the proper parameters
11 PASS ReadableStream start controller parameter should be extensible
12 PASS ReadableStream should be able to call start method within prototype chain o f its source
13 PASS ReadableStream start should be able to return a promise
14 PASS ReadableStream start should be able to return a promise and reject it
15 PASS ReadableStream should be able to enqueue different objects.
16 PASS ReadableStream: if pull rejects, it should error the stream
17 PASS ReadableStream: should only call pull once upon starting the stream
18 PASS ReadableStream: should call pull when trying to read from a started, empty stream
19 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
20 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
21 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
22 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
23 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
24 PASS ReadableStream: should pull after start, and after every read
25 PASS ReadableStream: should not call pull after start if the stream is now close d
26 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
27 PASS ReadableStream pull should be able to close a stream.
28 PASS ReadableStream pull should be able to error a stream.
29 PASS ReadableStream pull should be able to error a stream and throw.
30 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
31 PASS ReadableStream: enqueue should throw when the stream is closed
32 PASS ReadableStream: should call underlying source methods as methods
33 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
34 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
35 PASS ReadableStream integration test: adapting a random push source
36 PASS ReadableStream integration test: adapting a sync pull source
37 PASS ReadableStream integration test: adapting an async pull source
38 PASS Untitled
39 PASS ReadableStream can be constructed with no errors
40 PASS ReadableStream can't be constructed with garbage
41 PASS ReadableStream can't be constructed with an invalid type
42 PASS ReadableStream instances should have the correct list of properties
43 PASS ReadableStream constructor should throw for non-function start arguments
44 PASS ReadableStream constructor can get initial garbage as cancel argument
45 PASS ReadableStream constructor can get initial garbage as pull argument
46 PASS ReadableStream start should be called with the proper parameters
47 PASS ReadableStream start controller parameter should be extensible
48 PASS ReadableStream should be able to call start method within prototype chain o f its source
49 PASS ReadableStream start should be able to return a promise
50 PASS ReadableStream start should be able to return a promise and reject it
51 PASS ReadableStream should be able to enqueue different objects.
52 PASS ReadableStream: if pull rejects, it should error the stream
53 PASS ReadableStream: should only call pull once upon starting the stream
54 PASS ReadableStream: should call pull when trying to read from a started, empty stream
55 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
56 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
57 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
58 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
59 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
60 PASS ReadableStream: should pull after start, and after every read
61 PASS ReadableStream: should not call pull after start if the stream is now close d
62 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
63 PASS ReadableStream pull should be able to close a stream.
64 PASS ReadableStream pull should be able to error a stream.
65 PASS ReadableStream pull should be able to error a stream and throw.
66 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
67 PASS ReadableStream: enqueue should throw when the stream is closed
68 PASS ReadableStream: should call underlying source methods as methods
69 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
70 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
71 PASS ReadableStream integration test: adapting a random push source
72 PASS ReadableStream integration test: adapting a sync pull source
73 PASS ReadableStream integration test: adapting an async pull source
74 PASS ReadableStream can be constructed with no errors
75 PASS ReadableStream can't be constructed with garbage
76 PASS ReadableStream can't be constructed with an invalid type
77 PASS ReadableStream instances should have the correct list of properties
78 PASS ReadableStream constructor should throw for non-function start arguments
79 PASS ReadableStream constructor can get initial garbage as cancel argument
80 PASS ReadableStream constructor can get initial garbage as pull argument
81 PASS ReadableStream start should be called with the proper parameters
82 PASS ReadableStream start controller parameter should be extensible
83 PASS ReadableStream should be able to call start method within prototype chain o f its source
84 PASS ReadableStream start should be able to return a promise
85 PASS ReadableStream start should be able to return a promise and reject it
86 PASS ReadableStream should be able to enqueue different objects.
87 PASS ReadableStream: if pull rejects, it should error the stream
88 PASS ReadableStream: should only call pull once upon starting the stream
89 PASS ReadableStream: should call pull when trying to read from a started, empty stream
90 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
91 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
92 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
93 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
94 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
95 PASS ReadableStream: should pull after start, and after every read
96 PASS ReadableStream: should not call pull after start if the stream is now close d
97 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
98 PASS ReadableStream pull should be able to close a stream.
99 PASS ReadableStream pull should be able to error a stream.
100 PASS ReadableStream pull should be able to error a stream and throw.
101 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
102 PASS ReadableStream: enqueue should throw when the stream is closed
103 PASS ReadableStream: should call underlying source methods as methods
104 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
105 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
106 PASS ReadableStream integration test: adapting a random push source
107 PASS ReadableStream integration test: adapting a sync pull source
108 PASS ReadableStream integration test: adapting an async pull source
109 PASS ReadableStream can be constructed with no errors
110 PASS ReadableStream can't be constructed with garbage
111 PASS ReadableStream can't be constructed with an invalid type
112 PASS ReadableStream instances should have the correct list of properties
113 PASS ReadableStream constructor should throw for non-function start arguments
114 PASS ReadableStream constructor can get initial garbage as cancel argument
115 PASS ReadableStream constructor can get initial garbage as pull argument
116 PASS ReadableStream start should be called with the proper parameters
117 PASS ReadableStream start controller parameter should be extensible
118 PASS ReadableStream should be able to call start method within prototype chain o f its source
119 PASS ReadableStream start should be able to return a promise
120 PASS ReadableStream start should be able to return a promise and reject it
121 PASS ReadableStream should be able to enqueue different objects.
122 PASS ReadableStream: if pull rejects, it should error the stream
123 PASS ReadableStream: should only call pull once upon starting the stream
124 PASS ReadableStream: should call pull when trying to read from a started, empty stream
125 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
126 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
127 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
128 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
129 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
130 PASS ReadableStream: should pull after start, and after every read
131 PASS ReadableStream: should not call pull after start if the stream is now close d
132 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
133 PASS ReadableStream pull should be able to close a stream.
134 PASS ReadableStream pull should be able to error a stream.
135 PASS ReadableStream pull should be able to error a stream and throw.
136 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
137 PASS ReadableStream: enqueue should throw when the stream is closed
138 PASS ReadableStream: should call underlying source methods as methods
139 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
140 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
141 PASS ReadableStream integration test: adapting a random push source
142 PASS ReadableStream integration test: adapting a sync pull source
143 PASS ReadableStream integration test: adapting an async pull source
144 Harness: the test ran to completion.
145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698