summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini53
1 files changed, 38 insertions, 15 deletions
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