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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 350123003: Add accessibility_unittests and chromevox_tests to buildbot config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests",
4 "app_list_unittests", 5 "app_list_unittests",
5 "aura_unittests", 6 "aura_unittests",
6 "interactive_ui_tests", 7 "interactive_ui_tests",
7 "base_unittests", 8 "base_unittests",
8 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
9 "cast_unittests", 10 "cast_unittests",
10 "cc_unittests", 11 "cc_unittests",
11 "chromedriver_unittests", 12 "chromedriver_unittests",
12 "components_unittests", 13 "components_unittests",
13 "compositor_unittests", 14 "compositor_unittests",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ] 156 ]
156 }, 157 },
157 "Linux Tests (dbg)(1)": { 158 "Linux Tests (dbg)(1)": {
158 "gtest_tests": [ 159 "gtest_tests": [
159 "net_unittests", 160 "net_unittests",
160 "browser_tests", 161 "browser_tests",
161 "content_browsertests", 162 "content_browsertests",
162 "app_shell_browsertests" 163 "app_shell_browsertests"
163 ] 164 ]
164 }, 165 },
165 "Linux Tests (dbg)(2)": { 166 "Linux Tests (dbg)(2)": {
Paweł Hajdan Jr. 2014/06/24 18:12:18 Please also add to dbg.
dmazzoni 2014/06/24 19:31:48 Done. I added it to a few more places - anywhere b
166 "gtest_tests": [ 167 "gtest_tests": [
167 "app_list_unittests", 168 "app_list_unittests",
168 "aura_unittests", 169 "aura_unittests",
169 "interactive_ui_tests", 170 "interactive_ui_tests",
170 "base_unittests", 171 "base_unittests",
171 "cacheinvalidation_unittests", 172 "cacheinvalidation_unittests",
172 "cast_unittests", 173 "cast_unittests",
173 "cc_unittests", 174 "cc_unittests",
174 "chromedriver_unittests", 175 "chromedriver_unittests",
175 "components_unittests", 176 "components_unittests",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "mojo_public_environment_unittests", 235 "mojo_public_environment_unittests",
235 "mojo_public_system_unittests", 236 "mojo_public_system_unittests",
236 "mojo_public_utility_unittests", 237 "mojo_public_utility_unittests",
237 "mojo_service_manager_unittests", 238 "mojo_service_manager_unittests",
238 "mojo_system_unittests", 239 "mojo_system_unittests",
239 "mojo_view_manager_unittests", 240 "mojo_view_manager_unittests",
240 "nacl_loader_unittests" 241 "nacl_loader_unittests"
241 ] 242 ]
242 } 243 }
243 } 244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698