File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
tests/wpt-harness/expectations/streams/readable-byte-streams Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"ReadableStream teeing with byte source: rs.tee() returns an array of two ReadableStreams" : {
3
- "status" : " PASS "
3
+ "status" : " FAIL "
4
4
},
5
5
"ReadableStream teeing with byte source: should be able to read one branch to the end without affecting the other" : {
6
6
"status" : " FAIL"
15
15
"status" : " FAIL"
16
16
},
17
17
"ReadableStream teeing with byte source: canceling branch1 should not impact branch2" : {
18
- "status" : " PASS "
18
+ "status" : " FAIL "
19
19
},
20
20
"ReadableStream teeing with byte source: canceling branch2 should not impact branch1" : {
21
- "status" : " PASS "
21
+ "status" : " FAIL "
22
22
},
23
23
"Running templatedRSTeeCancel with ReadableStream teeing with byte source" : {
24
24
"status" : " PASS"
25
25
},
26
26
"ReadableStream teeing with byte source: canceling both branches should aggregate the cancel reasons into an array" : {
27
- "status" : " PASS "
27
+ "status" : " FAIL "
28
28
},
29
29
"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 "
31
31
},
32
32
"ReadableStream teeing with byte source: failing to cancel the original stream should cause cancel() to reject on branches" : {
33
- "status" : " PASS "
33
+ "status" : " FAIL "
34
34
},
35
35
"ReadableStream teeing with byte source: erroring a teed stream should properly handle canceled branches" : {
36
- "status" : " PASS "
36
+ "status" : " FAIL "
37
37
},
38
38
"ReadableStream teeing with byte source: closing the original should close the branches" : {
39
39
"status" : " FAIL"
42
42
"status" : " FAIL"
43
43
},
44
44
"ReadableStream teeing with byte source: erroring the original should error pending reads from default reader" : {
45
- "status" : " PASS "
45
+ "status" : " FAIL "
46
46
},
47
47
"ReadableStream teeing with byte source: erroring the original should error pending reads from BYOB reader" : {
48
48
"status" : " FAIL"
108
108
"status" : " FAIL"
109
109
},
110
110
"ReadableStream teeing with byte source: enqueue() and close() while both branches are pulling" : {
111
- "status" : " PASS "
111
+ "status" : " FAIL "
112
112
},
113
113
"ReadableStream teeing with byte source: respond() and close() while both branches are pulling" : {
114
114
"status" : " FAIL"
You can’t perform that action at this time.
0 commit comments