34 lines
1.1 KiB
INI
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]
|