Skip to content

Commit 2b973eb

Browse files
Guy BedfordJakeChampion
authored andcommitted
test completion
1 parent 5719b4d commit 2b973eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

c-dependencies/spidermonkey

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"status": "PASS"
100100
},
101101
"ReadableStream with byte source: read(view), then respondWithNewView() with a transferred ArrayBuffer": {
102-
"status": "FAIL"
102+
"status": "PASS"
103103
},
104104
"ReadableStream with byte source: read(view), then respond() with too big value": {
105105
"status": "PASS"
@@ -216,7 +216,7 @@
216216
"status": "PASS"
217217
},
218218
"calling respond() should throw when canceled": {
219-
"status": "FAIL"
219+
"status": "PASS"
220220
},
221221
"pull() resolving should not resolve read()": {
222222
"status": "PASS"
@@ -249,10 +249,10 @@
249249
"status": "PASS"
250250
},
251251
"ReadableStream with byte source: respondWithNewView() with a transferred non-zero-length view (in the readable state)": {
252-
"status": "FAIL"
252+
"status": "PASS"
253253
},
254254
"ReadableStream with byte source: respondWithNewView() with a transferred zero-length view (in the closed state)": {
255-
"status": "FAIL"
255+
"status": "PASS"
256256
},
257257
"ReadableStream with byte source: enqueue() discards auto-allocated BYOB request": {
258258
"status": "PASS"

0 commit comments

Comments
 (0)