Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: masters/master.tryserver.chromium/master.cfg

Issue 27296002: Add app_list_unittests as a test step and tree closer on mac, win, and linux_aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/build/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.chromium.win/master_win_cfg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
===================================================================
--- masters/master.tryserver.chromium/master.cfg (revision 228622)
+++ masters/master.tryserver.chromium/master.cfg (working copy)
@@ -175,20 +175,13 @@
factory_properties = (factory_properties or {}).copy()
run_default_swarm_tests = run_default_swarm_tests or []
- # Make app_list_unittests an opt-in target for initial verification on non-
- # ChromeOS platforms. TODO(tapted): Remove this when verified.
- if platform in ('win32', 'win64', 'mac'):
- platform_optional_tests = ['app_list_unittests']
- else:
- platform_optional_tests = []
-
factory_properties.setdefault('non_default', [
'check_licenses',
'chromedriver_tests',
'courgette_unittests',
'sync_integration_tests',
'url_unittests',
- ] + platform_optional_tests)
+ ])
factory_properties.setdefault('gclient_env', {})
factory_properties['gclient_env'].setdefault('GYP_DEFINES', '')
@@ -403,6 +396,7 @@
slavebuilddir='linux_aura')
linux_aura_tests = [
+ 'app_list_unittests_br',
'aura_br',
'base_unittests_br',
'browser_tests_br',
@@ -432,6 +426,7 @@
]
linux_aura_options = [
+ 'app_list_unittests',
'aura_builder',
'base_unittests',
'browser_tests',
« no previous file with comments | « masters/master.chromium.win/master_win_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698