trisquel-icecat/icecat/testing/web-platform/meta/scheduler/post-task-abort-reason.any.js.ini
2025-10-06 02:35:48 -06:00

16 lines
520 B
INI

[post-task-abort-reason.any.sharedworker.html]
[post-task-abort-reason.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
if os == "mac": [OK, CRASH]
[post-task-abort-reason.any.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[post-task-abort-reason.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and debug: [OK, ERROR]
if (os == "android") and not debug: [OK, ERROR]