diff options
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/microtask-queuing')
3 files changed, 35 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask-exceptions.any.js.ini b/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask-exceptions.any.js.ini new file mode 100644 index 0000000000..917d667521 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask-exceptions.any.js.ini @@ -0,0 +1,16 @@ +[queue-microtask-exceptions.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[queue-microtask-exceptions.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[queue-microtask-exceptions.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[queue-microtask-exceptions.any.serviceworker.html] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask.any.js.ini b/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask.any.js.ini new file mode 100644 index 0000000000..a9f7560957 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask.any.js.ini @@ -0,0 +1,16 @@ +[queue-microtask.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[queue-microtask.any.serviceworker.html] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + +[queue-microtask.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[queue-microtask.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask.window.js.ini b/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask.window.js.ini new file mode 100644 index 0000000000..32127426e2 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/microtask-queuing/queue-microtask.window.js.ini @@ -0,0 +1,3 @@ +[queue-microtask.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |