aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/streams/readable-streams/async-iterator.any.js.ini
blob: 365605819f44fa3efefc23b75b4d0b0a434e2e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
[async-iterator.any.serviceworker.html]
  expected: ERROR

[async-iterator.any.sharedworker.html]
  expected: ERROR

[async-iterator.any.html]
  [return() rejects if the stream has errored]
    expected: FAIL

  [Async-iterating an empty but not closed/errored stream never executes the loop body and stalls the async function]
    expected: FAIL

  [Cancellation behavior when manually calling return(); preventCancel = true]
    expected: FAIL

  [values() throws if there's already a lock]
    expected: FAIL

  [Async-iterating a pull source with undefined values]
    expected: FAIL

  [next() that succeeds; return() [no awaiting\]]
    expected: FAIL

  [Async-iterating a push source]
    expected: FAIL

  [Async-iterating a closed stream never executes the loop body, but works fine]
    expected: FAIL

  [Acquiring a reader after exhaustively async-iterating a stream]
    expected: FAIL

  [next() that succeeds; next() that reports an error(); next() [no awaiting\]]
    expected: FAIL

  [next() that succeeds; next() that reports an error; next()]
    expected: FAIL

  [return(); return() [no awaiting\]]
    expected: FAIL

  [Async iterator instances should have the correct list of properties]
    expected: FAIL

  [return() should unlock the stream synchronously when preventCancel = false]
    expected: FAIL

  [Acquiring a reader and reading the remaining chunks after partially async-iterating a stream with preventCancel = true]
    expected: FAIL

  [Cancellation behavior when breaking inside loop body; preventCancel = true]
    expected: FAIL

  [Cancellation behavior when manually calling return(); preventCancel = false]
    expected: FAIL

  [Cancellation behavior when throwing inside loop body; preventCancel = true]
    expected: FAIL

  [Cancellation behavior when returning inside loop body; preventCancel = true]
    expected: FAIL

  [return(); return()]
    expected: FAIL

  [Cancellation behavior when throwing inside loop body; preventCancel = false]
    expected: FAIL

  [next() that succeeds; next() that reports an error(); return() [no awaiting\]]
    expected: FAIL

  [Acquiring a reader after partially async-iterating a stream]
    expected: FAIL

  [next() rejects if the stream errors]
    expected: FAIL

  [Async-iterating a pull source]
    expected: FAIL

  [return() should unlock the stream synchronously when preventCancel = true]
    expected: FAIL

  [Async-iterating a push source with undefined values]
    expected: FAIL

  [return(); next() [no awaiting\]]
    expected: FAIL

  [Async-iterating a partially consumed stream]
    expected: FAIL

  [next() that succeeds; return()]
    expected: FAIL

  [Cancellation behavior when returning inside loop body; preventCancel = false]
    expected: FAIL

  [return(); next()]
    expected: FAIL

  [Acquiring a reader after return()ing from a stream that errors]
    expected: FAIL

  [Cancellation behavior when breaking inside loop body; preventCancel = false]
    expected: FAIL

  [next() that succeeds; next() that reports an error(); return()]
    expected: FAIL

  [Async-iterating a pull source manually]
    expected: FAIL

  [Async-iterating an errored stream throws]
    expected: FAIL

  [return() does not rejects if the stream has not errored yet]
    expected: FAIL

  [close() while next() is pending]
    expected: FAIL

  [return(); next() with delayed cancel()]
    expected: FAIL

  [return(); next() with delayed cancel() [no awaiting\]]
    expected: FAIL


[async-iterator.any.worker.html]
  [return() rejects if the stream has errored]
    expected: FAIL

  [Async-iterating an empty but not closed/errored stream never executes the loop body and stalls the async function]
    expected: FAIL

  [Cancellation behavior when manually calling return(); preventCancel = true]
    expected: FAIL

  [values() throws if there's already a lock]
    expected: FAIL

  [Async-iterating a pull source with undefined values]
    expected: FAIL

  [next() that succeeds; return() [no awaiting\]]
    expected: FAIL

  [Async-iterating a push source]
    expected: FAIL

  [Async-iterating a closed stream never executes the loop body, but works fine]
    expected: FAIL

  [Acquiring a reader after exhaustively async-iterating a stream]
    expected: FAIL

  [next() that succeeds; next() that reports an error(); next() [no awaiting\]]
    expected: FAIL

  [next() that succeeds; next() that reports an error; next()]
    expected: FAIL

  [return(); return() [no awaiting\]]
    expected: FAIL

  [Async iterator instances should have the correct list of properties]
    expected: FAIL

  [return() should unlock the stream synchronously when preventCancel = false]
    expected: FAIL

  [Acquiring a reader and reading the remaining chunks after partially async-iterating a stream with preventCancel = true]
    expected: FAIL

  [Cancellation behavior when breaking inside loop body; preventCancel = true]
    expected: FAIL

  [Cancellation behavior when manually calling return(); preventCancel = false]
    expected: FAIL

  [Cancellation behavior when throwing inside loop body; preventCancel = true]
    expected: FAIL

  [Cancellation behavior when returning inside loop body; preventCancel = true]
    expected: FAIL

  [return(); return()]
    expected: FAIL

  [Cancellation behavior when throwing inside loop body; preventCancel = false]
    expected: FAIL

  [next() that succeeds; next() that reports an error(); return() [no awaiting\]]
    expected: FAIL

  [Acquiring a reader after partially async-iterating a stream]
    expected: FAIL

  [next() rejects if the stream errors]
    expected: FAIL

  [Async-iterating a pull source]
    expected: FAIL

  [return() should unlock the stream synchronously when preventCancel = true]
    expected: FAIL

  [Async-iterating a push source with undefined values]
    expected: FAIL

  [return(); next() [no awaiting\]]
    expected: FAIL

  [Async-iterating a partially consumed stream]
    expected: FAIL

  [next() that succeeds; return()]
    expected: FAIL

  [Cancellation behavior when returning inside loop body; preventCancel = false]
    expected: FAIL

  [return(); next()]
    expected: FAIL

  [Acquiring a reader after return()ing from a stream that errors]
    expected: FAIL

  [Cancellation behavior when breaking inside loop body; preventCancel = false]
    expected: FAIL

  [next() that succeeds; next() that reports an error(); return()]
    expected: FAIL

  [Async-iterating a pull source manually]
    expected: FAIL

  [Async-iterating an errored stream throws]
    expected: FAIL

  [return() does not rejects if the stream has not errored yet]
    expected: FAIL

  [close() while next() is pending]
    expected: FAIL

  [return(); next() with delayed cancel()]
    expected: FAIL

  [return(); next() with delayed cancel() [no awaiting\]]
    expected: FAIL


[async-iterator.any.shadowrealm.html]
  expected: TIMEOUT