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

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

Issue 1365823002: Add basic test suite for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_strings
Patch Set: Added top level test target Created 5 years, 2 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
« blimp/BUILD.gn ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "android_chromium_gn_compile_dbg": { 2 "android_chromium_gn_compile_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp", 4 "blimp",
5 "blimp_tests",
5 "chrome_public_apk", 6 "chrome_public_apk",
6 "chrome_public_test_apk", 7 "chrome_public_test_apk",
7 "content_shell_apk", 8 "content_shell_apk",
8 "mandoline:all" 9 "mandoline:all"
9 ] 10 ]
10 }, 11 },
11 "android_chromium_gn_compile_rel": { 12 "android_chromium_gn_compile_rel": {
12 "additional_compile_targets": [ 13 "additional_compile_targets": [
13 "blimp", 14 "blimp",
15 "blimp_tests",
14 "chrome_public_apk", 16 "chrome_public_apk",
15 "chrome_public_test_apk", 17 "chrome_public_test_apk",
16 "content_shell_apk", 18 "content_shell_apk",
17 "content_shell_test_apk", 19 "content_shell_test_apk",
18 "mandoline:all" 20 "mandoline:all"
19 ] 21 ]
20 }, 22 },
21 "linux_chromium_gn_chromeos_dbg": { 23 "linux_chromium_gn_chromeos_dbg": {
22 "additional_compile_targets": [ 24 "additional_compile_targets": [
23 "accessibility_unittests", 25 "accessibility_unittests",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "views_unittests", 112 "views_unittests",
111 "wm_unittests" 113 "wm_unittests"
112 ] 114 ]
113 }, 115 },
114 "linux_chromium_gn_dbg": { 116 "linux_chromium_gn_dbg": {
115 "additional_compile_targets": [ 117 "additional_compile_targets": [
116 "accessibility_unittests", 118 "accessibility_unittests",
117 "app_list_unittests", 119 "app_list_unittests",
118 "aura_unittests", 120 "aura_unittests",
119 "blimp", 121 "blimp",
122 "blimp_tests",
Dirk Pranke 2015/09/25 20:27:29 We shouldn't be adding anything to the linux_chrom
nyquist 2015/09/25 20:34:30 We would still need it for the android bots, right
David Trainor- moved to gerrit 2015/09/25 21:50:30 Done.
120 "browser_tests", 123 "browser_tests",
121 "cacheinvalidation_unittests", 124 "cacheinvalidation_unittests",
122 "cast_unittests", 125 "cast_unittests",
123 "cc_unittests", 126 "cc_unittests",
124 "chromedriver_unittests", 127 "chromedriver_unittests",
125 "components_browsertests", 128 "components_browsertests",
126 "components_unittests", 129 "components_unittests",
127 "content_browsertests", 130 "content_browsertests",
128 "content_unittests", 131 "content_unittests",
129 "crypto_unittests", 132 "crypto_unittests",
(...skipping 29 matching lines...) Expand all
159 "ui_touch_selection_unittests", 162 "ui_touch_selection_unittests",
160 "unit_tests", 163 "unit_tests",
161 "url_unittests", 164 "url_unittests",
162 "views_unittests", 165 "views_unittests",
163 "wm_unittests" 166 "wm_unittests"
164 ] 167 ]
165 }, 168 },
166 "linux_chromium_gn_rel": { 169 "linux_chromium_gn_rel": {
167 "additional_compile_targets": [ 170 "additional_compile_targets": [
168 "blimp", 171 "blimp",
172 "blimp_tests",
169 "browser_tests", 173 "browser_tests",
170 "mandoline:all" 174 "mandoline:all"
171 ], 175 ],
172 "gtest_tests": [ 176 "gtest_tests": [
173 { 177 {
174 "test": "accessibility_unittests" 178 "test": "accessibility_unittests"
175 }, 179 },
176 { 180 {
177 "test": "app_list_unittests" 181 "test": "app_list_unittests"
178 }, 182 },
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "name": "gyp_flag_compare", 366 "name": "gyp_flag_compare",
363 "script": "gyp_flag_compare.py" 367 "script": "gyp_flag_compare.py"
364 }, 368 },
365 { 369 {
366 "name": "mojo_apptests", 370 "name": "mojo_apptests",
367 "script": "mojo_apptests.py" 371 "script": "mojo_apptests.py"
368 } 372 }
369 ] 373 ]
370 } 374 }
371 } 375 }
OLDNEW
« blimp/BUILD.gn ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698