diff options
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini')
-rw-r--r-- | toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini | 64 |
1 files changed, 6 insertions, 58 deletions
diff --git a/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini b/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini index 1e86e5861..2a12f147a 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini +++ b/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini @@ -1,14 +1,10 @@ # The file is shared between the two main xpcshell manifest files. [DEFAULT] -skip-if = toolkit == 'android' -tags = addons +skip-if = toolkit == 'android' || toolkit == 'gonk' [test_AddonRepository.js] -[test_reload.js] # Bug 676992: test consistently hangs on Android -# There's a problem removing a temp file without manually clearing the cache on Windows -skip-if = os == "android" || os == "win" -tags = webextensions +skip-if = os == "android" [test_AddonRepository_cache.js] # Bug 676992: test consistently hangs on Android # Bug 1026805: frequent hangs on OSX 10.8 @@ -116,7 +112,7 @@ skip-if = os == "android" skip-if = os == "android" [test_bug514327_2.js] # Bug 676992: test consistently hangs on Android -skip-if = os == "android" +skip-if = buildapp == "mulet" || os == "android" [test_bug514327_3.js] # Bug 676992: test consistently hangs on Android skip-if = os == "android" @@ -140,6 +136,7 @@ fail-if = os == "android" [test_bug594058.js] [test_bug595081.js] [test_bug595573.js] +[test_bug596343.js] [test_bug596607.js] [test_bug616841.js] # Bug 676992: test consistently fails on Android @@ -195,12 +192,8 @@ skip-if = os == "android" [test_gfxBlacklist_OSVersion_mismatch_OSVersion.js] [test_gfxBlacklist_OSVersion_mismatch_DriverVersion.js] [test_gfxBlacklist_Vendor.js] -[test_gfxBlacklist_Version.js] [test_gfxBlacklist_prefs.js] -# Bug 1248787 - consistently fails -skip-if = true [test_hasbinarycomponents.js] -[test_hotfix.js] [test_install.js] [test_install_icons.js] # Bug 676992: test consistently hangs on Android @@ -233,31 +226,16 @@ requesttimeoutfactor = 2 [test_permissions.js] [test_permissions_prefs.js] [test_plugins.js] +skip-if = buildapp == "mulet" [test_pluginchange.js] # PluginProvider.jsm is not shipped on Android skip-if = os == "android" [test_pluginBlocklistCtp.js] # Bug 676992: test consistently fails on Android -fail-if = os == "android" +fail-if = buildapp == "mulet" || os == "android" [test_pref_properties.js] [test_registry.js] [test_safemode.js] -[test_signed_updatepref.js] -run-if = addon_signing -skip-if = require_signing -[test_signed_verify.js] -run-if = addon_signing -[test_signed_inject.js] -run-if = addon_signing -[test_signed_install.js] -run-if = addon_signing -run-sequentially = Uses hardcoded ports in xpi files. -[test_signed_long.js] -run-if = addon_signing -[test_signed_migrate.js] -run-if = addon_signing -[test_signed_multi.js] -run-if = addon_signing [test_startup.js] # Bug 676992: test consistently fails on Android fail-if = os == "android" @@ -274,8 +252,6 @@ fail-if = os == "android" [test_update.js] # Bug 676992: test consistently hangs on Android skip-if = os == "android" -[test_update_webextensions.js] -tags = webextensions [test_updateCancel.js] [test_update_strictcompat.js] # Bug 676992: test consistently hangs on Android @@ -287,9 +263,6 @@ skip-if = os == "android" # Bug 676992: test consistently hangs on Android skip-if = os == "android" run-sequentially = Uses hardcoded ports in xpi files. -[test_json_updatecheck.js] -[test_seen.js] -[test_seen_newprofile.js] [test_updateid.js] # Bug 676992: test consistently hangs on Android skip-if = os == "android" @@ -306,29 +279,4 @@ run-sequentially = Uses global XCurProcD dir. [test_overrideblocklist.js] run-sequentially = Uses global XCurProcD dir. [test_sourceURI.js] -[test_webextension_icons.js] -skip-if = appname == "thunderbird" -tags = webextensions -[test_webextension.js] -skip-if = appname == "thunderbird" -tags = webextensions -[test_webextension_install.js] -skip-if = appname == "thunderbird" -tags = webextensions -[test_webextension_embedded.js] -skip-if = appname == "thunderbird" -tags = webextensions [test_bootstrap_globals.js] -[test_bug1180901_2.js] -skip-if = os != "win" -[test_bug1180901.js] -skip-if = os != "win" -[test_e10s_restartless.js] -[test_switch_os.js] -# Bug 1246231 -skip-if = os == "mac" && debug -[test_softblocked.js] -[test_ext_management.js] -skip-if = appname == "thunderbird" -tags = webextensions - |