Skip to content

Commit 5719b4d

Browse files
Guy BedfordJakeChampion
authored andcommitted
latest tee unimplemented error
1 parent 8e6f921 commit 5719b4d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

c-dependencies/spidermonkey

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ReadableStream teeing with byte source: rs.tee() returns an array of two ReadableStreams": {
3-
"status": "PASS"
3+
"status": "FAIL"
44
},
55
"ReadableStream teeing with byte source: should be able to read one branch to the end without affecting the other": {
66
"status": "FAIL"
@@ -15,25 +15,25 @@
1515
"status": "FAIL"
1616
},
1717
"ReadableStream teeing with byte source: canceling branch1 should not impact branch2": {
18-
"status": "PASS"
18+
"status": "FAIL"
1919
},
2020
"ReadableStream teeing with byte source: canceling branch2 should not impact branch1": {
21-
"status": "PASS"
21+
"status": "FAIL"
2222
},
2323
"Running templatedRSTeeCancel with ReadableStream teeing with byte source": {
2424
"status": "PASS"
2525
},
2626
"ReadableStream teeing with byte source: canceling both branches should aggregate the cancel reasons into an array": {
27-
"status": "PASS"
27+
"status": "FAIL"
2828
},
2929
"ReadableStream teeing with byte source: canceling both branches in reverse order should aggregate the cancel reasons into an array": {
30-
"status": "PASS"
30+
"status": "FAIL"
3131
},
3232
"ReadableStream teeing with byte source: failing to cancel the original stream should cause cancel() to reject on branches": {
33-
"status": "PASS"
33+
"status": "FAIL"
3434
},
3535
"ReadableStream teeing with byte source: erroring a teed stream should properly handle canceled branches": {
36-
"status": "PASS"
36+
"status": "FAIL"
3737
},
3838
"ReadableStream teeing with byte source: closing the original should close the branches": {
3939
"status": "FAIL"
@@ -42,7 +42,7 @@
4242
"status": "FAIL"
4343
},
4444
"ReadableStream teeing with byte source: erroring the original should error pending reads from default reader": {
45-
"status": "PASS"
45+
"status": "FAIL"
4646
},
4747
"ReadableStream teeing with byte source: erroring the original should error pending reads from BYOB reader": {
4848
"status": "FAIL"
@@ -108,7 +108,7 @@
108108
"status": "FAIL"
109109
},
110110
"ReadableStream teeing with byte source: enqueue() and close() while both branches are pulling": {
111-
"status": "PASS"
111+
"status": "FAIL"
112112
},
113113
"ReadableStream teeing with byte source: respond() and close() while both branches are pulling": {
114114
"status": "FAIL"

0 commit comments

Comments
 (0)