Files
tubestation/toolkit/components/extensions/test/xpcshell/xpcshell.ini
Kris Maglione 995be65c12 Bug 1447517: Stop running Windows WebExtensions tests in non-OOP mode. r=mixedpuppy DONTBUILD
Now that WebExtensions run OOP in Windows by default, and we have no intention
of going back, there's no need to run an extra set of in-process tests for
them.

MozReview-Commit-ID: t8ryuuNFHe
2018-03-20 17:32:47 -07:00

59 lines
1.8 KiB
INI

[DEFAULT]
head = head.js head_telemetry.js
firefox-appdir = browser
skip-if = appname == "thunderbird"
dupe-manifest =
support-files =
data/**
head_sync.js
xpcshell-content.ini
tags = webextensions in-process-webextensions
# This file contains tests which are not affected by multi-process
# configuration, or do not support out-of-process content or extensions
# for one reason or another.
#
# Tests which are affected by remote content or remote extensions should
# go in one of:
#
# - xpcshell-common.ini
# For tests which should run in all configurations.
# - xpcshell-remote.ini
# For tests which should only run with both remote extensions and remote content.
# - xpcshell-content.ini
# For tests which rely on content pages, and should run in all configurations.
# - xpcshell-e10s.ini
# For tests which rely on conetn pages, and should only run with remote content
# but in-process extensions.
[test_MatchPattern.js]
[test_WebExtensionContentScript.js]
[test_WebExtensionPolicy.js]
[test_csp_custom_policies.js]
[test_csp_validator.js]
[test_ext_contexts.js]
[test_ext_json_parser.js]
[test_ext_manifest_content_security_policy.js]
[test_ext_manifest_incognito.js]
[test_ext_manifest_minimum_chrome_version.js]
[test_ext_manifest_minimum_opera_version.js]
[test_ext_manifest_themes.js]
[test_ext_schemas.js]
[test_ext_schemas_roots.js]
[test_ext_schemas_async.js]
[test_ext_schemas_allowed_contexts.js]
[test_ext_schemas_interactive.js]
[test_ext_schemas_privileged.js]
[test_ext_schemas_revoke.js]
[test_ext_unknown_permissions.js]
[test_locale_converter.js]
[test_locale_data.js]
[test_ext_runtime_sendMessage_args.js]
[include:xpcshell-common.ini]
skip-if = os == 'win' # Windows extensions always run OOP
[include:xpcshell-content.ini]
skip-if = os == 'win' # Windows extensions always run OOP