diff options
Diffstat (limited to 'testing/web-platform/meta/scheduler/post-task-delay.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/scheduler/post-task-delay.any.js.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini b/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini new file mode 100644 index 0000000000..f47b1c276b --- /dev/null +++ b/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini @@ -0,0 +1,29 @@ +[post-task-delay.any.worker.html] + prefs: [privacy.reduceTimerPrecision:false] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[post-task-delay.any.sharedworker.html] + prefs: [privacy.reduceTimerPrecision:false] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[post-task-delay.any.serviceworker.html] + prefs: [privacy.reduceTimerPrecision:false] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Tests basic scheduler.postTask with a delay] + expected: + if (os == "linux") and not fission: [PASS, FAIL] + if os == "win": [PASS, FAIL] + + +[post-task-delay.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Tests basic scheduler.postTask with a delay] + expected: + if (os == "mac") and debug: PASS + if (os == "android") and swgl: PASS + if os == "win": PASS + [PASS, FAIL] |