Skip to content

Commit 5fc54dc

Browse files
Guy BedfordJakeChampion
authored andcommitted
moar wpt
1 parent 36738a3 commit 5fc54dc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

c-dependencies/spidermonkey

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"status": "FAIL"
4949
},
5050
"ReadableStream with byte source: releaseLock() on ReadableStreamBYOBReader must reject pending read()": {
51-
"status": "FAIL"
51+
"status": "PASS"
5252
},
5353
"ReadableStream with byte source: Automatic pull() after start()": {
5454
"status": "PASS"
@@ -219,7 +219,7 @@
219219
"status": "FAIL"
220220
},
221221
"pull() resolving should not resolve read()": {
222-
"status": "FAIL"
222+
"status": "PASS"
223223
},
224224
"ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction": {
225225
"status": "PASS"

tests/wpt-harness/tests.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
"streams/queuing-strategies.any.js",
124124
"streams/readable-byte-streams/bad-buffers-and-views.any.js",
125125
"streams/readable-byte-streams/construct-byob-request.any.js",
126-
"streams/readable-byte-streams/enqueue-with-detached-buffer.window.js",
127126
"streams/readable-byte-streams/general.any.js",
128127
"streams/readable-byte-streams/respond-after-enqueue.any.js",
129128
"streams/readable-byte-streams/tee.any.js",

0 commit comments

Comments
 (0)