trisquel-icecat/icecat/testing/web-platform/meta/web-locks/mode-mixed.https.any.js.ini
2025-10-06 02:35:48 -06:00

15 lines
471 B
INI

[mode-mixed.https.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "mac") and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
[mode-mixed.https.any.serviceworker.html]
[mode-mixed.https.any.sharedworker.html]
[mode-mixed.https.any.html]
expected:
if debug and fission and (os == "win") and (processor == "x86_64"): CRASH
if debug and not fission: CRASH
if not debug and tsan: TIMEOUT