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

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

Issue 1885703003: Make testharness.js tests fail on uncaught exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recover script changes Created 4 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 CONSOLE ERROR: line 695: Uncaught (in promise) TypeError: This readable stream r eader has been released and cannot be used to monitor the stream's state
2 CONSOLE ERROR: line 695: Uncaught (in promise) TypeError: This readable stream r eader has been released and cannot be used to monitor the stream's state
3 This is a testharness.js-based test.
4 PASS ReadableStream can be constructed with no errors
5 PASS ReadableStream can't be constructed with garbage
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: enqueue should throw when the stream is readable but draini ng
29 PASS ReadableStream: enqueue should throw when the stream is closed
30 PASS ReadableStream: enqueue should throw the stored error when the stream is er rored
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 instances should have the correct list of properties
41 PASS ReadableStream constructor should throw for non-function start arguments
42 PASS ReadableStream constructor can get initial garbage as cancel argument
43 PASS ReadableStream constructor can get initial garbage as pull argument
44 PASS ReadableStream start should be called with the proper parameters
45 PASS ReadableStream start controller parameter should be extensible
46 PASS ReadableStream should be able to call start method within prototype chain o f its source
47 PASS ReadableStream start should be able to return a promise
48 PASS ReadableStream start should be able to return a promise and reject it
49 PASS ReadableStream should be able to enqueue different objects.
50 PASS ReadableStream: if pull rejects, it should error the stream
51 PASS ReadableStream: should only call pull once upon starting the stream
52 PASS ReadableStream: should call pull when trying to read from a started, empty stream
53 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
54 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
55 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
56 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
57 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
58 PASS ReadableStream: should pull after start, and after every read
59 PASS ReadableStream: should not call pull after start if the stream is now close d
60 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
61 PASS ReadableStream pull should be able to close a stream.
62 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
63 PASS ReadableStream: enqueue should throw when the stream is closed
64 PASS ReadableStream: enqueue should throw the stored error when the stream is er rored
65 PASS ReadableStream: should call underlying source methods as methods
66 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
67 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
68 PASS ReadableStream integration test: adapting a random push source
69 PASS ReadableStream integration test: adapting a sync pull source
70 PASS ReadableStream integration test: adapting an async pull source
71 PASS ReadableStream can be constructed with no errors
72 PASS ReadableStream can't be constructed with garbage
73 PASS ReadableStream instances should have the correct list of properties
74 PASS ReadableStream constructor should throw for non-function start arguments
75 PASS ReadableStream constructor can get initial garbage as cancel argument
76 PASS ReadableStream constructor can get initial garbage as pull argument
77 PASS ReadableStream start should be called with the proper parameters
78 PASS ReadableStream start controller parameter should be extensible
79 PASS ReadableStream should be able to call start method within prototype chain o f its source
80 PASS ReadableStream start should be able to return a promise
81 PASS ReadableStream start should be able to return a promise and reject it
82 PASS ReadableStream should be able to enqueue different objects.
83 PASS ReadableStream: if pull rejects, it should error the stream
84 PASS ReadableStream: should only call pull once upon starting the stream
85 PASS ReadableStream: should call pull when trying to read from a started, empty stream
86 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
87 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
88 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
89 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
90 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
91 PASS ReadableStream: should pull after start, and after every read
92 PASS ReadableStream: should not call pull after start if the stream is now close d
93 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
94 PASS ReadableStream pull should be able to close a stream.
95 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
96 PASS ReadableStream: enqueue should throw when the stream is closed
97 PASS ReadableStream: enqueue should throw the stored error when the stream is er rored
98 PASS ReadableStream: should call underlying source methods as methods
99 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
100 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
101 PASS ReadableStream integration test: adapting a random push source
102 PASS ReadableStream integration test: adapting a sync pull source
103 PASS ReadableStream integration test: adapting an async pull source
104 PASS ReadableStream can be constructed with no errors
105 PASS ReadableStream can't be constructed with garbage
106 PASS ReadableStream instances should have the correct list of properties
107 PASS ReadableStream constructor should throw for non-function start arguments
108 PASS ReadableStream constructor can get initial garbage as cancel argument
109 PASS ReadableStream constructor can get initial garbage as pull argument
110 PASS ReadableStream start should be called with the proper parameters
111 PASS ReadableStream start controller parameter should be extensible
112 PASS ReadableStream should be able to call start method within prototype chain o f its source
113 PASS ReadableStream start should be able to return a promise
114 PASS ReadableStream start should be able to return a promise and reject it
115 PASS ReadableStream should be able to enqueue different objects.
116 PASS ReadableStream: if pull rejects, it should error the stream
117 PASS ReadableStream: should only call pull once upon starting the stream
118 PASS ReadableStream: should call pull when trying to read from a started, empty stream
119 PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
120 PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
121 PASS ReadableStream: should call pull in reaction to read()ing the last chunk, i f not draining
122 PASS ReadableStream: should not call pull() in reaction to read()ing the last ch unk, if draining
123 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
124 PASS ReadableStream: should pull after start, and after every read
125 PASS ReadableStream: should not call pull after start if the stream is now close d
126 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
127 PASS ReadableStream pull should be able to close a stream.
128 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
129 PASS ReadableStream: enqueue should throw when the stream is closed
130 PASS ReadableStream: enqueue should throw the stored error when the stream is er rored
131 PASS ReadableStream: should call underlying source methods as methods
132 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
133 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
134 PASS ReadableStream integration test: adapting a random push source
135 PASS ReadableStream integration test: adapting a sync pull source
136 PASS ReadableStream integration test: adapting an async pull source
137 Harness: the test ran to completion.
138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698