diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /toolkit/components/extensions/test/xpcshell/xpcshell-content.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/extensions/test/xpcshell/xpcshell-content.ini')
-rw-r--r-- | toolkit/components/extensions/test/xpcshell/xpcshell-content.ini | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini b/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini new file mode 100644 index 0000000000..54074f4608 --- /dev/null +++ b/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini @@ -0,0 +1,70 @@ +[test_ext_i18n.js] +skip-if = (os == "win" && debug) || (os == "linux") +[test_ext_i18n_css.js] +skip-if = + os == "mac" && debug && fission # Bug 1762638 + (socketprocess_networking || fission) && (os == "linux" && debug) # Bug 1759035 +run-sequentially = very high failure rate in parallel +[test_ext_contentscript.js] +skip-if = + socketprocess_networking # Bug 1759035 +run-sequentially = very high failure rate in parallel +[test_ext_contentscript_errors.js] +skip-if = + socketprocess_networking # Bug 1759035 + os == "win" && os_version == "6.1" # Skip on Azure - frequent failure +run-sequentially = very high failure rate in parallel +[test_ext_contentscript_about_blank_start.js] +[test_ext_contentscript_canvas_tainting.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +run-sequentially = very high failure rate in parallel + +[test_ext_contentscript_permissions_change.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 + os == "linux" && tsan && fission # bug 1762638 +[test_ext_contentscript_permissions_fetch.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +[test_ext_contentscript_scriptCreated.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +[test_ext_contentscript_triggeringPrincipal.js] +skip-if = + os == "android" # Bug 1680132 + (os == "win" && debug) # Bug 1438796 + tsan # Bug 1612707 + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 + os == "linux" && fission && debug # Bug 1762638 +[test_ext_contentscript_xrays.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +run-sequentially = very high failure rate in parallel +[test_ext_contentScripts_register.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 + fission # Bug 1762638 +[test_ext_contexts_gc.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +run-sequentially = very high failure rate in parallel +[test_ext_adoption_with_xrays.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +[test_ext_adoption_with_private_field_xrays.js] +skip-if = !nightly_build + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +run-sequentially = very high failure rate in parallel +[test_ext_shadowdom.js] +skip-if = ccov && os == 'linux' # bug 1607581 + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +[test_ext_web_accessible_resources.js] +skip-if = + apple_silicon # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 + sessionHistoryInParent # Bug 1762638 +[test_ext_web_accessible_resources_matches.js] +skip-if = + os == "linux" && socketprocess_networking && !fission && debug # Bug 1759035 +run-sequentially = very high failure rate in parallel |