93 lines
2.6 KiB
INI
93 lines
2.6 KiB
INI
[request-upload.any.worker.html]
|
|
expected:
|
|
if (os == "linux") and not tsan and not debug and fission and asan: CRASH
|
|
if (os == "linux") and not tsan and debug and not fission: CRASH
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
[Fetch with POST with ReadableStream containing String]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing null]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing number]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing ArrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing Blob]
|
|
expected: FAIL
|
|
|
|
[Streaming upload shouldn't work on Http/1.1.]
|
|
expected: FAIL
|
|
|
|
|
|
[request-upload.any.html]
|
|
expected:
|
|
if not tsan and (os == "win") and debug and (processor == "x86_64"): CRASH
|
|
if not tsan and (os == "linux") and not fission and not debug: CRASH
|
|
if tsan: TIMEOUT
|
|
[Fetch with POST with ReadableStream containing String]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing null]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing number]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing ArrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing Blob]
|
|
expected: FAIL
|
|
|
|
[Streaming upload shouldn't work on Http/1.1.]
|
|
expected: FAIL
|
|
|
|
|
|
[request-upload.any.serviceworker.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
[Fetch with POST with ReadableStream containing String]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing number]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing ArrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing Blob]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing null]
|
|
expected: FAIL
|
|
|
|
[Streaming upload shouldn't work on Http/1.1.]
|
|
expected: FAIL
|
|
|
|
|
|
[request-upload.any.sharedworker.html]
|
|
expected:
|
|
if (os == "linux") and debug and fission: CRASH
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
[Fetch with POST with ReadableStream containing String]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing number]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing ArrayBuffer]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing Blob]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ReadableStream containing null]
|
|
expected: FAIL
|
|
|
|
[Streaming upload shouldn't work on Http/1.1.]
|
|
expected: FAIL
|