Chromium Code Reviews| Index: masters/master.tryserver.chromium/master.cfg |
| =================================================================== |
| --- masters/master.tryserver.chromium/master.cfg (revision 233623) |
| +++ masters/master.tryserver.chromium/master.cfg (working copy) |
| @@ -679,6 +679,8 @@ |
| win_targets = common_targets[:] |
| win_tests = [ |
| 'app_list_unittests_br', |
| + 'ash_unittests_br', |
| + 'aura_br', |
| 'base_unittests_br', |
| 'blink_platform_unittests_br', |
| 'browser_tests_br', |
| @@ -691,6 +693,7 @@ |
| 'chromedriver_tests_br', |
| 'chromedriver2_unittests_br', |
| 'components_unittests_br', |
| + 'compositor_br', |
| 'content_browsertests_br', |
| 'courgette_br', |
| 'crypto_br', |
| @@ -700,6 +703,7 @@ |
| 'installer_br', |
| 'interactive_ui_tests_br', |
| 'jingle_br', |
| + 'keyboard_unittests', |
|
Paweł Hajdan Jr.
2013/11/07 22:22:16
I think this needs buildrunner (_br) here.
I noti
ghost stip (do not use)
2013/11/07 22:35:06
it doesn't need _br, as it was added as a native b
jam
2013/11/08 01:05:27
(not doing anything here per stip's comment)
|
| 'media_br', |
| 'nacl_integration_br', |
| 'net_br', |
| @@ -709,6 +713,7 @@ |
| 'sync_integration_br', |
| 'telemetry_unittests_br', |
| 'unit_br', |
| + 'views_br', |
| 'webkit_compositor_bindings_unittests_br', |
| 'webkit_lint_br', |
| 'webkit_unit_br', |
| @@ -1678,36 +1683,6 @@ |
| ' component=shared_library')}}) |
| } |
| -b_win7_aura = CreateBuilder( |
| - platform='win32', |
| - target='Release', |
| - builder_name='win7_aura', |
| - options=['aura_builder'], |
| - tests=[ |
| - 'app_list_unittests_br', |
| - 'ash_unittests_br', |
| - 'aura_br', |
| - 'browser_tests_br', |
| - 'buildrunner_tests', |
| - 'chrome_frame_net_tests_br', |
| - 'chrome_frame_tests_br', |
| - 'chrome_frame_unittests_br', |
| - 'compositor_br', |
| - 'content_browsertests_br', |
| - 'content_unittests_br', |
| - 'device_unittests_br', |
| - 'interactive_ui_tests_br', |
| - 'keyboard_unittests', |
| - 'unit_unit_br', |
| - 'views_br', |
| - ], |
| - goma=True, |
| - factory_properties={ |
| - 'gclient_env': { |
| - 'GYP_DEFINES': 'use_aura=1', |
| - }, |
| - }) |
| - |
| # this matches the bot on the main waterfall soon |
| b_win8_aura = CreateBuilder( |
| platform='win32', |
| @@ -2209,7 +2184,7 @@ |
| b_win_chrome_frame, |
| ] + b_swarms + [ |
| b_linux_chromeos_clang, |
| - b_linux_futura, b_linux_aura, b_win7_aura, b_win8_aura, |
| + b_linux_futura, b_linux_aura, b_win8_aura, |
| b_linux_asan, b_linux_browser_asan, b_linux_clang_tsan, |
| b_linux_chromeos_asan, |
| b_mac_asan, b_mac_asan_64, b_mac_xcodebuild, |