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

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

Issue 1633713002: add remaining unittests to new android bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add isolate file paths 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.android.json
diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
index 38ea00f733007678237d521de378bd752e0f66ab..88365a6f41cc470a311f5d52890a3fd26f4e6b77 100644
--- a/testing/buildbot/chromium.android.json
+++ b/testing/buildbot/chromium.android.json
@@ -135,9 +135,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -154,6 +193,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
},
@@ -163,9 +250,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -182,6 +308,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
},
@@ -191,9 +365,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -210,6 +423,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
},
@@ -219,9 +480,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -238,6 +538,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
},
@@ -247,9 +595,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -266,6 +653,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
},
@@ -275,9 +710,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -294,6 +768,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
},
@@ -303,9 +825,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -322,6 +883,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
},
@@ -331,9 +940,48 @@
"test": "android_webview_unittests"
},
{
+ "args": [
+ "--isolate_file_path=base/base_unittests.isolate"
+ ],
+ "test": "base_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=breakpad/breakpad_unittests.isolate"
+ ],
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
"test": "cc_unittests"
},
{
+ "args": [
+ "--isolate_file_path=components/components_browsertests.isolate"
+ ],
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=components/components_unittests.isolate"
+ ],
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_browsertests.isolate"
+ ],
+ "test": "content_browsertests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=content/content_unittests.isolate"
+ ],
+ "test": "content_unittests"
+ },
+ {
"test": "device_unittests"
},
{
@@ -350,6 +998,54 @@
},
{
"test": "ipc_tests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=media/media_unittests.isolate"
+ ],
+ "test": "media_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=net/net_unittests.isolate"
+ ],
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sql/sql_unittests.isolate"
+ ],
+ "test": "sql_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=sync/sync_unit_tests.isolate"
+ ],
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=ui/base/ui_base_unittests.isolate"
+ ],
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "args": [
+ "--isolate_file_path=chrome/unit_tests.isolate"
+ ],
+ "test": "unit_tests"
}
]
}
« 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