post-task-delay.any.js.ini (1174B)
1 [post-task-delay.any.worker.html] 2 prefs: [privacy.reduceTimerPrecision:false] 3 expected: 4 if (os == "mac") and not debug: [OK, CRASH] 5 if (os == "android") and not debug: [OK, CRASH] 6 [Tests basic scheduler.postTask with a delay] 7 expected: 8 if (os == "win") and not debug: [PASS, FAIL] 9 if (os == "mac") and not debug: [PASS, FAIL] 10 11 12 [post-task-delay.any.sharedworker.html] 13 prefs: [privacy.reduceTimerPrecision:false] 14 [Tests basic scheduler.postTask with a delay] 15 expected: 16 if (os == "win") and debug and (processor == "x86"): [PASS, FAIL] 17 if (os == "win") and not debug: [PASS, FAIL] 18 if (os == "mac") and not debug: [PASS, FAIL] 19 20 21 [post-task-delay.any.serviceworker.html] 22 prefs: [privacy.reduceTimerPrecision:false] 23 [Tests basic scheduler.postTask with a delay] 24 expected: 25 if (os == "linux") and fission and (processor == "x86"): [PASS, FAIL] 26 if (os == "linux") and not fission: [PASS, FAIL] 27 if os == "win": [PASS, FAIL] 28 29 30 [post-task-delay.any.html] 31 [Tests basic scheduler.postTask with a delay] 32 expected: 33 if (os == "win") and debug and (processor == "x86_64"): PASS 34 [PASS, FAIL]