Skip to content

Commit f6d9635

Browse files
Guy BedfordJakeChampion
authored andcommitted
wpt ci fix
1 parent 6dcee24 commit f6d9635

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

c-dependencies/spidermonkey

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
22
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a undefined view": {
3-
"status": "FAIL"
3+
"status": "PASS"
44
},
55
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a null view": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a fake view": {
9-
"status": "FAIL"
9+
"status": "PASS"
1010
},
1111
"ReadableStreamBYOBRequest constructor should throw when passed a undefined ReadableByteStreamController and a real view": {
12-
"status": "FAIL"
12+
"status": "PASS"
1313
},
1414
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a undefined view": {
15-
"status": "FAIL"
15+
"status": "PASS"
1616
},
1717
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a null view": {
18-
"status": "FAIL"
18+
"status": "PASS"
1919
},
2020
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a fake view": {
21-
"status": "FAIL"
21+
"status": "PASS"
2222
},
2323
"ReadableStreamBYOBRequest constructor should throw when passed a null ReadableByteStreamController and a real view": {
24-
"status": "FAIL"
24+
"status": "PASS"
2525
},
2626
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a undefined view": {
27-
"status": "FAIL"
27+
"status": "PASS"
2828
},
2929
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a null view": {
30-
"status": "FAIL"
30+
"status": "PASS"
3131
},
3232
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a fake view": {
33-
"status": "FAIL"
33+
"status": "PASS"
3434
},
3535
"ReadableStreamBYOBRequest constructor should throw when passed a fake ReadableByteStreamController and a real view": {
36-
"status": "FAIL"
36+
"status": "PASS"
3737
},
3838
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a undefined view": {
39-
"status": "FAIL"
39+
"status": "PASS"
4040
},
4141
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a null view": {
42-
"status": "FAIL"
42+
"status": "PASS"
4343
},
4444
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a fake view": {
45-
"status": "FAIL"
45+
"status": "PASS"
4646
},
4747
"ReadableStreamBYOBRequest constructor should throw when passed a real ReadableByteStreamController and a real view": {
48-
"status": "FAIL"
48+
"status": "PASS"
4949
}
5050
}

0 commit comments

Comments
 (0)