mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1162003 - Enable run-by-dir mode for mochitest_chrome on Fx desktop opt builds. r=jmaher
This commit is contained in:
parent
3e9ab04fd5
commit
d64ac7ea6b
@ -80,6 +80,7 @@ skip-if = os == 'linux' || os == 'mac' # Bug 1026815
|
||||
[test_bug690056.xul]
|
||||
[test_bug789773.xul]
|
||||
[test_bug846906.xul]
|
||||
skip-if = os == 'linux' && asan # Bug 1207161
|
||||
[test_bug89419.xul]
|
||||
[test_bug909218.html]
|
||||
[test_bug92598.xul]
|
||||
|
@ -7,5 +7,6 @@ support-files =
|
||||
[test_app_uninstall.html]
|
||||
[test_clear_browser_data.html]
|
||||
[test_localStorageBasePrivateBrowsing_perwindowpb.html]
|
||||
skip-if = true # bug 1156725
|
||||
[test_localStorageFromChrome.xhtml]
|
||||
[test_localStorageQuotaPrivateBrowsing_perwindowpb.html]
|
||||
|
@ -2530,6 +2530,9 @@ def run_test_harness(options):
|
||||
if runner.getTestFlavor(options) == 'browser-chrome':
|
||||
options.runByDir = True
|
||||
|
||||
if runner.getTestFlavor(options) == 'chrome' and (not mozinfo.info['debug']):
|
||||
options.runByDir = True
|
||||
|
||||
if mozinfo.info.get('buildapp') == 'mulet':
|
||||
options.runByDir = False
|
||||
|
||||
|
@ -8,6 +8,7 @@ support-files =
|
||||
[test_lookup_system_principal.html]
|
||||
[test_classified_annotations.html]
|
||||
tags = trackingprotection
|
||||
skip-if = os == 'linux' && asan # Bug 1202548
|
||||
[test_allowlisted_annotations.html]
|
||||
tags = trackingprotection
|
||||
[test_privatebrowsing_trackingprotection.html]
|
||||
|
@ -106,6 +106,7 @@ skip-if = buildapp == 'mulet'
|
||||
[test_keys.xul]
|
||||
[test_labelcontrol.xul]
|
||||
[test_largemenu.xul]
|
||||
skip-if = os == 'linux' && !debug #Bug 1207174
|
||||
[test_menu.xul]
|
||||
[test_menu_anchored.xul]
|
||||
[test_menu_hide.xul]
|
||||
@ -128,7 +129,9 @@ skip-if = buildapp == 'mulet'
|
||||
skip-if = buildapp == 'mulet'
|
||||
[test_popup_anchor.xul]
|
||||
[test_popup_anchoratrect.xul]
|
||||
skip-if = os == 'linux' && !debug # 1167694
|
||||
[test_popup_attribute.xul]
|
||||
skip-if = os == 'linux' && asan #Bug 1131634
|
||||
[test_popup_button.xul]
|
||||
[test_popup_coords.xul]
|
||||
[test_popup_keys.xul]
|
||||
|
@ -53,7 +53,8 @@ skip-if = toolkit != "cocoa"
|
||||
skip-if = toolkit != "cocoa"
|
||||
support-files = window_bug522217.xul
|
||||
[test_platform_colors.xul]
|
||||
skip-if = toolkit != "cocoa"
|
||||
#skip-if = toolkit != "cocoa"
|
||||
skip-if = true # Bug 1207190
|
||||
[test_standalone_native_menu.xul]
|
||||
skip-if = toolkit != "cocoa"
|
||||
support-files = standalone_native_menu_window.xul
|
||||
|
Loading…
Reference in New Issue
Block a user