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

34 lines
1.1 KiB
INI

[post-task-delay.any.worker.html]
prefs: [privacy.reduceTimerPrecision:false]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[post-task-delay.any.sharedworker.html]
prefs: [privacy.reduceTimerPrecision:false]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[post-task-delay.any.serviceworker.html]
prefs: [privacy.reduceTimerPrecision:false]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "linux") and fission and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not fission: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[post-task-delay.any.html]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "win") and debug and (processor == "x86_64"): PASS
[PASS, FAIL]