diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-09-24 16:51:49 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-09-24 23:53:29 +0000 |
commit | 4d2bfd854ee6282d8a9af0722c205689d989001a (patch) | |
tree | b68f8a016dcb1d1aed0aaf76bdae464900b7b1fb /testing | |
parent | 63829f711468110d04c7464acf92c3e7ab3c13d7 (diff) | |
download | chromium_src-4d2bfd854ee6282d8a9af0722c205689d989001a.zip chromium_src-4d2bfd854ee6282d8a9af0722c205689d989001a.tar.gz chromium_src-4d2bfd854ee6282d8a9af0722c205689d989001a.tar.bz2 |
Add gtest_tests dictionaries for a single Linux debug tester.
This has to be landed first. After the recipe change, I'll remove the old ones.
BUG=414808
R=phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/599993003
Cr-Commit-Position: refs/heads/master@{#296577}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.linux.json | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json index 06b712a..de6cdec 100644 --- a/testing/buildbot/chromium.linux.json +++ b/testing/buildbot/chromium.linux.json @@ -160,6 +160,106 @@ "wm_unittests" ] }, + "Linux Tests (dbg)": { + "gtest_tests": [ + "accessibility_unittests", + "app_list_unittests", + "app_shell_browsertests", + "aura_unittests", + { + "test": "base_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { + "test": "browser_tests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 10 + } + }, + "cacheinvalidation_unittests", + "cast_unittests", + "cc_unittests", + "chromedriver_unittests", + "components_unittests", + "compositor_unittests", + { + "test": "content_browsertests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { + "test": "content_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "crypto_unittests", + "dbus_unittests", + "device_unittests", + "display_unittests", + "events_unittests", + "extensions_unittests", + "gcm_unit_tests", + "gfx_unittests", + "google_apis_unittests", + "gpu_unittests", + { + "test": "interactive_ui_tests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 3 + } + }, + "ipc_mojo_unittests", + "ipc_tests", + "jingle_unittests", + "media_unittests", + "mojo_application_manager_unittests", + "mojo_apps_js_unittests", + "mojo_common_unittests", + "mojo_js_unittests", + "mojo_public_bindings_unittests", + "mojo_public_environment_unittests", + "mojo_public_system_unittests", + "mojo_public_utility_unittests", + "mojo_shell_tests", + "mojo_system_unittests", + "mojo_view_manager_unittests", + "nacl_loader_unittests", + { + "test": "net_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "ppapi_unittests", + "printing_unittests", + "remoting_unittests", + "sandbox_linux_unittests", + "sql_unittests", + "ui_unittests", + { + "test": "sync_integration_tests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "sync_unit_tests", + { + "test": "unit_tests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "url_unittests", + "views_unittests", + "wm_unittests" + ] + }, "Linux Tests (dbg)(1)": { "gtest_tests": [ ] |