diff options
Diffstat (limited to 'toolkit/components/extensions/test/xpcshell/xpcshell-content.ini')
-rw-r--r-- | toolkit/components/extensions/test/xpcshell/xpcshell-content.ini | 22 |
1 files changed, 22 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..0950f7a9d3 --- /dev/null +++ b/toolkit/components/extensions/test/xpcshell/xpcshell-content.ini @@ -0,0 +1,22 @@ +[DEFAULT] +prefs = + javascript.options.experimental.private_fields=true + +[test_ext_i18n.js] +skip-if = os == "android" || (os == "win" && debug) || (os == "linux") +[test_ext_i18n_css.js] +[test_ext_contentscript.js] +[test_ext_contentscript_about_blank_start.js] +[test_ext_contentscript_canvas_tainting.js] +[test_ext_contentscript_scriptCreated.js] +[test_ext_contentscript_triggeringPrincipal.js] +skip-if = os == "android" || (os == "win" && debug) || tsan || socketprocess_networking # Windows: Bug 1438796, tsan: bug 1612707, Android: Bug 1680132 +[test_ext_contentscript_xrays.js] +[test_ext_contentScripts_register.js] +[test_ext_contexts_gc.js] +[test_ext_adoption_with_xrays.js] +[test_ext_adoption_with_private_field_xrays.js] +skip-if = !nightly_build +[test_ext_shadowdom.js] +skip-if = ccov && os == 'linux' # bug 1607581 +[test_ext_web_accessible_resources.js] |