1
0
Fork 0
firefox/testing/web-platform/meta/fetch/api/response/response-stream-bad-chunk.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

23 lines
898 B
INI

[response-stream-bad-chunk.any.serviceworker.html]
expected:
if not tsan and (os == "android") and not debug: [OK, ERROR]
if tsan: TIMEOUT
[response-stream-bad-chunk.any.html]
expected:
if not tsan and debug and (os == "win") and (processor == "x86"): CRASH
if not tsan and debug and (os == "linux") and fission: CRASH
if not tsan and debug and (os == "android"): CRASH
if not tsan and not debug and (os == "android"): [OK, CRASH]
if tsan: TIMEOUT
[response-stream-bad-chunk.any.sharedworker.html]
expected:
if debug and (os == "win") and (processor == "x86_64"): CRASH
if debug and (os == "linux") and not fission: CRASH
[response-stream-bad-chunk.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "linux") and not fission and not debug: CRASH
if (os == "android") and not debug: [OK, CRASH]