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

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: Forgot to remove blimp_tests from another linux gn bot 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
« no previous file with comments | « 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_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "mandoline:all" 8 "mandoline:all"
9 ] 9 ]
10 }, 10 },
11 "android_chromium_gn_compile_rel": { 11 "android_chromium_gn_compile_rel": {
12 "additional_compile_targets": [ 12 "additional_compile_targets": [
13 "blimp", 13 "blimp_tests",
14 "chrome_public_apk", 14 "chrome_public_apk",
15 "chrome_public_test_apk", 15 "chrome_public_test_apk",
16 "content_shell_apk", 16 "content_shell_apk",
17 "content_shell_test_apk", 17 "content_shell_test_apk",
18 "mandoline:all" 18 "mandoline:all"
19 ] 19 ]
20 }, 20 },
21 "linux_chromium_gn_chromeos_dbg": { 21 "linux_chromium_gn_chromeos_dbg": {
22 "additional_compile_targets": [ 22 "additional_compile_targets": [
23 "accessibility_unittests", 23 "accessibility_unittests",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "url_unittests", 109 "url_unittests",
110 "views_unittests", 110 "views_unittests",
111 "wm_unittests" 111 "wm_unittests"
112 ] 112 ]
113 }, 113 },
114 "linux_chromium_gn_dbg": { 114 "linux_chromium_gn_dbg": {
115 "additional_compile_targets": [ 115 "additional_compile_targets": [
116 "accessibility_unittests", 116 "accessibility_unittests",
117 "app_list_unittests", 117 "app_list_unittests",
118 "aura_unittests", 118 "aura_unittests",
119 "blimp",
120 "browser_tests", 119 "browser_tests",
121 "cacheinvalidation_unittests", 120 "cacheinvalidation_unittests",
122 "cast_unittests", 121 "cast_unittests",
123 "cc_unittests", 122 "cc_unittests",
124 "chromedriver_unittests", 123 "chromedriver_unittests",
125 "components_browsertests", 124 "components_browsertests",
126 "components_unittests", 125 "components_unittests",
127 "content_browsertests", 126 "content_browsertests",
128 "content_unittests", 127 "content_unittests",
129 "crypto_unittests", 128 "crypto_unittests",
(...skipping 28 matching lines...) Expand all
158 "ui_base_unittests", 157 "ui_base_unittests",
159 "ui_touch_selection_unittests", 158 "ui_touch_selection_unittests",
160 "unit_tests", 159 "unit_tests",
161 "url_unittests", 160 "url_unittests",
162 "views_unittests", 161 "views_unittests",
163 "wm_unittests" 162 "wm_unittests"
164 ] 163 ]
165 }, 164 },
166 "linux_chromium_gn_rel": { 165 "linux_chromium_gn_rel": {
167 "additional_compile_targets": [ 166 "additional_compile_targets": [
168 "blimp",
169 "browser_tests", 167 "browser_tests",
170 "mandoline:all" 168 "mandoline:all"
171 ], 169 ],
172 "gtest_tests": [ 170 "gtest_tests": [
173 { 171 {
174 "test": "accessibility_unittests" 172 "test": "accessibility_unittests"
175 }, 173 },
176 { 174 {
177 "test": "app_list_unittests" 175 "test": "app_list_unittests"
178 }, 176 },
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "name": "gyp_flag_compare", 360 "name": "gyp_flag_compare",
363 "script": "gyp_flag_compare.py" 361 "script": "gyp_flag_compare.py"
364 }, 362 },
365 { 363 {
366 "name": "mojo_apptests", 364 "name": "mojo_apptests",
367 "script": "mojo_apptests.py" 365 "script": "mojo_apptests.py"
368 } 366 }
369 ] 367 ]
370 } 368 }
371 } 369 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698