зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1296888: Add "webextensions" tag to WebExtension tests. r=aswan
MozReview-Commit-ID: 3QYXtpdznrP --HG-- extra : rebase_source : 4aacd77cd2569b9ffc3916a5db3f41dd26bc7b70
This commit is contained in:
Родитель
aa2f7387d8
Коммит
2c634c4cb0
|
@ -15,6 +15,7 @@ support-files =
|
||||||
file_dummy.html
|
file_dummy.html
|
||||||
searchSuggestionEngine.xml
|
searchSuggestionEngine.xml
|
||||||
searchSuggestionEngine.sjs
|
searchSuggestionEngine.sjs
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
|
|
||||||
[browser_ext_browserAction_context.js]
|
[browser_ext_browserAction_context.js]
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
head = head.js
|
head = head.js
|
||||||
tail =
|
tail =
|
||||||
firefox-appdir = browser
|
firefox-appdir = browser
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
[test_ext_bookmarks.js]
|
[test_ext_bookmarks.js]
|
||||||
[test_ext_history.js]
|
[test_ext_history.js]
|
||||||
|
|
|
@ -17,9 +17,13 @@ support-files =
|
||||||
|
|
||||||
[browser_addons_debug_bootstrapped.js]
|
[browser_addons_debug_bootstrapped.js]
|
||||||
[browser_addons_debug_webextension.js]
|
[browser_addons_debug_webextension.js]
|
||||||
|
tags = webextensions
|
||||||
[browser_addons_debug_webextension_inspector.js]
|
[browser_addons_debug_webextension_inspector.js]
|
||||||
|
tags = webextensions
|
||||||
[browser_addons_debug_webextension_nobg.js]
|
[browser_addons_debug_webextension_nobg.js]
|
||||||
|
tags = webextensions
|
||||||
[browser_addons_debug_webextension_popup.js]
|
[browser_addons_debug_webextension_popup.js]
|
||||||
|
tags = webextensions
|
||||||
[browser_addons_debugging_initial_state.js]
|
[browser_addons_debugging_initial_state.js]
|
||||||
[browser_addons_install.js]
|
[browser_addons_install.js]
|
||||||
[browser_addons_reload.js]
|
[browser_addons_reload.js]
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
support-files =
|
support-files =
|
||||||
head.js
|
head.js
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
[test_ext_pageAction.html]
|
[test_ext_pageAction.html]
|
||||||
[test_ext_pageAction_popup.html]
|
[test_ext_pageAction_popup.html]
|
|
@ -3,6 +3,7 @@ support-files =
|
||||||
chrome_head.js
|
chrome_head.js
|
||||||
head.js
|
head.js
|
||||||
file_sample.html
|
file_sample.html
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
[test_chrome_ext_background_debug_global.html]
|
[test_chrome_ext_background_debug_global.html]
|
||||||
skip-if = (os == 'android') # android doesn't have devtools
|
skip-if = (os == 'android') # android doesn't have devtools
|
||||||
|
|
|
@ -35,6 +35,7 @@ support-files =
|
||||||
file_ext_test_api_injection.js
|
file_ext_test_api_injection.js
|
||||||
file_permission_xhr.html
|
file_permission_xhr.html
|
||||||
file_teardown_test.js
|
file_teardown_test.js
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
[test_clipboard.html]
|
[test_clipboard.html]
|
||||||
# skip-if = # disabled test case with_permission_allow_copy, see inline comment.
|
# skip-if = # disabled test case with_permission_allow_copy, see inline comment.
|
||||||
|
|
|
@ -6,6 +6,7 @@ skip-if = toolkit == 'gonk' || appname == "thunderbird" || os == "android"
|
||||||
subprocess = true
|
subprocess = true
|
||||||
support-files =
|
support-files =
|
||||||
data/**
|
data/**
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
[test_ext_native_messaging.js]
|
[test_ext_native_messaging.js]
|
||||||
[test_ext_native_messaging_perf.js]
|
[test_ext_native_messaging_perf.js]
|
||||||
|
|
|
@ -5,6 +5,7 @@ firefox-appdir = browser
|
||||||
skip-if = toolkit == 'gonk' || appname == "thunderbird"
|
skip-if = toolkit == 'gonk' || appname == "thunderbird"
|
||||||
support-files =
|
support-files =
|
||||||
data/**
|
data/**
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
[test_csp_custom_policies.js]
|
[test_csp_custom_policies.js]
|
||||||
[test_csp_validator.js]
|
[test_csp_validator.js]
|
||||||
|
|
|
@ -63,3 +63,4 @@ skip-if = buildapp == 'mulet'
|
||||||
[browser_CTP_plugins.js]
|
[browser_CTP_plugins.js]
|
||||||
skip-if = buildapp == 'mulet'
|
skip-if = buildapp == 'mulet'
|
||||||
[browser_webext_options.js]
|
[browser_webext_options.js]
|
||||||
|
tags = webextensions
|
||||||
|
|
|
@ -7,6 +7,7 @@ tags = addons
|
||||||
[test_reload.js]
|
[test_reload.js]
|
||||||
# Bug 676992: test consistently hangs on Android
|
# Bug 676992: test consistently hangs on Android
|
||||||
skip-if = os == "android"
|
skip-if = os == "android"
|
||||||
|
tags = webextensions
|
||||||
[test_AddonRepository_cache.js]
|
[test_AddonRepository_cache.js]
|
||||||
# Bug 676992: test consistently hangs on Android
|
# Bug 676992: test consistently hangs on Android
|
||||||
# Bug 1026805: frequent hangs on OSX 10.8
|
# Bug 1026805: frequent hangs on OSX 10.8
|
||||||
|
@ -273,6 +274,7 @@ fail-if = os == "android"
|
||||||
# Bug 676992: test consistently hangs on Android
|
# Bug 676992: test consistently hangs on Android
|
||||||
skip-if = os == "android"
|
skip-if = os == "android"
|
||||||
[test_update_webextensions.js]
|
[test_update_webextensions.js]
|
||||||
|
tags = webextensions
|
||||||
[test_updateCancel.js]
|
[test_updateCancel.js]
|
||||||
[test_update_strictcompat.js]
|
[test_update_strictcompat.js]
|
||||||
# Bug 676992: test consistently hangs on Android
|
# Bug 676992: test consistently hangs on Android
|
||||||
|
@ -305,10 +307,13 @@ run-sequentially = Uses global XCurProcD dir.
|
||||||
[test_sourceURI.js]
|
[test_sourceURI.js]
|
||||||
[test_webextension_icons.js]
|
[test_webextension_icons.js]
|
||||||
skip-if = appname == "thunderbird"
|
skip-if = appname == "thunderbird"
|
||||||
|
tags = webextensions
|
||||||
[test_webextension.js]
|
[test_webextension.js]
|
||||||
skip-if = appname == "thunderbird"
|
skip-if = appname == "thunderbird"
|
||||||
|
tags = webextensions
|
||||||
[test_webextension_install.js]
|
[test_webextension_install.js]
|
||||||
skip-if = appname == "thunderbird"
|
skip-if = appname == "thunderbird"
|
||||||
|
tags = webextensions
|
||||||
[test_bootstrap_globals.js]
|
[test_bootstrap_globals.js]
|
||||||
[test_bug1180901_2.js]
|
[test_bug1180901_2.js]
|
||||||
skip-if = os != "win"
|
skip-if = os != "win"
|
||||||
|
@ -320,4 +325,5 @@ skip-if = os != "win"
|
||||||
skip-if = os == "mac" && debug
|
skip-if = os == "mac" && debug
|
||||||
[test_softblocked.js]
|
[test_softblocked.js]
|
||||||
[test_ext_management.js]
|
[test_ext_management.js]
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,6 @@ dupe-manifest =
|
||||||
tags = addons
|
tags = addons
|
||||||
|
|
||||||
[test_webextension_paths.js]
|
[test_webextension_paths.js]
|
||||||
|
tags = webextensions
|
||||||
|
|
||||||
[include:xpcshell-shared.ini]
|
[include:xpcshell-shared.ini]
|
||||||
|
|
|
@ -33,6 +33,7 @@ skip-if = appname != "firefox"
|
||||||
[test_XPIcancel.js]
|
[test_XPIcancel.js]
|
||||||
[test_XPIStates.js]
|
[test_XPIStates.js]
|
||||||
[test_temporary.js]
|
[test_temporary.js]
|
||||||
|
tags = webextensions
|
||||||
[test_proxies.js]
|
[test_proxies.js]
|
||||||
[test_proxy.js]
|
[test_proxy.js]
|
||||||
[test_pass_symbol.js]
|
[test_pass_symbol.js]
|
||||||
|
@ -40,6 +41,7 @@ skip-if = appname != "firefox"
|
||||||
[test_nodisable_hidden.js]
|
[test_nodisable_hidden.js]
|
||||||
[test_delay_update_webextension.js]
|
[test_delay_update_webextension.js]
|
||||||
skip-if = appname == "thunderbird"
|
skip-if = appname == "thunderbird"
|
||||||
|
tags = webextensions
|
||||||
[test_dependencies.js]
|
[test_dependencies.js]
|
||||||
|
|
||||||
[include:xpcshell-shared.ini]
|
[include:xpcshell-shared.ini]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче