| Index: testing/buildbot/chromium_trybot.json
|
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
|
| index c0bf60e33b6ca04d2d04f5705fdc1074e4a26dda..62bda2c2f468355b40c436e9022f436897c0f363 100644
|
| --- a/testing/buildbot/chromium_trybot.json
|
| +++ b/testing/buildbot/chromium_trybot.json
|
| @@ -1,119 +1,121 @@
|
| -[
|
| - "accessibility_unittests",
|
| - "app_list_unittests",
|
| - "base_unittests",
|
| - {
|
| - "test": "browser_tests",
|
| - "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
|
| - },
|
| - "cacheinvalidation_unittests",
|
| - "cc_unittests",
|
| - "chromedriver_unittests",
|
| - "components_unittests",
|
| - "content_browsertests",
|
| - "content_unittests",
|
| - "crypto_unittests",
|
| - "device_unittests",
|
| - "events_unittests",
|
| - "gcm_unit_tests",
|
| - "gfx_unittests",
|
| - "google_apis_unittests",
|
| - "gpu_unittests",
|
| - {
|
| - "test": "interactive_ui_tests",
|
| - "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
|
| - },
|
| - "ipc_tests",
|
| - "jingle_unittests",
|
| - {
|
| - "test": "keyboard_unittests",
|
| - "platforms": ["linux", "win"]
|
| - },
|
| - "media_unittests",
|
| - "message_center_unittests",
|
| - "mojo_apps_js_unittests",
|
| - "mojo_common_unittests",
|
| - "mojo_js_unittests",
|
| - "mojo_public_bindings_unittests",
|
| - "mojo_public_environment_unittests",
|
| - "mojo_public_system_unittests",
|
| - "mojo_public_utility_unittests",
|
| - "mojo_service_manager_unittests",
|
| - "mojo_system_unittests",
|
| - {
|
| - "test": "nacl_loader_unittests",
|
| - "platforms": ["linux"]
|
| - },
|
| - "net_unittests",
|
| - "ppapi_unittests",
|
| - "printing_unittests",
|
| - "remoting_unittests",
|
| - "sql_unittests",
|
| - "sync_integration_tests",
|
| - "sync_unit_tests",
|
| - "ui_unittests",
|
| - "unit_tests",
|
| - {
|
| - "test": "app_shell_browsertests",
|
| - "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| - },
|
| - {
|
| - "test": "ash_unittests",
|
| - "chromium_configs": ["chromium_chromeos"]
|
| - },
|
| - {
|
| - "test": "ash_unittests",
|
| - "platforms": ["win"]
|
| - },
|
| - {
|
| - "test": "aura_unittests",
|
| - "platforms": ["linux", "win"]
|
| - },
|
| - {
|
| - "test": "mojo_view_manager_unittests",
|
| - "platforms": ["linux"]
|
| - },
|
| - {
|
| - "test": "sandbox_linux_unittests",
|
| - "platforms": ["linux"],
|
| - "args": ["--test-launcher-print-test-stdio=always"]
|
| - },
|
| - {
|
| - "test": "sandbox_mac_unittests",
|
| - "platforms": ["mac"]
|
| - },
|
| - {
|
| - "test": "views_unittests",
|
| - "platforms": ["win"]
|
| - },
|
| - {
|
| - "test": "views_unittests",
|
| - "platforms": ["linux"],
|
| - "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| - },
|
| - {
|
| - "test": "chromeos_unittests",
|
| - "platforms": ["linux"],
|
| - "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| - },
|
| - {
|
| - "test": "ash_unittests",
|
| - "platforms": ["linux"],
|
| - "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| - },
|
| - {
|
| - "test": "dbus_unittests",
|
| - "platforms": ["linux"],
|
| - "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| - },
|
| - {
|
| - "test": "aura_unittests",
|
| - "platforms": ["linux"],
|
| - "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| - },
|
| - {
|
| - "test": "wm_unittests",
|
| - "platforms": ["linux"],
|
| - "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| - }
|
| -]
|
| +{
|
| + "gtest_tests": [
|
| + "accessibility_unittests",
|
| + "app_list_unittests",
|
| + "base_unittests",
|
| + {
|
| + "test": "browser_tests",
|
| + "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
|
| + },
|
| + "cacheinvalidation_unittests",
|
| + "cc_unittests",
|
| + "chromedriver_unittests",
|
| + "components_unittests",
|
| + "content_browsertests",
|
| + "content_unittests",
|
| + "crypto_unittests",
|
| + "device_unittests",
|
| + "events_unittests",
|
| + "gcm_unit_tests",
|
| + "gfx_unittests",
|
| + "google_apis_unittests",
|
| + "gpu_unittests",
|
| + {
|
| + "test": "interactive_ui_tests",
|
| + "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
|
| + },
|
| + "ipc_tests",
|
| + "jingle_unittests",
|
| + {
|
| + "test": "keyboard_unittests",
|
| + "platforms": ["linux", "win"]
|
| + },
|
| + "media_unittests",
|
| + "message_center_unittests",
|
| + "mojo_apps_js_unittests",
|
| + "mojo_common_unittests",
|
| + "mojo_js_unittests",
|
| + "mojo_public_bindings_unittests",
|
| + "mojo_public_environment_unittests",
|
| + "mojo_public_system_unittests",
|
| + "mojo_public_utility_unittests",
|
| + "mojo_service_manager_unittests",
|
| + "mojo_system_unittests",
|
| + {
|
| + "test": "nacl_loader_unittests",
|
| + "platforms": ["linux"]
|
| + },
|
| + "net_unittests",
|
| + "ppapi_unittests",
|
| + "printing_unittests",
|
| + "remoting_unittests",
|
| + "sql_unittests",
|
| + "sync_integration_tests",
|
| + "sync_unit_tests",
|
| + "ui_unittests",
|
| + "unit_tests",
|
| + {
|
| + "test": "app_shell_browsertests",
|
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| + },
|
| + {
|
| + "test": "ash_unittests",
|
| + "chromium_configs": ["chromium_chromeos"]
|
| + },
|
| + {
|
| + "test": "ash_unittests",
|
| + "platforms": ["win"]
|
| + },
|
| + {
|
| + "test": "aura_unittests",
|
| + "platforms": ["linux", "win"]
|
| + },
|
| + {
|
| + "test": "mojo_view_manager_unittests",
|
| + "platforms": ["linux"]
|
| + },
|
| + {
|
| + "test": "sandbox_linux_unittests",
|
| + "platforms": ["linux"],
|
| + "args": ["--test-launcher-print-test-stdio=always"]
|
| + },
|
| + {
|
| + "test": "sandbox_mac_unittests",
|
| + "platforms": ["mac"]
|
| + },
|
| + {
|
| + "test": "views_unittests",
|
| + "platforms": ["win"]
|
| + },
|
| + {
|
| + "test": "views_unittests",
|
| + "platforms": ["linux"],
|
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| + },
|
| + {
|
| + "test": "chromeos_unittests",
|
| + "platforms": ["linux"],
|
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| + },
|
| + {
|
| + "test": "ash_unittests",
|
| + "platforms": ["linux"],
|
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| + },
|
| + {
|
| + "test": "dbus_unittests",
|
| + "platforms": ["linux"],
|
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| + },
|
| + {
|
| + "test": "aura_unittests",
|
| + "platforms": ["linux"],
|
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| + },
|
| + {
|
| + "test": "wm_unittests",
|
| + "platforms": ["linux"],
|
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
|
| + }
|
| + ]
|
| +}
|
|
|