1
0
Fork 0
firefox/testing/web-platform/meta/fetch/api/basic/scheme-data.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

17 lines
502 B
INI

[scheme-data.any.serviceworker.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
[scheme-data.any.worker.html]
expected:
if debug and (os == "linux") and not fission: CRASH
if debug and (os == "win"): CRASH
[scheme-data.any.html]
expected:
if not tsan and not asan and (os == "mac") and debug: CRASH
if not tsan and not asan and (os == "android") and not debug: [OK, CRASH]
if not tsan and asan: CRASH
if tsan: TIMEOUT
[scheme-data.any.sharedworker.html]