Skip to content

Commit 8e6f921

Browse files
Guy BedfordJakeChampion
authored andcommitted
latest
1 parent 5fc54dc commit 8e6f921

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

c-dependencies/spidermonkey

tests/wpt-harness/expectations/streams/readable-byte-streams/general.any.js.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"status": "PASS"
4646
},
4747
"ReadableStream with byte source: releaseLock() on ReadableStreamDefaultReader must reject pending read()": {
48-
"status": "FAIL"
48+
"status": "PASS"
4949
},
5050
"ReadableStream with byte source: releaseLock() on ReadableStreamBYOBReader must reject pending read()": {
5151
"status": "PASS"
@@ -87,16 +87,16 @@
8787
"status": "PASS"
8888
},
8989
"ReadableStream with byte source: Respond to pull() by enqueue()": {
90-
"status": "FAIL"
90+
"status": "PASS"
9191
},
9292
"ReadableStream with byte source: Respond to pull() by enqueue() asynchronously": {
93-
"status": "FAIL"
93+
"status": "PASS"
9494
},
9595
"ReadableStream with byte source: Respond to multiple pull() by separate enqueue()": {
96-
"status": "FAIL"
96+
"status": "PASS"
9797
},
9898
"ReadableStream with byte source: read(view), then respond()": {
99-
"status": "FAIL"
99+
"status": "PASS"
100100
},
101101
"ReadableStream with byte source: read(view), then respondWithNewView() with a transferred ArrayBuffer": {
102102
"status": "FAIL"
@@ -162,7 +162,7 @@
162162
"status": "PASS"
163163
},
164164
"ReadableStream with byte source: read() twice, then enqueue() twice": {
165-
"status": "FAIL"
165+
"status": "PASS"
166166
},
167167
"ReadableStream with byte source: Multiple read(view), close() and respond()": {
168168
"status": "PASS"
@@ -195,10 +195,10 @@
195195
"status": "PASS"
196196
},
197197
"ReadableStream with byte source: Throwing in pull function must error the stream": {
198-
"status": "FAIL"
198+
"status": "PASS"
199199
},
200200
"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"
202202
},
203203
"ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream": {
204204
"status": "PASS"
@@ -240,7 +240,7 @@
240240
"status": "PASS"
241241
},
242242
"ReadableStream constructor should not accept a strategy with a size defined if type is \"bytes\"": {
243-
"status": "FAIL"
243+
"status": "PASS"
244244
},
245245
"ReadableStream with byte source: respondWithNewView() with a smaller view": {
246246
"status": "PASS"
@@ -255,43 +255,43 @@
255255
"status": "FAIL"
256256
},
257257
"ReadableStream with byte source: enqueue() discards auto-allocated BYOB request": {
258-
"status": "FAIL"
258+
"status": "PASS"
259259
},
260260
"ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, respond()": {
261-
"status": "FAIL"
261+
"status": "PASS"
262262
},
263263
"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"
265265
},
266266
"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"
268268
},
269269
"ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, respondWithNewView()": {
270-
"status": "FAIL"
270+
"status": "PASS"
271271
},
272272
"ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, enqueue()": {
273-
"status": "FAIL"
273+
"status": "PASS"
274274
},
275275
"ReadableStream with byte source: releaseLock() with pending read(view), read(view) on second reader, close(), respond(0)": {
276-
"status": "FAIL"
276+
"status": "PASS"
277277
},
278278
"ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read() on second reader, respond()": {
279-
"status": "FAIL"
279+
"status": "PASS"
280280
},
281281
"ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read() on second reader, enqueue()": {
282-
"status": "FAIL"
282+
"status": "PASS"
283283
},
284284
"ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read(view) on second reader, respond()": {
285-
"status": "FAIL"
285+
"status": "PASS"
286286
},
287287
"ReadableStream with byte source: autoAllocateChunkSize, releaseLock() with pending read(), read(view) on second reader, enqueue()": {
288-
"status": "FAIL"
288+
"status": "PASS"
289289
},
290290
"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"
292292
},
293293
"ReadableStream with byte source: read(view) with 1 element Uint16Array, respond(1), releaseLock(), read() on second reader, enqueue()": {
294-
"status": "FAIL"
294+
"status": "PASS"
295295
},
296296
"ReadableStream with byte source: autoAllocateChunkSize, read(), respondWithNewView()": {
297297
"status": "PASS"

tests/wpt-harness/expectations/streams/readable-streams/default-reader.any.js.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"status": "PASS"
8585
},
8686
"Second reader can read chunks after first reader was released with pending read requests": {
87-
"status": "FAIL"
87+
"status": "PASS"
8888
}
8989
}

tests/wpt-harness/expectations/streams/readable-streams/templated.any.js.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"status": "PASS"
3131
},
3232
"ReadableStream (empty) reader: releasing the lock should reject all pending read requests": {
33-
"status": "FAIL"
33+
"status": "PASS"
3434
},
3535
"ReadableStream (empty) reader: releasing the lock should cause further read() calls to reject with a TypeError": {
3636
"status": "PASS"

0 commit comments

Comments
 (0)