diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-10 02:51:36 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-10 02:51:36 -0500 |
commit | 37d5300335d81cecbecc99812747a657588c63eb (patch) | |
tree | 765efa3b6a56bb715d9813a8697473e120436278 /toolkit/mozapps/webextensions/test/xpcshell/xpcshell.ini | |
parent | b2bdac20c02b12f2057b9ef70b0a946113a00e00 (diff) | |
parent | 4fb11cd5966461bccc3ed1599b808237be6b0de9 (diff) | |
download | UXP-37d5300335d81cecbecc99812747a657588c63eb.tar UXP-37d5300335d81cecbecc99812747a657588c63eb.tar.gz UXP-37d5300335d81cecbecc99812747a657588c63eb.tar.lz UXP-37d5300335d81cecbecc99812747a657588c63eb.tar.xz UXP-37d5300335d81cecbecc99812747a657588c63eb.zip |
Merge branch 'ext-work'
Diffstat (limited to 'toolkit/mozapps/webextensions/test/xpcshell/xpcshell.ini')
-rw-r--r-- | toolkit/mozapps/webextensions/test/xpcshell/xpcshell.ini | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/toolkit/mozapps/webextensions/test/xpcshell/xpcshell.ini b/toolkit/mozapps/webextensions/test/xpcshell/xpcshell.ini new file mode 100644 index 000000000..2b95eb158 --- /dev/null +++ b/toolkit/mozapps/webextensions/test/xpcshell/xpcshell.ini @@ -0,0 +1,50 @@ +[DEFAULT] +skip-if = toolkit == 'android' +tags = addons +head = head_addons.js +tail = +firefox-appdir = browser +dupe-manifest = +support-files = + data/** + xpcshell-shared.ini + +[test_addon_path_service.js] +[test_asyncBlocklistLoad.js] +[test_blocklist_gfx.js] +[test_cache_certdb.js] +run-if = addon_signing +[test_cacheflush.js] +[test_DeferredSave.js] +[test_gmpProvider.js] +skip-if = appname != "firefox" +[test_hotfix_cert.js] +[test_isReady.js] +[test_metadata_update.js] +[test_pluginInfoURL.js] +[test_provider_markSafe.js] +[test_provider_shutdown.js] +[test_provider_unsafe_access_shutdown.js] +[test_provider_unsafe_access_startup.js] +[test_ProductAddonChecker.js] +[test_shutdown.js] +[test_system_update.js] +[test_system_reset.js] +[test_XPIcancel.js] +[test_XPIStates.js] +[test_temporary.js] +tags = webextensions +[test_install_from_sources.js] +[test_proxies.js] +[test_proxy.js] +[test_pass_symbol.js] +[test_delay_update.js] +[test_nodisable_hidden.js] +[test_delay_update_webextension.js] +skip-if = appname == "thunderbird" +tags = webextensions +[test_dependencies.js] +[test_schema_change.js] +[test_system_delay_update.js] + +[include:xpcshell-shared.ini] |