diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/html/webappapis/timers | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/timers')
9 files changed, 62 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/webappapis/timers/cleartimeout-clearinterval.any.js.ini b/testing/web-platform/meta/html/webappapis/timers/cleartimeout-clearinterval.any.js.ini new file mode 100644 index 0000000000..4e05769490 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/cleartimeout-clearinterval.any.js.ini @@ -0,0 +1,7 @@ +[cleartimeout-clearinterval.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[cleartimeout-clearinterval.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/timers/evil-spec-example.any.js.ini b/testing/web-platform/meta/html/webappapis/timers/evil-spec-example.any.js.ini new file mode 100644 index 0000000000..4837f0a273 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/evil-spec-example.any.js.ini @@ -0,0 +1,7 @@ +[evil-spec-example.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[evil-spec-example.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/timers/missing-timeout-setinterval.any.js.ini b/testing/web-platform/meta/html/webappapis/timers/missing-timeout-setinterval.any.js.ini new file mode 100644 index 0000000000..779c69f1b9 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/missing-timeout-setinterval.any.js.ini @@ -0,0 +1,7 @@ +[missing-timeout-setinterval.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[missing-timeout-setinterval.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/timers/negative-setinterval.any.js.ini b/testing/web-platform/meta/html/webappapis/timers/negative-setinterval.any.js.ini new file mode 100644 index 0000000000..d6b0f8b2a2 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/negative-setinterval.any.js.ini @@ -0,0 +1,7 @@ +[negative-setinterval.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[negative-setinterval.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/timers/negative-settimeout.any.js.ini b/testing/web-platform/meta/html/webappapis/timers/negative-settimeout.any.js.ini new file mode 100644 index 0000000000..2d50a0ee8d --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/negative-settimeout.any.js.ini @@ -0,0 +1,7 @@ +[negative-settimeout.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[negative-settimeout.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/timers/setinterval-cross-realm-callback-report-exception.html.ini b/testing/web-platform/meta/html/webappapis/timers/setinterval-cross-realm-callback-report-exception.html.ini new file mode 100644 index 0000000000..cc9261df7c --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/setinterval-cross-realm-callback-report-exception.html.ini @@ -0,0 +1,6 @@ +[setinterval-cross-realm-callback-report-exception.html] + [window.setInterval() reports the exception from its callback in the callback's global object] + expected: + if (os == "linux") and fission and tsan: [PASS, FAIL] + if (os == "linux") and not fission: [PASS, FAIL] + if (os == "android") and swgl: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/webappapis/timers/settimeout-cross-realm-callback-report-exception.html.ini b/testing/web-platform/meta/html/webappapis/timers/settimeout-cross-realm-callback-report-exception.html.ini new file mode 100644 index 0000000000..1aa510d015 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/settimeout-cross-realm-callback-report-exception.html.ini @@ -0,0 +1,7 @@ +[settimeout-cross-realm-callback-report-exception.html] + [window.setTimeout() reports the exception from its callback in the callback's global object] + expected: + if (os == "linux") and not debug and asan and fission: [PASS, FAIL] + if (os == "linux") and not debug and asan and not fission: [PASS, FAIL] + if (os == "linux") and debug and not fission: [PASS, FAIL] + if (os == "linux") and not debug and not asan: [PASS, FAIL] diff --git a/testing/web-platform/meta/html/webappapis/timers/type-long-setinterval.any.js.ini b/testing/web-platform/meta/html/webappapis/timers/type-long-setinterval.any.js.ini new file mode 100644 index 0000000000..9919c81052 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/type-long-setinterval.any.js.ini @@ -0,0 +1,7 @@ +[type-long-setinterval.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[type-long-setinterval.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/timers/type-long-settimeout.any.js.ini b/testing/web-platform/meta/html/webappapis/timers/type-long-settimeout.any.js.ini new file mode 100644 index 0000000000..8c7c73471d --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/timers/type-long-settimeout.any.js.ini @@ -0,0 +1,7 @@ +[type-long-settimeout.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[type-long-settimeout.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |