Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Feb 25, 2024
1 parent b7b72c5 commit a979d6c
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions test/wpt/status/fetch.status.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,24 @@
"note": "undici doesn't implement an http cache",
"skip": true
},
"request-consume.any.js": {
"note": "FileReader tests TODO (@KhafraDev): upstream PR to remove FileReader dependency",
"fail": [
"Consume String request's body as blob",
"Consume ArrayBuffer request's body as blob",
"Consume Uint8Array request's body as blob",
"Consume Int8Array request's body as blob",
"Consume Float32Array request's body as blob",
"Consume DataView request's body as blob",
"Consume blob response's body as blob",
"Consume blob response's body as blob (empty blob as input)"
]
},
"request-consume-empty.any.js": {
"note": "the semantics about this test are being discussed - https://github.com/web-platform-tests/wpt/pull/3950",
"fail": [
"Consume empty FormData request body as text"
"Consume empty FormData request body as text",
"Consume request's body as blob"
]
},
"request-disturbed.any.js": {
Expand Down Expand Up @@ -400,7 +414,8 @@
},
"response-consume-empty.any.js": {
"fail": [
"Consume empty FormData response body as text"
"Consume empty FormData response body as text",
"Consume response's body as blob"
]
},
"response-consume-stream.any.js": {
Expand Down

0 comments on commit a979d6c

Please sign in to comment.