From a979d6c263ac1d89894e0e31cfd30b608f53eb4b Mon Sep 17 00:00:00 2001 From: Khafra Date: Fri, 9 Feb 2024 12:52:42 -0500 Subject: [PATCH] fixup --- test/wpt/status/fetch.status.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/test/wpt/status/fetch.status.json b/test/wpt/status/fetch.status.json index 860e053b3c5..25f5091d4b4 100644 --- a/test/wpt/status/fetch.status.json +++ b/test/wpt/status/fetch.status.json @@ -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": { @@ -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": {