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 --- .../assumptions/non-local-ports.sub.window.js.ini | 5 ++ .../assumptions/non-secure-context.any.js.ini | 7 +++ .../infrastructure/browsers/firefox/prefs.html.ini | 4 ++ .../meta/infrastructure/channels/__dir__.ini | 1 + .../channels/test_postMessage.html.ini | 3 ++ .../meta/infrastructure/expected-fail/__dir__.ini | 1 + .../expected-fail/failing-test.html.ini | 4 ++ .../infrastructure/expected-fail/timeout.html.ini | 5 ++ .../uncaught-exception-following-subtest.html.ini | 2 + .../uncaught-exception-single-test.html.ini | 4 ++ .../expected-fail/uncaught-exception.html.ini | 4 ++ .../unhandled-rejection-following-subtest.html.ini | 2 + .../unhandled-rejection-single-test.html.ini | 5 ++ .../expected-fail/unhandled-rejection.html.ini | 4 ++ .../meta/infrastructure/reftest/__dir__.ini | 2 + .../reftest/legacy/fuzzy-ref-2.html.ini | 4 ++ .../reftest/legacy/reftest_and_fail_0-ref.html.ini | 2 + .../legacy/reftest_cycle_fail_0-ref.html.ini | 2 + .../legacy/reftest_fuzzy_chain_ini.html.ini | 2 + .../reftest/reftest_fuzzy_ini_full.html.ini | 3 ++ .../reftest/reftest_fuzzy_ini_ref_only.html.ini | 4 ++ .../reftest/reftest_fuzzy_ini_short.html.ini | 2 + .../reftest/reftest_match_and_mismatch-0.html.ini | 2 + .../reftest/reftest_match_and_mismatch-1.html.ini | 2 + .../reftest/reftest_match_and_mismatch-4.html.ini | 2 + .../reftest/reftest_match_and_mismatch-5.html.ini | 2 + .../reftest/reftest_match_and_mismatch-6.html.ini | 2 + .../reftest/reftest_match_and_mismatch-7.html.ini | 2 + .../reftest/reftest_match_fail-print.html.ini | 2 + .../reftest/reftest_match_fail.html.ini | 2 + .../reftest/reftest_mismatch_fail-print.html.ini | 4 ++ .../reftest/reftest_mismatch_fail.html.ini | 2 + .../reftest/reftest_multiple_mismatch-0.html.ini | 2 + .../reftest/reftest_multiple_mismatch-1.html.ini | 2 + .../reftest/reftest_ref_timeout.html.ini | 2 + .../reftest/reftest_timeout.html.ini | 2 + .../meta/infrastructure/server/__dir__.ini | 3 ++ .../meta/infrastructure/server/context.any.js.ini | 24 ++++++++++ .../server/http2-context.sub.h2.any.js.ini | 15 ++++++ .../server/http2-websocket.sub.h2.any.js.ini | 7 +++ .../server/order-of-metas.any.js.ini | 11 +++++ .../server/order-of-metas.window.js.ini | 3 ++ .../server/secure-context.https.any.js.ini | 15 ++++++ .../server/subdomain-flag.www.sub.window.js.ini | 3 ++ .../meta/infrastructure/server/test-pac.html.ini | 3 ++ .../meta/infrastructure/server/title.any.js.ini | 11 +++++ .../server/webtransport-h3.https.sub.any.js.ini | 55 ++++++++++++++++++++++ .../server/wpt-server-http.sub.html.ini | 6 +++ .../server/wpt-server-websocket.sub.html.ini | 6 +++ .../server/wpt-server-wpt-flags.sub.html.ini | 16 +++++++ .../meta/infrastructure/testdriver/__dir__.ini | 1 + .../testdriver/actions/crossOrigin.sub.html.ini | 5 ++ .../testdriver/actions/elementTiming.html.ini | 7 +++ .../testdriver/actions/eventOrder.html.ini | 3 ++ .../testdriver/actions/iframe.html.ini | 3 ++ .../testdriver/actions/mouseClickCount.html.ini | 5 ++ .../testdriver/actions/multiDevice.html.ini | 3 ++ .../testdriver/actions/multiTouchPoints.html.ini | 3 ++ .../multiTouchPointsReleaseFirstPoint.html.ini | 3 ++ .../multiTouchPointsReleaseSecondPoint.html.ini | 3 ++ .../multiTouchPointsSimultaneousMove.html.ini | 3 ++ .../multiTouchPointsTwoTouchStarts.html.ini | 3 ++ .../actions/multiTouchPointsWithPause.html.ini | 3 ++ .../testdriver/actions/pause.html.ini | 3 ++ .../actions/penPointerEventProperties.html.ini | 4 ++ .../testdriver/actions/penPointerEvents.html.ini | 2 + .../meta/infrastructure/testdriver/click.html.ini | 3 ++ .../testdriver/click_iframe.html.ini | 3 ++ .../click_iframe_crossorigin.sub.html.ini | 7 +++ .../testdriver/click_nested.html.ini | 3 ++ .../click_nested_crossorigin.sub.html.ini | 3 ++ .../testdriver/click_window.html.ini | 3 ++ .../testdriver/delete_all_cookies.html.ini | 3 ++ .../testdriver/file_upload.sub.html.ini | 4 ++ .../testdriver/generate_test_report.html.ini | 4 ++ .../testdriver/get_named_cookie.sub.html.ini | 3 ++ .../testdriver/get_named_cookie.sub.https.html.ini | 3 ++ .../infrastructure/testdriver/send_keys.html.ini | 3 ++ .../testdriver/set_permission.https.html.ini | 8 ++++ .../testdriver/virtual_authenticator.html.ini | 23 +++++++++ .../testharness/lone-surrogates.html.ini | 7 +++ .../infrastructure/webdriver/tests/__dir__.ini | 2 + .../webdriver/tests/test_load_file.py.ini | 4 ++ 83 files changed, 420 insertions(+) create mode 100644 testing/web-platform/meta/infrastructure/assumptions/non-local-ports.sub.window.js.ini create mode 100644 testing/web-platform/meta/infrastructure/assumptions/non-secure-context.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/browsers/firefox/prefs.html.ini create mode 100644 testing/web-platform/meta/infrastructure/channels/__dir__.ini create mode 100644 testing/web-platform/meta/infrastructure/channels/test_postMessage.html.ini 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 create mode 100644 testing/web-platform/meta/infrastructure/reftest/__dir__.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/legacy/fuzzy-ref-2.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_full.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_short.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-0.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-1.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-4.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-5.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-6.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-7.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_fail-print.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_match_fail.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail-print.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-0.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-1.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_ref_timeout.html.ini create mode 100644 testing/web-platform/meta/infrastructure/reftest/reftest_timeout.html.ini create mode 100644 testing/web-platform/meta/infrastructure/server/__dir__.ini create mode 100644 testing/web-platform/meta/infrastructure/server/context.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/test-pac.html.ini create mode 100644 testing/web-platform/meta/infrastructure/server/title.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini create mode 100644 testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/__dir__.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/crossOrigin.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/elementTiming.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/eventOrder.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/iframe.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/multiDevice.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/pause.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/click.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/click_iframe.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/click_nested.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/click_nested_crossorigin.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/click_window.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/delete_all_cookies.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/file_upload.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/generate_test_report.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/send_keys.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/set_permission.https.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testdriver/virtual_authenticator.html.ini create mode 100644 testing/web-platform/meta/infrastructure/testharness/lone-surrogates.html.ini create mode 100644 testing/web-platform/meta/infrastructure/webdriver/tests/__dir__.ini create mode 100644 testing/web-platform/meta/infrastructure/webdriver/tests/test_load_file.py.ini (limited to 'testing/web-platform/meta/infrastructure') diff --git a/testing/web-platform/meta/infrastructure/assumptions/non-local-ports.sub.window.js.ini b/testing/web-platform/meta/infrastructure/assumptions/non-local-ports.sub.window.js.ini new file mode 100644 index 0000000000..e7e1daa76c --- /dev/null +++ b/testing/web-platform/meta/infrastructure/assumptions/non-local-ports.sub.window.js.ini @@ -0,0 +1,5 @@ +[non-local-ports.sub.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Fetch from http-public to local http fails.] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/assumptions/non-secure-context.any.js.ini b/testing/web-platform/meta/infrastructure/assumptions/non-secure-context.any.js.ini new file mode 100644 index 0000000000..1bcb26a5c8 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/assumptions/non-secure-context.any.js.ini @@ -0,0 +1,7 @@ +[non-secure-context.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[non-secure-context.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/browsers/firefox/prefs.html.ini b/testing/web-platform/meta/infrastructure/browsers/firefox/prefs.html.ini new file mode 100644 index 0000000000..eec66b1140 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/browsers/firefox/prefs.html.ini @@ -0,0 +1,4 @@ +[prefs.html] + [Ensure that setting gecko prefs works] + expected: FAIL + diff --git a/testing/web-platform/meta/infrastructure/channels/__dir__.ini b/testing/web-platform/meta/infrastructure/channels/__dir__.ini new file mode 100644 index 0000000000..c4b2fdedd4 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/channels/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [tab:51200] diff --git a/testing/web-platform/meta/infrastructure/channels/test_postMessage.html.ini b/testing/web-platform/meta/infrastructure/channels/test_postMessage.html.ini new file mode 100644 index 0000000000..687d5890ab --- /dev/null +++ b/testing/web-platform/meta/infrastructure/channels/test_postMessage.html.ini @@ -0,0 +1,3 @@ +[test_postMessage.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 diff --git a/testing/web-platform/meta/infrastructure/reftest/__dir__.ini b/testing/web-platform/meta/infrastructure/reftest/__dir__.ini new file mode 100644 index 0000000000..cf17f90117 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [Alloc, MakeUnique, Malloc, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::dom::WebExtensionInit::Init, mozilla::extensions::MatchPatternCore::MatchPatternCore, mozilla::extensions::MatchPatternSet::Constructor, mozilla::extensions::MatchPatternSet::GetPatterns, mozilla::extensions::ParseGlobs, mozilla::extensions::PermittedSchemes, mozilla::extensions::WebExtensionPolicy::Constructor, mozilla::extensions::WebExtensionPolicy::WebExtensionPolicy, mozilla::extensions::WebExtensionPolicyCore::WebExtensionPolicyCore, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsJARURI::Mutator::SetSpecBaseCharset] +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/infrastructure/reftest/legacy/fuzzy-ref-2.html.ini b/testing/web-platform/meta/infrastructure/reftest/legacy/fuzzy-ref-2.html.ini new file mode 100644 index 0000000000..96a4555770 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/legacy/fuzzy-ref-2.html.ini @@ -0,0 +1,4 @@ +[fuzzy-ref-2.html] + expected: + if (os == "win") and not debug and not fission: ["FAIL", "TIMEOUT"] + FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html.ini b/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html.ini new file mode 100644 index 0000000000..1e13cec6ac --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_and_fail_0-ref.html.ini @@ -0,0 +1,2 @@ +[reftest_and_fail_0-ref.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html.ini b/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html.ini new file mode 100644 index 0000000000..9a0066917e --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_cycle_fail_0-ref.html.ini @@ -0,0 +1,2 @@ +[reftest_cycle_fail_0-ref.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html.ini b/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html.ini new file mode 100644 index 0000000000..aa1498b044 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html.ini @@ -0,0 +1,2 @@ +[reftest_fuzzy_chain_ini.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_full.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_full.html.ini new file mode 100644 index 0000000000..0ebde2f4a6 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_full.html.ini @@ -0,0 +1,3 @@ +[reftest_fuzzy_ini_full.html] + fuzzy: [maxDifference=1;100-100, + reftest_fuzzy_ini_full.html==fuzzy-ref-1.html:255;100] diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html.ini new file mode 100644 index 0000000000..70c0446b5d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_ref_only.html.ini @@ -0,0 +1,4 @@ +[reftest_fuzzy_ini_ref_only.html] + fuzzy: [maxDifference=1;100-100, + fuzzy-ref-1.html:maxDifference=255;100-100, + reftest_fuzzy==fuzzy-ref-2.html:maxDifference=1;100-100] diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_short.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_short.html.ini new file mode 100644 index 0000000000..1859d25680 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_fuzzy_ini_short.html.ini @@ -0,0 +1,2 @@ +[reftest_fuzzy_ini_short.html] + fuzzy: maxDifference=255;100-100 diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-0.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-0.html.ini new file mode 100644 index 0000000000..f90b3d6847 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-0.html.ini @@ -0,0 +1,2 @@ +[reftest_match_and_mismatch-0.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-1.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-1.html.ini new file mode 100644 index 0000000000..eeb9fc582d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-1.html.ini @@ -0,0 +1,2 @@ +[reftest_match_and_mismatch-1.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-4.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-4.html.ini new file mode 100644 index 0000000000..77c7ba227d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-4.html.ini @@ -0,0 +1,2 @@ +[reftest_match_and_mismatch-4.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-5.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-5.html.ini new file mode 100644 index 0000000000..e87acf9b67 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-5.html.ini @@ -0,0 +1,2 @@ +[reftest_match_and_mismatch-5.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-6.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-6.html.ini new file mode 100644 index 0000000000..e3089dd103 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-6.html.ini @@ -0,0 +1,2 @@ +[reftest_match_and_mismatch-6.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-7.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-7.html.ini new file mode 100644 index 0000000000..09162d8801 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_and_mismatch-7.html.ini @@ -0,0 +1,2 @@ +[reftest_match_and_mismatch-7.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_fail-print.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_fail-print.html.ini new file mode 100644 index 0000000000..c45488203d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_fail-print.html.ini @@ -0,0 +1,2 @@ +[reftest_match_fail-print.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_match_fail.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_match_fail.html.ini new file mode 100644 index 0000000000..0c17584ba2 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_match_fail.html.ini @@ -0,0 +1,2 @@ +[reftest_match_fail.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail-print.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail-print.html.ini new file mode 100644 index 0000000000..867fc834c6 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail-print.html.ini @@ -0,0 +1,4 @@ +[reftest_mismatch_fail-print.html] + expected: + if (os == "mac") and not debug: ["FAIL", "PASS"] + FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail.html.ini new file mode 100644 index 0000000000..8554b27816 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_mismatch_fail.html.ini @@ -0,0 +1,2 @@ +[reftest_mismatch_fail.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-0.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-0.html.ini new file mode 100644 index 0000000000..6bc0bef41d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-0.html.ini @@ -0,0 +1,2 @@ +[reftest_multiple_mismatch-0.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-1.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-1.html.ini new file mode 100644 index 0000000000..964858b1ac --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_multiple_mismatch-1.html.ini @@ -0,0 +1,2 @@ +[reftest_multiple_mismatch-1.html] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_ref_timeout.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_ref_timeout.html.ini new file mode 100644 index 0000000000..b0f71cc5ab --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_ref_timeout.html.ini @@ -0,0 +1,2 @@ +[reftest_ref_timeout.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/infrastructure/reftest/reftest_timeout.html.ini b/testing/web-platform/meta/infrastructure/reftest/reftest_timeout.html.ini new file mode 100644 index 0000000000..f910abeee2 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/reftest_timeout.html.ini @@ -0,0 +1,2 @@ +[reftest_timeout.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/infrastructure/server/__dir__.ini b/testing/web-platform/meta/infrastructure/server/__dir__.ini new file mode 100644 index 0000000000..8e9389ae6f --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/__dir__.ini @@ -0,0 +1,3 @@ +lsan-disabled: true +prefs: [network.webtransport.enabled:true, network.webtransport.datagrams.enabled:true, security.OCSP.enabled:0] +leak-threshold: [default:51200, tab:51200] diff --git a/testing/web-platform/meta/infrastructure/server/context.any.js.ini b/testing/web-platform/meta/infrastructure/server/context.any.js.ini new file mode 100644 index 0000000000..b023771158 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/context.any.js.ini @@ -0,0 +1,24 @@ +[context.any.sharedworker-module.html] + +[context.any.serviceworker-module.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + +[context.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[context.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[context.any.worker-module.html] + +[context.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[context.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini b/testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini new file mode 100644 index 0000000000..f659846543 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/http2-context.sub.h2.any.js.ini @@ -0,0 +1,15 @@ +[http2-context.sub.h2.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[http2-context.sub.h2.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[http2-context.sub.h2.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[http2-context.sub.h2.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini b/testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini new file mode 100644 index 0000000000..cd74767ec3 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/http2-websocket.sub.h2.any.js.ini @@ -0,0 +1,7 @@ +[http2-websocket.sub.h2.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[http2-websocket.sub.h2.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini b/testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini new file mode 100644 index 0000000000..6f747e9a38 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/order-of-metas.any.js.ini @@ -0,0 +1,11 @@ +[order-of-metas.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[order-of-metas.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[order-of-metas.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini b/testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini new file mode 100644 index 0000000000..3278813257 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/order-of-metas.window.js.ini @@ -0,0 +1,3 @@ +[order-of-metas.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini b/testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini new file mode 100644 index 0000000000..28d504ce19 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/secure-context.https.any.js.ini @@ -0,0 +1,15 @@ +[secure-context.https.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[secure-context.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[secure-context.https.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[secure-context.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini b/testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini new file mode 100644 index 0000000000..f1379fd22d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/subdomain-flag.www.sub.window.js.ini @@ -0,0 +1,3 @@ +[subdomain-flag.www.sub.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/test-pac.html.ini b/testing/web-platform/meta/infrastructure/server/test-pac.html.ini new file mode 100644 index 0000000000..0e6f993726 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/test-pac.html.ini @@ -0,0 +1,3 @@ +[test-pac.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/title.any.js.ini b/testing/web-platform/meta/infrastructure/server/title.any.js.ini new file mode 100644 index 0000000000..df5b889346 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/title.any.js.ini @@ -0,0 +1,11 @@ +[title.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[title.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[title.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini b/testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini new file mode 100644 index 0000000000..b91853b8bc --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini @@ -0,0 +1,55 @@ +[webtransport-h3.https.sub.any.sharedworker.html] + expected: + if (os == "linux") and debug and not fission and not swgl: [OK, CRASH, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + if (os == "android") and debug: [TIMEOUT, OK] + if (os == "mac") and debug: [OK, TIMEOUT] + [OK, TIMEOUT, CRASH] + [WebTransport server should be running and should handle a bidirectional stream] + expected: + if (os == "android") and not debug: [FAIL, TIMEOUT] + if (os == "android") and debug: [TIMEOUT, FAIL] + if os == "win": [PASS, TIMEOUT] + if os == "mac": [PASS, TIMEOUT] + [PASS, FAIL, TIMEOUT] + + +[webtransport-h3.https.sub.any.serviceworker.html] + expected: + if (os == "linux") and not fission and not swgl: [OK, ERROR, CRASH] + if (os == "linux") and not fission and swgl: [OK, ERROR, CRASH] + if (os == "linux") and fission and not debug: [OK, ERROR] + if (os == "mac") and not debug: [OK, ERROR] + if os == "android": [TIMEOUT, OK] + [WebTransport server should be running and should handle a bidirectional stream] + expected: + if (os == "android") and release_or_beta: FAIL + if os == "android": TIMEOUT + [PASS, TIMEOUT] + + +[webtransport-h3.https.sub.any.worker.html] + expected: + if (os == "linux") and debug and not fission and not swgl: [OK, CRASH] + if (os == "linux") and not debug and fission: [OK, CRASH] + if (os == "linux") and not debug and not fission: [OK, CRASH] + if (os == "mac") and not debug: [OK, CRASH] + if (os == "android") and not debug: [OK, TIMEOUT] + if (os == "android") and debug: [TIMEOUT, OK] + [WebTransport server should be running and should handle a bidirectional stream] + expected: + if (os == "android") and not debug: [FAIL, TIMEOUT] + if (os == "android") and debug: [TIMEOUT, FAIL] + if os == "mac": [PASS, TIMEOUT] + if os == "win": [PASS, TIMEOUT] + [PASS, FAIL, TIMEOUT] + + +[webtransport-h3.https.sub.any.html] + expected: + if os == "android": [OK, TIMEOUT] + [WebTransport server should be running and should handle a bidirectional stream] + expected: + if os == "android": [FAIL, TIMEOUT] + [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini b/testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini new file mode 100644 index 0000000000..4a7f4c7de0 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini @@ -0,0 +1,6 @@ +[wpt-server-http.sub.html] + expected: + if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR] + if (os == "linux") and not fission and not swgl and debug: [OK, ERROR, CRASH] + if (os == "linux") and not fission and not swgl and not debug: [OK, CRASH] + if (os == "linux") and not fission and swgl: [OK, ERROR, CRASH] diff --git a/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini b/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini new file mode 100644 index 0000000000..834b9358ec --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini @@ -0,0 +1,6 @@ +[wpt-server-websocket.sub.html] + expected: + if (os == "linux") and not fission and debug and swgl: [OK, CRASH] + if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR, CRASH] + if (os == "linux") and fission and not debug and (processor == "x86"): [OK, ERROR, CRASH] + if (os == "linux") and not fission and not debug: [OK, CRASH] diff --git a/testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini b/testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini new file mode 100644 index 0000000000..e7de03ed2b --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini @@ -0,0 +1,16 @@ +[wpt-server-wpt-flags.sub.html?wpt_flags=https] + expected: + if (os == "linux") and debug and not fission and swgl: [OK, ERROR] + if (os == "linux") and not debug and fission: [OK, ERROR] + if (os == "linux") and not debug and not fission: [OK, CRASH] + +[wpt-server-wpt-flags.sub.html] + expected: + if (os == "linux") and fission and debug and not swgl: [OK, CRASH] + if (os == "linux") and not fission and not debug: [OK, CRASH, ERROR] + +[wpt-server-wpt-flags.sub.html?wpt_flags=h2] + expected: + if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR] + if (os == "linux") and fission and debug and not swgl: [OK, ERROR, CRASH] + if (os == "linux") and not fission and not debug: [OK, CRASH] diff --git a/testing/web-platform/meta/infrastructure/testdriver/__dir__.ini b/testing/web-platform/meta/infrastructure/testdriver/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/crossOrigin.sub.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/crossOrigin.sub.html.ini new file mode 100644 index 0000000000..a8479528af --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/crossOrigin.sub.html.ini @@ -0,0 +1,5 @@ +[crossOrigin.sub.html] + [Actions in cross-origin iframe] + bug: + if fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1674025 + diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/elementTiming.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/elementTiming.html.ini new file mode 100644 index 0000000000..05206e1634 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/elementTiming.html.ini @@ -0,0 +1,7 @@ +[elementTiming.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [TestDriver actions: element timing] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1627365 + expected: + if os == "android": FAIL diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/eventOrder.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/eventOrder.html.ini new file mode 100644 index 0000000000..3dc9d42097 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/eventOrder.html.ini @@ -0,0 +1,3 @@ +[eventOrder.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/iframe.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/iframe.html.ini new file mode 100644 index 0000000000..5b5d2d5907 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/iframe.html.ini @@ -0,0 +1,3 @@ +[iframe.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini new file mode 100644 index 0000000000..5631aeed83 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini @@ -0,0 +1,5 @@ +[mouseClickCount.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [TestDriver actions: test the mouse click counts at different cases] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/multiDevice.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/multiDevice.html.ini new file mode 100644 index 0000000000..cd3eb22d18 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/multiDevice.html.ini @@ -0,0 +1,3 @@ +[multiDevice.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini new file mode 100644 index 0000000000..211fc0b161 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini @@ -0,0 +1,3 @@ +[multiTouchPoints.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini new file mode 100644 index 0000000000..a4d3fbb63e --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsReleaseFirstPoint.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini new file mode 100644 index 0000000000..5d0f4a4955 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsReleaseSecondPoint.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini new file mode 100644 index 0000000000..324cde9064 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsSimultaneousMove.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini new file mode 100644 index 0000000000..b1b82468e8 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsTwoTouchStarts.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini new file mode 100644 index 0000000000..7476e877b0 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsWithPause.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/pause.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/pause.html.ini new file mode 100644 index 0000000000..fdbb1974b7 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/pause.html.ini @@ -0,0 +1,3 @@ +[pause.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini new file mode 100644 index 0000000000..34bb27c00d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini @@ -0,0 +1,4 @@ +[penPointerEventProperties.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR diff --git a/testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini b/testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini new file mode 100644 index 0000000000..7ba7dcecc9 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini @@ -0,0 +1,2 @@ +[penPointerEvents.html] + expected: ERROR diff --git a/testing/web-platform/meta/infrastructure/testdriver/click.html.ini b/testing/web-platform/meta/infrastructure/testdriver/click.html.ini new file mode 100644 index 0000000000..75e5295fbb --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/click.html.ini @@ -0,0 +1,3 @@ +[click.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/click_iframe.html.ini b/testing/web-platform/meta/infrastructure/testdriver/click_iframe.html.ini new file mode 100644 index 0000000000..286b426f9b --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/click_iframe.html.ini @@ -0,0 +1,3 @@ +[click_iframe.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini b/testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini new file mode 100644 index 0000000000..31aafbc863 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/click_iframe_crossorigin.sub.html.ini @@ -0,0 +1,7 @@ +[click_iframe_crossorigin.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [TestDriver click on a document in an iframe] + expected: + if (os == "linux") and debug and fission and not swgl: [PASS, FAIL] + if (os == "linux") and debug and fission and swgl: [PASS, FAIL] diff --git a/testing/web-platform/meta/infrastructure/testdriver/click_nested.html.ini b/testing/web-platform/meta/infrastructure/testdriver/click_nested.html.ini new file mode 100644 index 0000000000..168f42951b --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/click_nested.html.ini @@ -0,0 +1,3 @@ +[click_nested.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/click_nested_crossorigin.sub.html.ini b/testing/web-platform/meta/infrastructure/testdriver/click_nested_crossorigin.sub.html.ini new file mode 100644 index 0000000000..aaac1e94db --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/click_nested_crossorigin.sub.html.ini @@ -0,0 +1,3 @@ +[click_nested_crossorigin.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/click_window.html.ini b/testing/web-platform/meta/infrastructure/testdriver/click_window.html.ini new file mode 100644 index 0000000000..43c5dfa5ef --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/click_window.html.ini @@ -0,0 +1,3 @@ +[click_window.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/infrastructure/testdriver/delete_all_cookies.html.ini b/testing/web-platform/meta/infrastructure/testdriver/delete_all_cookies.html.ini new file mode 100644 index 0000000000..c366b9d2cc --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/delete_all_cookies.html.ini @@ -0,0 +1,3 @@ +[delete_all_cookies.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/file_upload.sub.html.ini b/testing/web-platform/meta/infrastructure/testdriver/file_upload.sub.html.ini new file mode 100644 index 0000000000..e73cdf34d4 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/file_upload.sub.html.ini @@ -0,0 +1,4 @@ +[file_upload.sub.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + if (os == "android") and not fission: ERROR diff --git a/testing/web-platform/meta/infrastructure/testdriver/generate_test_report.html.ini b/testing/web-platform/meta/infrastructure/testdriver/generate_test_report.html.ini new file mode 100644 index 0000000000..252799b9dd --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/generate_test_report.html.ini @@ -0,0 +1,4 @@ +[generate_test_report.html] + [TestDriver generate_test_report method] + expected: FAIL + diff --git a/testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini b/testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini new file mode 100644 index 0000000000..29626b1a03 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini @@ -0,0 +1,3 @@ +[get_named_cookie.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini b/testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini new file mode 100644 index 0000000000..f98c169229 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini @@ -0,0 +1,3 @@ +[get_named_cookie.sub.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/send_keys.html.ini b/testing/web-platform/meta/infrastructure/testdriver/send_keys.html.ini new file mode 100644 index 0000000000..875e0570a7 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/send_keys.html.ini @@ -0,0 +1,3 @@ +[send_keys.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/infrastructure/testdriver/set_permission.https.html.ini b/testing/web-platform/meta/infrastructure/testdriver/set_permission.https.html.ini new file mode 100644 index 0000000000..6fe117154a --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/set_permission.https.html.ini @@ -0,0 +1,8 @@ +[set_permission.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Grant Permission] + expected: FAIL + + [Deny Permission] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/testdriver/virtual_authenticator.html.ini b/testing/web-platform/meta/infrastructure/testdriver/virtual_authenticator.html.ini new file mode 100644 index 0000000000..224db058ad --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testdriver/virtual_authenticator.html.ini @@ -0,0 +1,23 @@ +[virtual_authenticator.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Can remove a credential] + expected: FAIL + + [Can set user verified] + expected: FAIL + + [Can add a credential] + expected: FAIL + + [Can remove a virtual authenticator] + expected: FAIL + + [Can get the credentials] + expected: FAIL + + [Can create an authenticator] + expected: FAIL + + [Can remove all credentials] + expected: FAIL diff --git a/testing/web-platform/meta/infrastructure/testharness/lone-surrogates.html.ini b/testing/web-platform/meta/infrastructure/testharness/lone-surrogates.html.ini new file mode 100644 index 0000000000..6505d896a9 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/testharness/lone-surrogates.html.ini @@ -0,0 +1,7 @@ +[lone-surrogates.html] + [failing test with lone surrogate in assert] + expected: FAIL + + [failing test with lone surrogate U+d800 in name] + expected: FAIL + diff --git a/testing/web-platform/meta/infrastructure/webdriver/tests/__dir__.ini b/testing/web-platform/meta/infrastructure/webdriver/tests/__dir__.ini new file mode 100644 index 0000000000..519ca58785 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/webdriver/tests/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [InitializeStaticHeaders] +leak-threshold: [default:2764800] diff --git a/testing/web-platform/meta/infrastructure/webdriver/tests/test_load_file.py.ini b/testing/web-platform/meta/infrastructure/webdriver/tests/test_load_file.py.ini new file mode 100644 index 0000000000..b5ccc97e85 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/webdriver/tests/test_load_file.py.ini @@ -0,0 +1,4 @@ +[test_load_file.py] + expected: + if (processor == "x86_64") and (os == "mac") and not debug: [OK, TIMEOUT] + if (processor == "x86") and not debug: [OK, TIMEOUT] -- cgit v1.2.3