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

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

Issue 1130733005: Add most remaining "fast" test suites to the Linux GN bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: googleapis_unittests -> google_apis_unittests Created 5 years, 7 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 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "android_chromium_gn_compile_rel": { 8 "android_chromium_gn_compile_rel": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk" 10 "chrome_shell_apk"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "gtest_tests": [ 165 "gtest_tests": [
166 { 166 {
167 "test": "base_unittests" 167 "test": "base_unittests"
168 } 168 }
169 ] 169 ]
170 }, 170 },
171 "linux_chromium_gn_rel": { 171 "linux_chromium_gn_rel": {
172 "additional_compile_targets": [ 172 "additional_compile_targets": [
173 "browser_tests", 173 "browser_tests",
174 "content_browsertests", 174 "content_browsertests",
175 "content_unittests",
176 "events_unittests",
177 "extensions_browsertests", 175 "extensions_browsertests",
178 "extensions_unittests",
179 "gcm_unit_tests",
180 "gfx_unittests",
181 "gn_unittests",
182 "google_apis_unittests",
183 "gpu_unittests",
184 "html_viewer_unittests", 176 "html_viewer_unittests",
185 "interactive_ui_tests", 177 "interactive_ui_tests",
186 "ipc_mojo_unittests",
187 "ipc_tests",
188 "jingle_unittests",
189 "mandoline:all", 178 "mandoline:all",
190 "media_unittests", 179 "media_unittests",
191 "nacl_loader_unittests",
192 "net_unittests", 180 "net_unittests",
193 "ppapi_unittests",
194 "printing_unittests",
195 "remoting_unittests",
196 "sandbox_linux_unittests",
197 "skia_unittests",
198 "sql_unittests",
199 "sync_integration_tests", 181 "sync_integration_tests",
200 "sync_unit_tests",
201 "ui_base_unittests",
202 "ui_touch_selection_unittests",
203 "unit_tests", 182 "unit_tests",
204 "url_unittests", 183 "view_manager_service_unittests"
205 "view_manager_service_unittests",
206 "views_unittests",
207 "wm_unittests"
208 ], 184 ],
209 "gtest_tests": [ 185 "gtest_tests": [
210 { 186 {
211 "test": "accessibility_unittests" 187 "test": "accessibility_unittests"
212 }, 188 },
213 { 189 {
214 "test": "app_list_unittests" 190 "test": "app_list_unittests"
215 }, 191 },
216 { 192 {
217 "test": "aura_unittests" 193 "test": "aura_unittests"
(...skipping 13 matching lines...) Expand all
231 { 207 {
232 "test": "chromedriver_unittests" 208 "test": "chromedriver_unittests"
233 }, 209 },
234 { 210 {
235 "test": "components_browsertests" 211 "test": "components_browsertests"
236 }, 212 },
237 { 213 {
238 "test": "components_unittests" 214 "test": "components_unittests"
239 }, 215 },
240 { 216 {
217 "test": "content_unittests"
218 },
219 {
241 "test": "crypto_unittests" 220 "test": "crypto_unittests"
242 }, 221 },
243 { 222 {
244 "test": "dbus_unittests" 223 "test": "dbus_unittests"
245 }, 224 },
246 { 225 {
247 "test": "device_unittests" 226 "test": "device_unittests"
248 }, 227 },
249 { 228 {
250 "test": "display_unittests" 229 "test": "display_unittests"
230 },
231 {
232 "test": "events_unittests"
233 },
234 {
235 "test": "extensions_unittests"
236 },
237 {
238 "test": "extensions_unittests"
239 },
240 {
241 "test": "gcm_unit_tests"
242 },
243 {
244 "test": "gfx_unittests"
245 },
246 {
247 "test": "gn_unittests"
248 },
249 {
250 "test": "google_apis_unittests"
251 },
252 {
253 "test": "gpu_unittests"
254 },
255 {
256 "test": "ipc_mojo_unittests"
257 },
258 {
259 "test": "ipc_tests"
260 },
261 {
262 "test": "jingle_unittests"
263 },
264 {
265 "test": "nacl_loader_unittests"
266 },
267 {
268 "test": "ppapi_unittests"
269 },
270 {
271 "test": "printing_unittests"
272 },
273 {
274 "test": "remoting_unittests"
275 },
276 {
277 "test": "sandbox_linux_unittests"
278 },
279 {
280 "test": "skia_unittests"
281 },
282 {
283 "test": "sql_unittests"
284 },
285 {
286 "test": "sync_unit_tests"
287 },
288 {
289 "test": "ui_base_unittests"
290 },
291 {
292 "test": "ui_touch_selection_unittests"
293 },
294 {
295 "test": "url_unittests"
296 },
297 {
298 "test": "views_unittests"
299 },
300 {
301 "test": "wm_unittests"
251 } 302 }
252 ] 303 ]
253 } 304 }
254 } 305 }
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