diff options
Diffstat (limited to 'testing/web-platform/meta/scheduler/task-signal-any-post-task-run-order.tentative.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/scheduler/task-signal-any-post-task-run-order.tentative.any.js.ini | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scheduler/task-signal-any-post-task-run-order.tentative.any.js.ini b/testing/web-platform/meta/scheduler/task-signal-any-post-task-run-order.tentative.any.js.ini new file mode 100644 index 0000000000..f4d158e277 --- /dev/null +++ b/testing/web-platform/meta/scheduler/task-signal-any-post-task-run-order.tentative.any.js.ini @@ -0,0 +1,42 @@ +[task-signal-any-post-task-run-order.tentative.any.serviceworker.html] + [scheduler.postTask() tasks run in priority order with a fixed priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a dynamic priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority] + expected: FAIL + + +[task-signal-any-post-task-run-order.tentative.any.html] + [scheduler.postTask() tasks run in priority order with a fixed priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a dynamic priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority] + expected: FAIL + + +[task-signal-any-post-task-run-order.tentative.any.worker.html] + [scheduler.postTask() tasks run in priority order with a fixed priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a dynamic priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority] + expected: FAIL + + +[task-signal-any-post-task-run-order.tentative.any.sharedworker.html] + [scheduler.postTask() tasks run in priority order with a fixed priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a dynamic priority composite signal] + expected: FAIL + + [scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority] + expected: FAIL |