From def92d1b8e9d373e2f6f27c366d578d97d8960c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:50 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../fetch/api/basic/request-upload.h2.any.js.ini | 53 ++++++++++++++++------ 1 file changed, 38 insertions(+), 15 deletions(-) (limited to 'testing/web-platform/meta/fetch/api/basic') diff --git a/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini b/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini index efaa4370b1..fb235e791c 100644 --- a/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini +++ b/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini @@ -109,37 +109,60 @@ [request-upload.h2.any.html] expected: if (os == "mac") and not debug: [ERROR, OK] - if os == "android": TIMEOUT + if os == "android": [ERROR, TIMEOUT] ERROR + [Fetch with POST with empty ReadableStream] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS [Fetch with POST with ReadableStream] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS [Fetch with POST with ReadableStream on 421 response should return the response and not retry.] - expected: FAIL - + expected: + if os == "android": [PASS, FAIL] + PASS + [Feature detect for POST with ReadableStream] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS [Feature detect for POST with ReadableStream, using request object] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS + + [Synchronous feature detect] + expected: + if os == "android": [PASS, FAIL] + PASS [Streaming upload with body containing a String] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS [Streaming upload with body containing null] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS [Streaming upload with body containing a number] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS [Streaming upload should fail on a 401 response] - expected: FAIL - - [Synchronous feature detect] - expected: FAIL + expected: + if os == "android": [PASS, FAIL] + PASS [ReadbleStream should be closed on signal.abort] - expected: TIMEOUT + expected: + if os == "android": [PASS, TIMEOUT] + PASS -- cgit v1.2.3