diff options
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..a0fc55448f --- /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] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [window.setInterval() reports the exception from its callback in the callback's global object] + expected: + if (os == "linux") and not fission and not debug: [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..addbbd42d5 --- /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] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [window.setTimeout() reports the exception from its callback in the callback's global object] + expected: + if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL] + if (os == "linux") and not debug: [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] |