trisquel-icecat/icecat/testing/web-platform/meta/WebCryptoAPI/historical.any.js.ini
2025-10-06 02:35:48 -06:00

15 lines
592 B
INI

[historical.any.sharedworker.html]
[historical.any.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): CRASH
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[historical.any.worker.html]
expected:
if not asan and fission and (os == "win") and debug and (processor == "x86"): CRASH
if not asan and fission and (os == "mac") and not debug: [OK, CRASH]
if not asan and not fission and (os == "android") and not debug: [OK, CRASH]
if not asan and not fission and (os == "linux"): CRASH
if asan: CRASH