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

Unified Diff: masters/master.chromium.mac/master_mac_cfg.py

Issue 57843006: Run google_apis_unittests on mac master. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 7 years, 1 month 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
Index: masters/master.chromium.mac/master_mac_cfg.py
diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py
index 1f125fdd87dd9bc4c52250e33615e2bcb45c7b16..d0ab62fe4a12a1355da31c6885f7adacf35ceed7 100644
--- a/masters/master.chromium.mac/master_mac_cfg.py
+++ b/masters/master.chromium.mac/master_mac_cfg.py
@@ -30,13 +30,14 @@ sharded_tests = [
'browser_tests',
'cacheinvalidation_unittests',
'cc_unittests',
- 'chromedriver_tests',
'chromedriver2_unittests',
ghost stip (do not use) 2013/11/05 21:37:35 why the switch? it should be below chromedriver_te
tfarina 2013/11/05 23:57:52 it was vim sort, I have LANG=C in my .bashrc. Must
+ 'chromedriver_tests',
'components_unittests',
'content_browsertests',
'content_unittests',
'crypto_unittests',
'device_unittests',
+ 'google_apis_unittests',
'gpu_unittests',
'jingle_unittests',
'media_unittests',
@@ -125,6 +126,7 @@ F('rel_unit_2', mac_tester().ChromiumFactory(
build_url=rel_archive,
tests=[
'browser_tests',
+ 'google_apis_unittests',
ghost stip (do not use) 2013/11/05 21:37:35 alphabetical
tfarina 2013/11/05 23:57:52 Done.
'components_unittests',
'unit',
],
@@ -271,6 +273,7 @@ F('dbg_unit_4', mac_tester().ChromiumFactory(
tests=[
'browser_tests',
'components_unittests',
+ 'google_apis_unittests',
'unit',
'message_center_unittests',
],

Powered by Google App Engine
This is Rietveld 408576698