1
0
Fork 0
firefox/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

148 lines
3.7 KiB
INI

[request-upload.h2.any.serviceworker.html]
expected: TIMEOUT
[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
[ReadbleStream should be closed on signal.abort]
expected: TIMEOUT
[request-upload.h2.any.sharedworker.html]
expected: TIMEOUT
[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
[ReadbleStream should be closed on signal.abort]
expected: TIMEOUT
[request-upload.h2.any.worker.html]
expected:
if os == "android": [TIMEOUT, CRASH]
TIMEOUT
[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
[ReadbleStream should be closed on signal.abort]
expected: TIMEOUT
[request-upload.h2.any.html]
expected:
if (os == "mac") and not debug: [ERROR, OK]
if (os == "android") and debug: [ERROR, TIMEOUT]
if (os == "android") and not debug: [TIMEOUT, ERROR]
ERROR
[Fetch with POST with empty ReadableStream]
expected: [FAIL, PASS]
[Fetch with POST with ReadableStream]
expected: [FAIL, PASS]
[Fetch with POST with ReadableStream on 421 response should return the response and not retry.]
expected: [FAIL, PASS]
[Feature detect for POST with ReadableStream]
expected: [FAIL, PASS]
[Feature detect for POST with ReadableStream, using request object]
expected: [FAIL, PASS]
[Synchronous feature detect]
expected: [FAIL, PASS]
[Streaming upload with body containing a String]
expected: [FAIL, PASS]
[Streaming upload with body containing null]
expected: [FAIL, PASS]
[Streaming upload with body containing a number]
expected: [FAIL, PASS]
[Streaming upload should fail on a 401 response]
expected: [FAIL, PASS]
[ReadbleStream should be closed on signal.abort]
expected: [TIMEOUT, PASS]