Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: testing/buildbot/chromium.linux.json

Issue 1649593002: Src-ify Android Tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add isolate arguments to gtest spec. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index b019fa5fd14422548341364ab3c60d3c582a3fd4..5488efc31f1d358525563780726a3c77693b9ffc 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -138,6 +138,119 @@
]
},
"Android Tests": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/ui/base/ui_base_unittests.isolate"
jbudorick 2016/01/28 04:27:37 this should be ui_base_tests.isolate
ghost stip (do not use) 2016/01/28 07:51:26 Done.
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
+ }
+ ],
"scripts": [
{
"name": "webview_licenses",
@@ -157,6 +270,119 @@
]
},
"Android Tests (dbg)": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/ui/base/ui_base_unittests.isolate"
jbudorick 2016/01/28 04:27:37 same
ghost stip (do not use) 2016/01/28 07:51:26 Done.
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=src/chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
+ }
+ ],
"scripts": [
{
"name": "webview_licenses",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698