Chromium Code Reviews| Index: testing/buildbot/chromium_trybot.json |
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
| index 0de64e4de98466c6e0990ebf947acd9684716e0c..4a6a6381e3e702480905eb4f47080910aa9b576e 100644 |
| --- a/testing/buildbot/chromium_trybot.json |
| +++ b/testing/buildbot/chromium_trybot.json |
| @@ -1,4 +1,5 @@ |
| [ |
| + "accessibility_unittests", |
| "app_list_unittests", |
| "base_unittests", |
| { |
| @@ -13,6 +14,7 @@ |
| "content_unittests", |
| "crypto_unittests", |
| "device_unittests", |
| + "events_unittests", |
| "gcm_unit_tests", |
| "gfx_unittests", |
| "google_apis_unittests", |
| @@ -23,6 +25,13 @@ |
| }, |
| "ipc_tests", |
| "jingle_unittests", |
| + { |
| + "test": "keyboard_unittests", |
| + "exclude_builders": [ |
|
Paweł Hajdan Jr.
2014/04/23 10:42:13
Why not "platforms": ["linux", "win"] instead?
Th
tfarina
2014/04/23 13:03:27
Done.
|
| + "tryserver.chromium:mac_chromium_rel", |
| + "tryserver.chromium:mac_chromium_compile_dbg" |
| + ] |
| + }, |
| "media_unittests", |
| "message_center_unittests", |
| "mojo_apps_js_unittests", |