Index: testing/buildbot/chromium.linux.json |
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json |
index b019fa5fd14422548341364ab3c60d3c582a3fd4..22f958326c1b7a0e5632e0cb128b1cb2cee853fe 100644 |
--- a/testing/buildbot/chromium.linux.json |
+++ b/testing/buildbot/chromium.linux.json |
@@ -138,6 +138,77 @@ |
] |
}, |
"Android Tests": { |
+ "gtest_tests": [ |
+ { |
+ "test": "android_webview_unittests" |
+ }, |
+ { |
+ "test": "base_unittests" |
jbudorick
2016/01/28 00:56:10
non-swarming tests don't use the wrapper scripts a
|
+ }, |
+ { |
+ "test": "breakpad_unittests" |
+ }, |
+ { |
+ "test": "cc_unittests" |
+ }, |
+ { |
+ "test": "components_browsertests" |
+ }, |
+ { |
+ "test": "components_unittests" |
+ }, |
+ { |
+ "test": "content_browsertests" |
+ }, |
+ { |
+ "test": "content_unittests" |
+ }, |
+ { |
+ "test": "device_unittests" |
+ }, |
+ { |
+ "test": "events_unittests" |
+ }, |
+ { |
+ "test": "gl_tests" |
+ }, |
+ { |
+ "test": "gl_unittests" |
+ }, |
+ { |
+ "test": "gpu_unittests" |
+ }, |
+ { |
+ "test": "ipc_tests" |
+ }, |
+ { |
+ "test": "media_unittests" |
+ }, |
+ { |
+ "test": "net_unittests" |
+ }, |
+ { |
+ "test": "sandbox_linux_unittests" |
+ }, |
+ { |
+ "test": "sql_unittests" |
+ }, |
+ { |
+ "test": "sync_unit_tests" |
+ }, |
+ { |
+ "test": "ui_android_unittests" |
+ }, |
+ { |
+ "test": "ui_base_unittests" |
+ }, |
+ { |
+ "test": "ui_touch_selection_unittests" |
+ }, |
+ { |
+ "test": "unit_tests" |
+ } |
+ ], |
"scripts": [ |
{ |
"name": "webview_licenses", |
@@ -157,6 +228,77 @@ |
] |
}, |
"Android Tests (dbg)": { |
+ "gtest_tests": [ |
+ { |
+ "test": "android_webview_unittests" |
+ }, |
+ { |
+ "test": "base_unittests" |
+ }, |
+ { |
+ "test": "breakpad_unittests" |
+ }, |
+ { |
+ "test": "cc_unittests" |
+ }, |
+ { |
+ "test": "components_browsertests" |
+ }, |
+ { |
+ "test": "components_unittests" |
+ }, |
+ { |
+ "test": "content_browsertests" |
+ }, |
+ { |
+ "test": "content_unittests" |
+ }, |
+ { |
+ "test": "device_unittests" |
+ }, |
+ { |
+ "test": "events_unittests" |
+ }, |
+ { |
+ "test": "gl_tests" |
+ }, |
+ { |
+ "test": "gl_unittests" |
+ }, |
+ { |
+ "test": "gpu_unittests" |
+ }, |
+ { |
+ "test": "ipc_tests" |
+ }, |
+ { |
+ "test": "media_unittests" |
+ }, |
+ { |
+ "test": "net_unittests" |
+ }, |
+ { |
+ "test": "sandbox_linux_unittests" |
+ }, |
+ { |
+ "test": "sql_unittests" |
+ }, |
+ { |
+ "test": "sync_unit_tests" |
+ }, |
+ { |
+ "test": "ui_android_unittests" |
+ }, |
+ { |
+ "test": "ui_base_unittests" |
+ }, |
+ { |
+ "test": "ui_touch_selection_unittests" |
+ }, |
+ { |
+ "test": "unit_tests" |
+ } |
+ ], |
"scripts": [ |
{ |
"name": "webview_licenses", |