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

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

Issue 2500133002: Replace streams tests with automatically-imported ones (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years 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 PASS ReadableStream can be constructed with no errors
3 PASS ReadableStream can't be constructed with garbage
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
6 PASS ReadableStream constructor should throw for non-function start arguments
7 PASS ReadableStream constructor can get initial garbage as cancel 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
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
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
14 PASS ReadableStream should be able to enqueue different objects.
15 PASS ReadableStream: if pull rejects, it should error the stream
16 PASS ReadableStream: should only call pull once upon starting the stream
17 PASS ReadableStream: should call pull when trying to read from a started, empty stream
18 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
19 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
20 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
21 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
22 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
23 PASS ReadableStream: should pull after start, and after every read
24 PASS ReadableStream: should not call pull after start if the stream is now close d
25 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
26 PASS ReadableStream pull should be able to close a stream.
27 PASS ReadableStream pull should be able to error a stream.
28 PASS ReadableStream pull should be able to error a stream and throw.
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
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
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
35 PASS ReadableStream integration test: adapting a sync pull source
36 PASS ReadableStream integration test: adapting an async pull source
37 PASS Untitled
38 PASS ReadableStream can be constructed with no errors
39 PASS ReadableStream can't be constructed with garbage
40 PASS ReadableStream can't be constructed with an invalid type
41 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
42 PASS ReadableStream constructor should throw for non-function start arguments
43 PASS ReadableStream constructor can get initial garbage as cancel argument
44 PASS ReadableStream constructor can get initial garbage as pull argument
45 FAIL ReadableStream start should be called with the proper parameters assert_equ als: constructor should have 4 parameter expected 4 but got 5
46 PASS ReadableStream start controller parameter should be extensible
47 PASS ReadableStream should be able to call start method within prototype chain o f its source
48 PASS ReadableStream start should be able to return a promise
49 PASS ReadableStream start should be able to return a promise and reject it
50 PASS ReadableStream should be able to enqueue different objects.
51 PASS ReadableStream: if pull rejects, it should error the stream
52 PASS ReadableStream: should only call pull once upon starting the stream
53 PASS ReadableStream: should call pull when trying to read from a started, empty stream
54 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
55 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
56 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
57 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
58 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
59 PASS ReadableStream: should pull after start, and after every read
60 PASS ReadableStream: should not call pull after start if the stream is now close d
61 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
62 PASS ReadableStream pull should be able to close a stream.
63 PASS ReadableStream pull should be able to error a stream.
64 PASS ReadableStream pull should be able to error a stream and throw.
65 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
66 PASS ReadableStream: enqueue should throw when the stream is closed
67 PASS ReadableStream: should call underlying source methods as methods
68 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
69 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
70 PASS ReadableStream integration test: adapting a random push source
71 PASS ReadableStream integration test: adapting a sync pull source
72 PASS ReadableStream integration test: adapting an async pull source
73 PASS ReadableStream can be constructed with no errors
74 PASS ReadableStream can't be constructed with garbage
75 PASS ReadableStream can't be constructed with an invalid type
76 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
77 PASS ReadableStream constructor should throw for non-function start arguments
78 PASS ReadableStream constructor can get initial garbage as cancel argument
79 PASS ReadableStream constructor can get initial garbage as pull argument
80 FAIL ReadableStream start should be called with the proper parameters assert_equ als: constructor should have 4 parameter expected 4 but got 5
81 PASS ReadableStream start controller parameter should be extensible
82 PASS ReadableStream should be able to call start method within prototype chain o f its source
83 PASS ReadableStream start should be able to return a promise
84 PASS ReadableStream start should be able to return a promise and reject it
85 PASS ReadableStream should be able to enqueue different objects.
86 PASS ReadableStream: if pull rejects, it should error the stream
87 PASS ReadableStream: should only call pull once upon starting the stream
88 PASS ReadableStream: should call pull when trying to read from a started, empty stream
89 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
90 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
91 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
92 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
93 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
94 PASS ReadableStream: should pull after start, and after every read
95 PASS ReadableStream: should not call pull after start if the stream is now close d
96 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
97 PASS ReadableStream pull should be able to close a stream.
98 PASS ReadableStream pull should be able to error a stream.
99 PASS ReadableStream pull should be able to error a stream and throw.
100 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
101 PASS ReadableStream: enqueue should throw when the stream is closed
102 PASS ReadableStream: should call underlying source methods as methods
103 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
104 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
105 PASS ReadableStream integration test: adapting a random push source
106 PASS ReadableStream integration test: adapting a sync pull source
107 PASS ReadableStream integration test: adapting an async pull source
108 PASS ReadableStream can be constructed with no errors
109 PASS ReadableStream can't be constructed with garbage
110 PASS ReadableStream can't be constructed with an invalid type
111 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
112 PASS ReadableStream constructor should throw for non-function start arguments
113 PASS ReadableStream constructor can get initial garbage as cancel argument
114 PASS ReadableStream constructor can get initial garbage as pull argument
115 FAIL ReadableStream start should be called with the proper parameters assert_equ als: constructor should have 4 parameter expected 4 but got 5
116 PASS ReadableStream start controller parameter should be extensible
117 PASS ReadableStream should be able to call start method within prototype chain o f its source
118 PASS ReadableStream start should be able to return a promise
119 PASS ReadableStream start should be able to return a promise and reject it
120 PASS ReadableStream should be able to enqueue different objects.
121 PASS ReadableStream: if pull rejects, it should error the stream
122 PASS ReadableStream: should only call pull once upon starting the stream
123 PASS ReadableStream: should call pull when trying to read from a started, empty stream
124 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
125 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
126 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
127 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
128 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
129 PASS ReadableStream: should pull after start, and after every read
130 PASS ReadableStream: should not call pull after start if the stream is now close d
131 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
132 PASS ReadableStream pull should be able to close a stream.
133 PASS ReadableStream pull should be able to error a stream.
134 PASS ReadableStream pull should be able to error a stream and throw.
135 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
136 PASS ReadableStream: enqueue should throw when the stream is closed
137 PASS ReadableStream: should call underlying source methods as methods
138 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
139 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
140 PASS ReadableStream integration test: adapting a random push source
141 PASS ReadableStream integration test: adapting a sync pull source
142 PASS ReadableStream integration test: adapting an async pull source
143 Harness: the test ran to completion.
144
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698