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

27 lines
992 B
INI

[stream-safe-creation.any.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if debug and fission: CRASH
[stream-safe-creation.any.worker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if not tsan and (os == "linux") and debug and fission: CRASH
if not tsan and (os == "linux") and not debug and not fission: CRASH
if not tsan and (os == "android") and not debug: [OK, CRASH]
if not tsan and (os == "mac"): [OK, CRASH]
if tsan: TIMEOUT
[stream-safe-creation.any.serviceworker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if os == "mac": [OK, ERROR]
[stream-safe-creation.any.sharedworker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if debug and (os == "linux") and not fission: CRASH