summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorbpastene <bpastene@chromium.org>2015-11-17 14:57:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-17 22:58:40 +0000
commitd9c91b608a9d647726c9e2774d72b60b92624cd4 (patch)
tree25abbbf119effd6fd07672df8e9871315f57f69c /testing
parent63018ee4e0e71ae7c80f083a97b4b834c2adc2a5 (diff)
downloadchromium_src-d9c91b608a9d647726c9e2774d72b60b92624cd4.zip
chromium_src-d9c91b608a9d647726c9e2774d72b60b92624cd4.tar.gz
chromium_src-d9c91b608a9d647726c9e2774d72b60b92624cd4.tar.bz2
add tests for the fyi bot Android User Builder Tests
Swapping this bot over to recipes, and everyone's telling me to put its tests in src, so here I go! BUG=551137 Review URL: https://codereview.chromium.org/1451963002 Cr-Commit-Position: refs/heads/master@{#360189}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.fyi.json88
-rw-r--r--testing/buildbot/gn_isolate_map.pyl4
-rwxr-xr-xtesting/buildbot/manage.py1
3 files changed, 93 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 5fbc1d3..d1ed40c 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -7,6 +7,94 @@
}
]
},
+ "Android User Builder Tests": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "base_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "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": "midi_unittests"
+ },
+ {
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "test": "skia_unittests"
+ },
+ {
+ "test": "sql_unittests"
+ },
+ {
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "test": "unit_tests"
+ },
+ {
+ "test": "webkit_unit_tests"
+ }
+ ]
+ },
"Browser Side Navigation Linux": {
"gtest_tests": [
{
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 904b6e0..0cf89ab 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -80,6 +80,10 @@
"label": "//third_party/WebKit/public:blink_platform_unittests",
"type": "unknown",
},
+ "breakpad_unittests": {
+ "label": "//breakpad:breakpad_unittests",
+ "type": "console_test_launcher",
+ },
"browser_tests": {
"label": "//chrome/test:browser_tests",
"type": "windowed_test_launcher",
diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
index cccf298..8a3924ef 100755
--- a/testing/buildbot/manage.py
+++ b/testing/buildbot/manage.py
@@ -59,6 +59,7 @@ SKIP = {
SKIP_GN_ISOLATE_MAP_TARGETS = {
# TODO(GYP): These targets have not been ported to GN yet.
+ 'android_webview_unittests',
'cast_media_unittests',
'cast_shell_browser_test',
'chromevox_tests',