Chromium Code Reviews| 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', |
| ], |