diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/html/webappapis/microtask-queuing | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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] |