diff options
Diffstat (limited to 'testing/web-platform/meta/infrastructure')
82 files changed, 377 insertions, 0 deletions
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..79eb1cb9f5 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/reftest/__dir__.ini @@ -0,0 +1,2 @@ +leak-threshold: [default:51200] +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] 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..bbdcef0e3e --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/__dir__.ini @@ -0,0 +1,2 @@ +lsan-disabled: true +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..991c4b8c17 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/context.any.js.ini @@ -0,0 +1,26 @@ +[context.any.sharedworker-module.html] + expected: TIMEOUT + +[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] + expected: TIMEOUT + +[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..30cfb8576b --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/webtransport-h3.https.sub.any.js.ini @@ -0,0 +1,26 @@ +[webtransport-h3.https.sub.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebTransport server should be running and should handle a bidirectional stream] + expected: FAIL + + +[webtransport-h3.https.sub.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebTransport server should be running and should handle a bidirectional stream] + expected: FAIL + + +[webtransport-h3.https.sub.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebTransport server should be running and should handle a bidirectional stream] + expected: FAIL + + +[webtransport-h3.https.sub.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebTransport server should be running and should handle a bidirectional stream] + expected: FAIL 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..32cf0ec95d --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/wpt-server-http.sub.html.ini @@ -0,0 +1,3 @@ +[wpt-server-http.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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..717947e75a --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/wpt-server-websocket.sub.html.ini @@ -0,0 +1,3 @@ +[wpt-server-websocket.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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..7fd8b4461c --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/wpt-server-wpt-flags.sub.html.ini @@ -0,0 +1,11 @@ +[wpt-server-wpt-flags.sub.html?wpt_flags=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[wpt-server-wpt-flags.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[wpt-server-wpt-flags.sub.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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..b7875e21b1 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/webdriver/tests/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [mozilla::net::AddStaticElement] +leak-threshold: [default:2764800] |