|
45 | 45 | "status": "PASS"
|
46 | 46 | },
|
47 | 47 | "ReadableStream with byte source: releaseLock() on ReadableStreamDefaultReader must reject pending read()": {
|
48 |
| - "status": "FAIL" |
| 48 | + "status": "PASS" |
49 | 49 | },
|
50 | 50 | "ReadableStream with byte source: releaseLock() on ReadableStreamBYOBReader must reject pending read()": {
|
51 | 51 | "status": "PASS"
|
|
87 | 87 | "status": "PASS"
|
88 | 88 | },
|
89 | 89 | "ReadableStream with byte source: Respond to pull() by enqueue()": {
|
90 |
| - "status": "FAIL" |
| 90 | + "status": "PASS" |
91 | 91 | },
|
92 | 92 | "ReadableStream with byte source: Respond to pull() by enqueue() asynchronously": {
|
93 |
| - "status": "FAIL" |
| 93 | + "status": "PASS" |
94 | 94 | },
|
95 | 95 | "ReadableStream with byte source: Respond to multiple pull() by separate enqueue()": {
|
96 |
| - "status": "FAIL" |
| 96 | + "status": "PASS" |
97 | 97 | },
|
98 | 98 | "ReadableStream with byte source: read(view), then respond()": {
|
99 |
| - "status": "FAIL" |
| 99 | + "status": "PASS" |
100 | 100 | },
|
101 | 101 | "ReadableStream with byte source: read(view), then respondWithNewView() with a transferred ArrayBuffer": {
|
102 | 102 | "status": "FAIL"
|
|
162 | 162 | "status": "PASS"
|
163 | 163 | },
|
164 | 164 | "ReadableStream with byte source: read() twice, then enqueue() twice": {
|
165 |
| - "status": "FAIL" |
| 165 | + "status": "PASS" |
166 | 166 | },
|
167 | 167 | "ReadableStream with byte source: Multiple read(view), close() and respond()": {
|
168 | 168 | "status": "PASS"
|
|
195 | 195 | "status": "PASS"
|
196 | 196 | },
|
197 | 197 | "ReadableStream with byte source: Throwing in pull function must error the stream": {
|
198 |
| - "status": "FAIL" |
| 198 | + "status": "PASS" |
199 | 199 | },
|
200 | 200 | "ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it": {
|
201 |
| - "status": "FAIL" |
| 201 | + "status": "PASS" |
202 | 202 | },
|
203 | 203 | "ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream": {
|
204 | 204 | "status": "PASS"
|
|
240 | 240 | "status": "PASS"
|
241 | 241 | },
|
242 | 242 | "ReadableStream constructor should not accept a strategy with a size defined if type is \"bytes\"": {
|
243 |
| - "status": "FAIL" |
| 243 | + "status": "PASS" |
244 | 244 | },
|
245 | 245 | "ReadableStream with byte source: respondWithNewView() with a smaller view": {
|
246 | 246 | "status": "PASS"
|
|
255 | 255 | "status": "FAIL"
|
256 | 256 | },
|
257 | 257 | "ReadableStream with byte source: enqueue() discards auto-allocated BYOB request": {
|
258 |
| - "status": "FAIL" |
| 258 | + "status": "PASS" |
259 | 259 | },
|
260 | 260 | "ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, respond()": {
|
261 |
| - "status": "FAIL" |
| 261 | + "status": "PASS" |
262 | 262 | },
|
263 | 263 | "ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader with 1 element Uint16Array, respond(1)": {
|
264 |
| - "status": "FAIL" |
| 264 | + "status": "PASS" |
265 | 265 | },
|
266 | 266 | "ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader with 2 element Uint8Array, respond(3)": {
|
267 |
| - "status": "FAIL" |
| 267 | + "status": "PASS" |
268 | 268 | },
|
269 | 269 | "ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, respondWithNewView()": {
|
270 |
| - "status": "FAIL" |
| 270 | + "status": "PASS" |
271 | 271 | },
|
272 | 272 | "ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, enqueue()": {
|
273 |
| - "status": "FAIL" |
| 273 | + "status": "PASS" |
274 | 274 | },
|
275 | 275 | "ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, close(), respond(0)": {
|
276 |
| - "status": "FAIL" |
| 276 | + "status": "PASS" |
277 | 277 | },
|
278 | 278 | "ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read() on second reader, respond()": {
|
279 |
| - "status": "FAIL" |
| 279 | + "status": "PASS" |
280 | 280 | },
|
281 | 281 | "ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read() on second reader, enqueue()": {
|
282 |
| - "status": "FAIL" |
| 282 | + "status": "PASS" |
283 | 283 | },
|
284 | 284 | "ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read(view) on second reader, respond()": {
|
285 |
| - "status": "FAIL" |
| 285 | + "status": "PASS" |
286 | 286 | },
|
287 | 287 | "ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read(view) on second reader, enqueue()": {
|
288 |
| - "status": "FAIL" |
| 288 | + "status": "PASS" |
289 | 289 | },
|
290 | 290 | "ReadableStream with byte source: read(view) with 1 element Uint16Array, respond(1), releaseLock(), read(view) on second reader with 1 element Uint16Array, respond(1)": {
|
291 |
| - "status": "FAIL" |
| 291 | + "status": "PASS" |
292 | 292 | },
|
293 | 293 | "ReadableStream with byte source: read(view) with 1 element Uint16Array, respond(1), releaseLock(), read() on second reader, enqueue()": {
|
294 |
| - "status": "FAIL" |
| 294 | + "status": "PASS" |
295 | 295 | },
|
296 | 296 | "ReadableStream with byte source: autoAllocateChunkSize, read(), respondWithNewView()": {
|
297 | 297 | "status": "PASS"
|
|
0 commit comments