diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/infrastructure/expected-fail | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/infrastructure/expected-fail')
9 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/meta/infrastructure/expected-fail/__dir__.ini b/testing/web-platform/meta/infrastructure/expected-fail/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/infrastructure/expected-fail/failing-test.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/failing-test.html.ini new file mode 100644 index 0000000000..b954a0e9b7 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/failing-test.html.ini @@ -0,0 +1,4 @@ +[failing-test.html] + [Failing test] + expected: FAIL + diff --git a/testing/web-platform/meta/infrastructure/expected-fail/timeout.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/timeout.html.ini new file mode 100644 index 0000000000..888498c1da --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/timeout.html.ini @@ -0,0 +1,5 @@ +[timeout.html] + expected: TIMEOUT + [Test that should time out] + expected: NOTRUN + diff --git a/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-following-subtest.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-following-subtest.html.ini new file mode 100644 index 0000000000..af1291b480 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-following-subtest.html.ini @@ -0,0 +1,2 @@ +[uncaught-exception-following-subtest.html] + expected: ERROR diff --git a/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-single-test.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-single-test.html.ini new file mode 100644 index 0000000000..6d2bd7f236 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-single-test.html.ini @@ -0,0 +1,4 @@ +[uncaught-exception-single-test.html] + [Uncaught exception in single-page test] + expected: FAIL + diff --git a/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception.html.ini new file mode 100644 index 0000000000..a4ba9e1095 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception.html.ini @@ -0,0 +1,4 @@ +[uncaught-exception.html] + expected: + if (os == "android") and fission: [TIMEOUT, ERROR] + ERROR diff --git a/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-following-subtest.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-following-subtest.html.ini new file mode 100644 index 0000000000..c2b68fbce4 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-following-subtest.html.ini @@ -0,0 +1,2 @@ +[unhandled-rejection-following-subtest.html] + expected: ERROR diff --git a/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-single-test.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-single-test.html.ini new file mode 100644 index 0000000000..9db30cbc42 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-single-test.html.ini @@ -0,0 +1,5 @@ +[unhandled-rejection-single-test.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Unhandled rejection in single-page test] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection.html.ini b/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection.html.ini new file mode 100644 index 0000000000..42ac743ac3 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection.html.ini @@ -0,0 +1,4 @@ +[unhandled-rejection.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR |