Skip to content

Commit cf1aa92

Browse files
Jake ChampionJakeChampion
authored andcommitted
update wpt results
1 parent 3527eaf commit cf1aa92

File tree

7 files changed

+35
-35
lines changed

7 files changed

+35
-35
lines changed

tests/wpt-harness/expectations/fetch/api/request/request-error.any.js.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151
"status": "PASS"
5252
},
5353
"Request should get its content-type from the init request": {
54-
"status": "PASS"
54+
"status": "FAIL"
5555
},
5656
"Request should not get its content-type from the init request if init headers are provided": {
5757
"status": "PASS"
5858
},
5959
"Request should get its content-type from the body if none is provided": {
60-
"status": "PASS"
60+
"status": "FAIL"
6161
},
6262
"Request should get its content-type from init headers if one is provided": {
63-
"status": "PASS"
63+
"status": "FAIL"
6464
},
6565
"Request with cache mode: only-if-cached and fetch mode: same-origin": {
6666
"status": "PASS"

tests/wpt-harness/expectations/fetch/api/request/request-headers.any.js.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,19 +162,19 @@
162162
"status": "FAIL"
163163
},
164164
"Check that no-cors request constructor is filtering headers provided as part of request parameter": {
165-
"status": "FAIL"
165+
"status": "PASS"
166166
},
167167
"Request should get its content-type from the init request": {
168-
"status": "PASS"
168+
"status": "FAIL"
169169
},
170170
"Request should not get its content-type from the init request if init headers are provided": {
171171
"status": "PASS"
172172
},
173173
"Request should get its content-type from the body if none is provided": {
174-
"status": "PASS"
174+
"status": "FAIL"
175175
},
176176
"Request should get its content-type from init headers if one is provided": {
177-
"status": "PASS"
177+
"status": "FAIL"
178178
},
179179
"Testing request header creations with various objects": {
180180
"status": "PASS"

tests/wpt-harness/expectations/fetch/api/request/request-init-stream.any.js.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"status": "PASS"
44
},
55
"Constructing a Request with a stream on which getReader() is called": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"Constructing a Request with a stream on which read() is called": {
9-
"status": "FAIL"
9+
"status": "PASS"
1010
},
1111
"Constructing a Request with a stream on which read() and releaseLock() are called": {
12-
"status": "FAIL"
12+
"status": "PASS"
1313
},
1414
"Constructing a Request with a Request on which body.getReader() is called": {
1515
"status": "FAIL"
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"Throws RangeError when responseInit's status is 0": {
3-
"status": "FAIL"
3+
"status": "PASS"
44
},
55
"Throws RangeError when responseInit's status is 100": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"Throws RangeError when responseInit's status is 199": {
9-
"status": "FAIL"
9+
"status": "PASS"
1010
},
1111
"Throws RangeError when responseInit's status is 600": {
12-
"status": "FAIL"
12+
"status": "PASS"
1313
},
1414
"Throws RangeError when responseInit's status is 1000": {
15-
"status": "FAIL"
15+
"status": "PASS"
1616
},
1717
"Throws TypeError when responseInit's statusText is \n": {
18-
"status": "FAIL"
18+
"status": "PASS"
1919
},
2020
"Throws TypeError when responseInit's statusText is Ā": {
21-
"status": "FAIL"
21+
"status": "PASS"
2222
},
2323
"Throws TypeError when building a response with body and a body status of 204": {
24-
"status": "FAIL"
24+
"status": "PASS"
2525
},
2626
"Throws TypeError when building a response with body and a body status of 205": {
27-
"status": "FAIL"
27+
"status": "PASS"
2828
},
2929
"Throws TypeError when building a response with body and a body status of 304": {
30-
"status": "FAIL"
30+
"status": "PASS"
3131
}
3232
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"Constructing a Response with a stream on which getReader() is called": {
3-
"status": "FAIL"
3+
"status": "PASS"
44
},
55
"Constructing a Response with a stream on which read() is called": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"Constructing a Response with a stream on which read() and releaseLock() are called": {
9-
"status": "FAIL"
9+
"status": "PASS"
1010
}
1111
}

tests/wpt-harness/expectations/fetch/api/response/response-stream-disturbed-2.any.js.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"status": "FAIL"
44
},
55
"Getting text after getting a locked Response body (body source: fetch)": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"Getting json after getting a locked Response body (body source: fetch)": {
9-
"status": "FAIL"
9+
"status": "PASS"
1010
},
1111
"Getting arrayBuffer after getting a locked Response body (body source: fetch)": {
12-
"status": "FAIL"
12+
"status": "PASS"
1313
},
1414
"Getting blob after getting a locked Response body (body source: stream)": {
1515
"status": "FAIL"
@@ -27,12 +27,12 @@
2727
"status": "FAIL"
2828
},
2929
"Getting text after getting a locked Response body (body source: string)": {
30-
"status": "FAIL"
30+
"status": "PASS"
3131
},
3232
"Getting json after getting a locked Response body (body source: string)": {
33-
"status": "FAIL"
33+
"status": "PASS"
3434
},
3535
"Getting arrayBuffer after getting a locked Response body (body source: string)": {
36-
"status": "FAIL"
36+
"status": "PASS"
3737
}
3838
}

tests/wpt-harness/expectations/fetch/api/response/response-stream-disturbed-3.any.js.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"status": "FAIL"
44
},
55
"Getting text after reading the Response body (body source: fetch)": {
6-
"status": "FAIL"
6+
"status": "PASS"
77
},
88
"Getting json after reading the Response body (body source: fetch)": {
9-
"status": "FAIL"
9+
"status": "PASS"
1010
},
1111
"Getting arrayBuffer after reading the Response body (body source: fetch)": {
12-
"status": "FAIL"
12+
"status": "PASS"
1313
},
1414
"Getting blob after reading the Response body (body source: stream)": {
1515
"status": "FAIL"
@@ -27,12 +27,12 @@
2727
"status": "FAIL"
2828
},
2929
"Getting text after reading the Response body (body source: string)": {
30-
"status": "FAIL"
30+
"status": "PASS"
3131
},
3232
"Getting json after reading the Response body (body source: string)": {
33-
"status": "FAIL"
33+
"status": "PASS"
3434
},
3535
"Getting arrayBuffer after reading the Response body (body source: string)": {
36-
"status": "FAIL"
36+
"status": "PASS"
3737
}
3838
}

0 commit comments

Comments
 (0)