Skip to content

Commit 36738a3

Browse files
Guy BedfordJakeChampion
authored andcommitted
wpt progress
1 parent 6164151 commit 36738a3

File tree

6 files changed

+14
-19
lines changed

6 files changed

+14
-19
lines changed

c-dependencies/spidermonkey

integration-tests/js-compute/fixtures/react-byob/fastly.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ name = "react-byob"
99
service_id = ""
1010

1111
[scripts]
12-
build = "node ../../../../js-compute-runtime-cli.js"
12+
build = "node ../../../../js-compute-runtime-cli.js --enable-experimental-byob-streams"

tests/wpt-harness/expectations/streams/readable-byte-streams/bad-buffers-and-views.any.js.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"ReadableStream with byte source: read()ing from a closed stream still transfers the buffer": {
3-
"status": "FAIL"
3+
"status": "PASS"
44
},
55
"ReadableStream with byte source: read()ing from a stream with queued chunks still transfers the buffer": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"ReadableStream with byte source: enqueuing an already-detached buffer throws": {
99
"status": "PASS"

tests/wpt-harness/expectations/streams/readable-byte-streams/enqueue-with-detached-buffer.window.js.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"status": "PASS"
6161
},
6262
"ReadableStream with byte source: Mix of auto allocate and BYOB": {
63-
"status": "FAIL"
63+
"status": "PASS"
6464
},
6565
"ReadableStream with byte source: Automatic pull() after start() and read(view)": {
6666
"status": "PASS"
@@ -78,7 +78,7 @@
7878
"status": "PASS"
7979
},
8080
"ReadableStream with byte source: enqueue(), read(view) partially, then read()": {
81-
"status": "FAIL"
81+
"status": "PASS"
8282
},
8383
"ReadableStream with byte source: getReader(), enqueue(), close(), then read()": {
8484
"status": "PASS"
@@ -123,7 +123,7 @@
123123
"status": "PASS"
124124
},
125125
"ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view": {
126-
"status": "FAIL"
126+
"status": "PASS"
127127
},
128128
"ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)": {
129129
"status": "PASS"

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"ReadableStreamDefaultReader constructor should get a ReadableStream object as argument": {
3-
"status": "FAIL"
3+
"status": "PASS"
44
},
55
"ReadableStreamDefaultReader closed should always return the same promise object": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"Constructing a ReadableStreamDefaultReader directly should fail if the stream is already locked (via direct construction)": {
9-
"status": "FAIL"
9+
"status": "PASS"
1010
},
1111
"Getting a ReadableStreamDefaultReader via getReader should fail if the stream is already locked (via direct construction)": {
12-
"status": "FAIL"
12+
"status": "PASS"
1313
},
1414
"Constructing a ReadableStreamDefaultReader directly should fail if the stream is already locked (via getReader)": {
15-
"status": "FAIL"
15+
"status": "PASS"
1616
},
1717
"Getting a ReadableStreamDefaultReader via getReader should fail if the stream is already locked (via getReader)": {
1818
"status": "PASS"
1919
},
2020
"Constructing a ReadableStreamDefaultReader directly should be OK if the stream is closed": {
21-
"status": "FAIL"
21+
"status": "PASS"
2222
},
2323
"Constructing a ReadableStreamDefaultReader directly should be OK if the stream is errored": {
24-
"status": "FAIL"
24+
"status": "PASS"
2525
},
2626
"Reading from a reader for an empty stream will wait until a chunk is available": {
2727
"status": "PASS"

0 commit comments

Comments
 (0)