1
0
Fork 0
firefox/testing/web-platform/meta/scheduler/post-task-delay.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

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]