diff options
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.ini | 145 |
1 files changed, 145 insertions, 0 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 new file mode 100644 index 0000000000..f132f6576f --- /dev/null +++ b/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini @@ -0,0 +1,145 @@ +[request-upload.h2.any.serviceworker.html] + expected: + if (os == "android") and not fission: OK + if (os == "android") and fission: [OK, TIMEOUT] + OK + + [Fetch with POST with empty ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream on 421 response should return the response and not retry.] + expected: FAIL + + [Feature detect for POST with ReadableStream] + expected: FAIL + + [Feature detect for POST with ReadableStream, using request object] + expected: FAIL + + [Streaming upload with body containing a String] + expected: FAIL + + [Streaming upload with body containing null] + expected: FAIL + + [Streaming upload with body containing a number] + expected: FAIL + + [Streaming upload should fail on a 401 response] + expected: FAIL + + [Synchronous feature detect] + expected: FAIL + + +[request-upload.h2.any.sharedworker.html] + expected: + if (os == "android") and not fission: OK + if (os == "android") and fission: [OK, TIMEOUT] + OK + + [Fetch with POST with empty ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream on 421 response should return the response and not retry.] + expected: FAIL + + [Feature detect for POST with ReadableStream] + expected: FAIL + + [Feature detect for POST with ReadableStream, using request object] + expected: FAIL + + [Streaming upload with body containing a String] + expected: FAIL + + [Streaming upload with body containing null] + expected: FAIL + + [Streaming upload with body containing a number] + expected: FAIL + + [Streaming upload should fail on a 401 response] + expected: FAIL + + [Synchronous feature detect] + expected: FAIL + + +[request-upload.h2.any.worker.html] + expected: + if (os == "android") and not fission: OK + if (os == "android") and fission: [OK, TIMEOUT] + OK + + [Fetch with POST with empty ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream on 421 response should return the response and not retry.] + expected: FAIL + + [Feature detect for POST with ReadableStream] + expected: FAIL + + [Feature detect for POST with ReadableStream, using request object] + expected: FAIL + + [Streaming upload with body containing a String] + expected: FAIL + + [Streaming upload with body containing null] + expected: FAIL + + [Streaming upload with body containing a number] + expected: FAIL + + [Streaming upload should fail on a 401 response] + expected: FAIL + + [Synchronous feature detect] + expected: FAIL + + +[request-upload.h2.any.html] + expected: + if (os == "android") and not fission: OK + if (os == "android") and fission: [OK, TIMEOUT] + ERROR + [Fetch with POST with empty ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream] + expected: FAIL + + [Fetch with POST with ReadableStream on 421 response should return the response and not retry.] + expected: FAIL + + [Feature detect for POST with ReadableStream] + expected: FAIL + + [Feature detect for POST with ReadableStream, using request object] + expected: FAIL + + [Streaming upload with body containing a String] + expected: FAIL + + [Streaming upload with body containing null] + expected: FAIL + + [Streaming upload with body containing a number] + expected: FAIL + + [Streaming upload should fail on a 401 response] + expected: FAIL + + [Synchronous feature detect] + expected: FAIL |