From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- testing/web-platform/meta/infrastructure/expected-fail/__dir__.ini | 1 + .../meta/infrastructure/expected-fail/failing-test.html.ini | 4 ++++ .../web-platform/meta/infrastructure/expected-fail/timeout.html.ini | 5 +++++ .../expected-fail/uncaught-exception-following-subtest.html.ini | 2 ++ .../expected-fail/uncaught-exception-single-test.html.ini | 4 ++++ .../meta/infrastructure/expected-fail/uncaught-exception.html.ini | 4 ++++ .../expected-fail/unhandled-rejection-following-subtest.html.ini | 2 ++ .../expected-fail/unhandled-rejection-single-test.html.ini | 5 +++++ .../meta/infrastructure/expected-fail/unhandled-rejection.html.ini | 4 ++++ 9 files changed, 31 insertions(+) create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/__dir__.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/failing-test.html.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/timeout.html.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-following-subtest.html.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception-single-test.html.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/uncaught-exception.html.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-following-subtest.html.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection-single-test.html.ini create mode 100644 testing/web-platform/meta/infrastructure/expected-fail/unhandled-rejection.html.ini (limited to 'testing/web-platform/meta/infrastructure/expected-fail') 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 -- cgit v1.2.3