Chromium Code Reviews| Index: testing/buildbot/chromium.win.json |
| diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json |
| index fc577288a4326800d28e6a39945217f8fbfe7287..317f07a7d9f47e58b5d054d894fa3635c64d7087 100644 |
| --- a/testing/buildbot/chromium.win.json |
| +++ b/testing/buildbot/chromium.win.json |
| @@ -103,6 +103,16 @@ |
| "gcm_unit_tests", |
| "google_apis_unittests", |
| "ipc_tests", |
| + "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", |
| + "mojo_view_manager_unittests", |
|
Paweł Hajdan Jr.
2014/05/28 12:22:31
Tryserver only runs this on Linux (see chromium_tr
yzshen1
2014/05/28 16:36:17
This test has been on the fyi bot for a while, too
|
| "sync_unit_tests", |
| "unit_tests", |
| "sql_unittests", |
| @@ -160,6 +170,16 @@ |
| "gcm_unit_tests", |
| "google_apis_unittests", |
| "ipc_tests", |
| + "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", |
| + "mojo_view_manager_unittests", |
| "sync_unit_tests", |
| "unit_tests", |
| "sql_unittests", |
| @@ -214,6 +234,16 @@ |
| "views_unittests", |
| "wm_unittests", |
| "ipc_tests", |
| + "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", |
| + "mojo_view_manager_unittests", |
| "sync_unit_tests", |
| "unit_tests", |
| "sql_unittests", |
| @@ -272,6 +302,16 @@ |
| }, |
| "Win7 Tests (dbg)(4)": { |
| "gtest_tests": [ |
| + "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", |
| + "mojo_view_manager_unittests", |
| {"test": "browser_tests", "shard_index": 2, "total_shards": 5} |
| ] |
| }, |