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

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

Issue 1049703005: Add tool to reformat testing/buildbot/ json files in their canonical format. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rename tool, as it'll be expanded Created 5 years, 8 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
OLDNEW
1 { 1 {
2 "Android Tests": {
3 "scripts": [
4 {
5 "name": "webview_licenses",
6 "script": "webview_licenses.py"
7 }
8 ]
9 },
10 "Android Tests (dbg)": {
11 "scripts": [
12 {
13 "name": "webview_licenses",
14 "script": "webview_licenses.py"
15 }
16 ]
17 },
18 "Linux Clang (dbg)": {
19 "gtest_tests": [
20 {
21 "test": "accessibility_unittests"
22 },
23 {
24 "test": "app_shell_unittests"
25 },
26 {
27 "test": "base_unittests"
28 },
29 {
30 "test": "components_unittests"
31 },
32 {
33 "test": "content_unittests"
34 },
35 {
36 "test": "crypto_unittests"
37 },
38 {
39 "test": "device_unittests"
40 },
41 {
42 "test": "display_unittests"
43 },
44 {
45 "test": "extensions_unittests"
46 },
47 {
48 "test": "gn_unittests"
49 },
50 {
51 "test": "google_apis_unittests"
52 },
53 {
54 "test": "ipc_mojo_unittests"
55 },
56 {
57 "test": "ipc_tests"
58 },
59 {
60 "test": "mojo_common_unittests"
61 },
62 {
63 "test": "mojo_public_bindings_unittests"
64 },
65 {
66 "test": "mojo_public_environment_unittests"
67 },
68 {
69 "test": "mojo_public_system_unittests"
70 },
71 {
72 "test": "mojo_public_utility_unittests"
73 },
74 {
75 "test": "mojo_system_unittests"
76 },
77 {
78 "test": "nacl_loader_unittests"
79 },
80 {
81 "test": "sandbox_linux_unittests"
82 },
83 {
84 "test": "skia_unittests"
85 },
86 {
87 "test": "sql_unittests"
88 },
89 {
90 "test": "sync_unit_tests"
91 },
92 {
93 "test": "ui_base_unittests"
94 },
95 {
96 "test": "unit_tests"
97 }
98 ]
99 },
2 "Linux Tests": { 100 "Linux Tests": {
3 "gtest_tests": [ 101 "gtest_tests": [
4 "gn_unittests", 102 {
5 { 103 "swarming": {
6 "test": "accessibility_unittests", 104 "can_use_on_swarming_builders": true
7 "swarming": { 105 },
8 "can_use_on_swarming_builders": true 106 "test": "accessibility_unittests"
9 } 107 },
10 }, 108 {
11 { 109 "swarming": {
12 "test": "app_list_unittests", 110 "can_use_on_swarming_builders": true
13 "swarming": { 111 },
14 "can_use_on_swarming_builders": true 112 "test": "app_list_unittests"
15 } 113 },
16 }, 114 {
17 "app_shell_unittests", 115 "test": "app_shell_unittests"
18 "aura_unittests", 116 },
19 { 117 {
20 "test": "base_unittests", 118 "test": "aura_unittests"
21 "swarming": { 119 },
22 "can_use_on_swarming_builders": true 120 {
23 } 121 "swarming": {
24 }, 122 "can_use_on_swarming_builders": true
25 { 123 },
26 "test": "browser_tests", 124 "test": "base_unittests"
125 },
126 {
27 "swarming": { 127 "swarming": {
28 "can_use_on_swarming_builders": true, 128 "can_use_on_swarming_builders": true,
29 "shards": 5 129 "shards": 5
30 } 130 },
31 }, 131 "test": "browser_tests"
32 "cacheinvalidation_unittests", 132 },
33 { 133 {
34 "test": "cast_unittests", 134 "test": "cacheinvalidation_unittests"
35 "swarming": { 135 },
36 "can_use_on_swarming_builders": true 136 {
37 } 137 "swarming": {
38 }, 138 "can_use_on_swarming_builders": true
39 { 139 },
40 "test": "cc_unittests", 140 "test": "cast_unittests"
41 "swarming": { 141 },
42 "can_use_on_swarming_builders": true 142 {
43 } 143 "swarming": {
44 }, 144 "can_use_on_swarming_builders": true
45 "chromedriver_unittests", 145 },
46 { 146 "test": "cc_unittests"
47 "test": "components_browsertests", 147 },
48 "swarming": { 148 {
49 "can_use_on_swarming_builders": true 149 "test": "chromedriver_unittests"
50 } 150 },
51 }, 151 {
52 { 152 "swarming": {
53 "test": "components_unittests", 153 "can_use_on_swarming_builders": true
54 "swarming": { 154 },
55 "can_use_on_swarming_builders": true 155 "test": "components_browsertests"
56 } 156 },
57 }, 157 {
58 "compositor_unittests", 158 "swarming": {
59 { 159 "can_use_on_swarming_builders": true
60 "test": "content_browsertests", 160 },
61 "swarming": { 161 "test": "components_unittests"
62 "can_use_on_swarming_builders": true 162 },
63 } 163 {
64 }, 164 "test": "compositor_unittests"
65 { 165 },
66 "test": "content_unittests", 166 {
67 "swarming": { 167 "swarming": {
68 "can_use_on_swarming_builders": true 168 "can_use_on_swarming_builders": true
69 } 169 },
70 }, 170 "test": "content_browsertests"
71 { 171 },
72 "test": "crypto_unittests", 172 {
73 "swarming": { 173 "swarming": {
74 "can_use_on_swarming_builders": true 174 "can_use_on_swarming_builders": true
75 } 175 },
76 }, 176 "test": "content_unittests"
77 "dbus_unittests", 177 },
78 "device_unittests", 178 {
79 "display_unittests", 179 "swarming": {
80 { 180 "can_use_on_swarming_builders": true
81 "test": "events_unittests", 181 },
82 "swarming": { 182 "test": "crypto_unittests"
83 "can_use_on_swarming_builders": true 183 },
84 } 184 {
85 }, 185 "test": "dbus_unittests"
86 { 186 },
87 "test": "extensions_browsertests", 187 {
88 "swarming": { 188 "test": "device_unittests"
89 "can_use_on_swarming_builders": true 189 },
90 } 190 {
91 }, 191 "test": "display_unittests"
92 "extensions_unittests", 192 },
93 "gcm_unit_tests", 193 {
94 { 194 "swarming": {
95 "test": "gfx_unittests", 195 "can_use_on_swarming_builders": true
96 "swarming": { 196 },
97 "can_use_on_swarming_builders": true 197 "test": "events_unittests"
98 } 198 },
99 }, 199 {
100 "google_apis_unittests", 200 "swarming": {
101 { 201 "can_use_on_swarming_builders": true
102 "test": "gpu_unittests", 202 },
103 "swarming": { 203 "test": "extensions_browsertests"
104 "can_use_on_swarming_builders": true 204 },
105 } 205 {
106 }, 206 "test": "extensions_unittests"
107 { 207 },
108 "test": "interactive_ui_tests", 208 {
109 "swarming": { 209 "test": "gcm_unit_tests"
110 "can_use_on_swarming_builders": true 210 },
111 } 211 {
112 }, 212 "swarming": {
113 "ipc_mojo_unittests", 213 "can_use_on_swarming_builders": true
114 "ipc_tests", 214 },
115 "jingle_unittests", 215 "test": "gfx_unittests"
116 { 216 },
117 "test": "media_unittests", 217 {
118 "swarming": { 218 "test": "gn_unittests"
119 "can_use_on_swarming_builders": true 219 },
120 } 220 {
121 }, 221 "test": "google_apis_unittests"
122 "mojo_common_unittests", 222 },
123 "mojo_public_bindings_unittests", 223 {
124 "mojo_public_environment_unittests", 224 "swarming": {
125 "mojo_public_system_unittests", 225 "can_use_on_swarming_builders": true
126 "mojo_public_utility_unittests", 226 },
127 "mojo_system_unittests", 227 "test": "gpu_unittests"
128 "nacl_loader_unittests", 228 },
129 { 229 {
130 "test": "net_unittests", 230 "swarming": {
131 "swarming": { 231 "can_use_on_swarming_builders": true
132 "can_use_on_swarming_builders": true 232 },
133 } 233 "test": "interactive_ui_tests"
134 }, 234 },
135 "ppapi_unittests", 235 {
136 "printing_unittests", 236 "test": "ipc_mojo_unittests"
137 "remoting_unittests", 237 },
138 "sandbox_linux_unittests", 238 {
139 "sql_unittests", 239 "test": "ipc_tests"
140 { 240 },
141 "test": "ui_base_unittests", 241 {
142 "swarming": { 242 "test": "jingle_unittests"
143 "can_use_on_swarming_builders": true 243 },
144 } 244 {
145 }, 245 "swarming": {
146 { 246 "can_use_on_swarming_builders": true
147 "test": "ui_touch_selection_unittests", 247 },
148 "swarming": { 248 "test": "media_unittests"
149 "can_use_on_swarming_builders": true 249 },
150 } 250 {
151 }, 251 "test": "mojo_common_unittests"
152 { 252 },
153 "test": "sync_integration_tests", 253 {
154 "swarming": { 254 "test": "mojo_public_bindings_unittests"
155 "can_use_on_swarming_builders": true 255 },
156 } 256 {
157 }, 257 "test": "mojo_public_environment_unittests"
158 "sync_unit_tests", 258 },
159 { 259 {
160 "test": "unit_tests", 260 "test": "mojo_public_system_unittests"
161 "swarming": { 261 },
162 "can_use_on_swarming_builders": true 262 {
163 } 263 "test": "mojo_public_utility_unittests"
164 }, 264 },
165 "url_unittests", 265 {
166 "views_unittests", 266 "test": "mojo_system_unittests"
167 "wm_unittests", 267 },
168 "skia_unittests" 268 {
269 "test": "nacl_loader_unittests"
270 },
271 {
272 "swarming": {
273 "can_use_on_swarming_builders": true
274 },
275 "test": "net_unittests"
276 },
277 {
278 "test": "ppapi_unittests"
279 },
280 {
281 "test": "printing_unittests"
282 },
283 {
284 "test": "remoting_unittests"
285 },
286 {
287 "test": "sandbox_linux_unittests"
288 },
289 {
290 "test": "skia_unittests"
291 },
292 {
293 "test": "sql_unittests"
294 },
295 {
296 "swarming": {
297 "can_use_on_swarming_builders": true
298 },
299 "test": "sync_integration_tests"
300 },
301 {
302 "test": "sync_unit_tests"
303 },
304 {
305 "swarming": {
306 "can_use_on_swarming_builders": true
307 },
308 "test": "ui_base_unittests"
309 },
310 {
311 "swarming": {
312 "can_use_on_swarming_builders": true
313 },
314 "test": "ui_touch_selection_unittests"
315 },
316 {
317 "swarming": {
318 "can_use_on_swarming_builders": true
319 },
320 "test": "unit_tests"
321 },
322 {
323 "test": "url_unittests"
324 },
325 {
326 "test": "views_unittests"
327 },
328 {
329 "test": "wm_unittests"
330 }
169 ], 331 ],
170 "scripts": [ 332 "scripts": [
171 { 333 {
172 "name": "checkdeps", 334 "name": "checkdeps",
173 "script": "checkdeps.py" 335 "script": "checkdeps.py"
174 }, 336 },
175 { 337 {
176 "name": "checklicenses", 338 "name": "checklicenses",
177 "script": "checklicenses.py" 339 "script": "checklicenses.py"
178 }, 340 },
179 { 341 {
180 "name": "checkperms", 342 "name": "checkperms",
181 "script": "checkperms.py" 343 "script": "checkperms.py"
182 }, 344 },
183 { 345 {
184 "name": "telemetry_unittests", 346 "name": "telemetry_unittests",
185 "script": "telemetry_unittests.py" 347 "script": "telemetry_unittests.py"
186 }, 348 },
187 { 349 {
188 "name": "telemetry_perf_unittests", 350 "name": "telemetry_perf_unittests",
189 "script": "telemetry_perf_unittests.py" 351 "script": "telemetry_perf_unittests.py"
190 }, 352 },
191 { 353 {
192 "name": "nacl_integration", 354 "name": "nacl_integration",
193 "script": "nacl_integration.py" 355 "script": "nacl_integration.py"
194 } 356 }
195 ] 357 ]
196 }, 358 },
359 "Linux Tests (dbg)(1)": {
360 "gtest_tests": [
361 {
362 "swarming": {
363 "can_use_on_swarming_builders": true
364 },
365 "test": "accessibility_unittests"
366 },
367 {
368 "swarming": {
369 "can_use_on_swarming_builders": true
370 },
371 "test": "app_list_unittests"
372 },
373 {
374 "test": "app_shell_unittests"
375 },
376 {
377 "test": "aura_unittests"
378 },
379 {
380 "swarming": {
381 "can_use_on_swarming_builders": true
382 },
383 "test": "base_unittests"
384 },
385 {
386 "swarming": {
387 "can_use_on_swarming_builders": true,
388 "shards": 10
389 },
390 "test": "browser_tests"
391 },
392 {
393 "test": "cacheinvalidation_unittests"
394 },
395 {
396 "swarming": {
397 "can_use_on_swarming_builders": true
398 },
399 "test": "cast_unittests"
400 },
401 {
402 "swarming": {
403 "can_use_on_swarming_builders": true
404 },
405 "test": "cc_unittests"
406 },
407 {
408 "test": "chromedriver_unittests"
409 },
410 {
411 "swarming": {
412 "can_use_on_swarming_builders": true
413 },
414 "test": "components_unittests"
415 },
416 {
417 "test": "compositor_unittests"
418 },
419 {
420 "swarming": {
421 "can_use_on_swarming_builders": true
422 },
423 "test": "content_browsertests"
424 },
425 {
426 "swarming": {
427 "can_use_on_swarming_builders": true
428 },
429 "test": "content_unittests"
430 },
431 {
432 "swarming": {
433 "can_use_on_swarming_builders": true
434 },
435 "test": "crypto_unittests"
436 },
437 {
438 "test": "dbus_unittests"
439 },
440 {
441 "test": "device_unittests"
442 },
443 {
444 "test": "display_unittests"
445 },
446 {
447 "swarming": {
448 "can_use_on_swarming_builders": true
449 },
450 "test": "events_unittests"
451 },
452 {
453 "swarming": {
454 "can_use_on_swarming_builders": true
455 },
456 "test": "extensions_browsertests"
457 },
458 {
459 "test": "extensions_unittests"
460 },
461 {
462 "test": "gcm_unit_tests"
463 },
464 {
465 "swarming": {
466 "can_use_on_swarming_builders": true
467 },
468 "test": "gfx_unittests"
469 },
470 {
471 "test": "gn_unittests"
472 },
473 {
474 "test": "google_apis_unittests"
475 },
476 {
477 "swarming": {
478 "can_use_on_swarming_builders": true
479 },
480 "test": "gpu_unittests"
481 },
482 {
483 "swarming": {
484 "can_use_on_swarming_builders": true,
485 "shards": 3
486 },
487 "test": "interactive_ui_tests"
488 },
489 {
490 "test": "ipc_mojo_unittests"
491 },
492 {
493 "test": "ipc_tests"
494 },
495 {
496 "test": "jingle_unittests"
497 },
498 {
499 "swarming": {
500 "can_use_on_swarming_builders": true
501 },
502 "test": "media_unittests"
503 },
504 {
505 "test": "mojo_common_unittests"
506 },
507 {
508 "test": "mojo_public_bindings_unittests"
509 },
510 {
511 "test": "mojo_public_environment_unittests"
512 },
513 {
514 "test": "mojo_public_system_unittests"
515 },
516 {
517 "test": "mojo_public_utility_unittests"
518 },
519 {
520 "test": "mojo_system_unittests"
521 },
522 {
523 "test": "nacl_loader_unittests"
524 },
525 {
526 "swarming": {
527 "can_use_on_swarming_builders": true
528 },
529 "test": "net_unittests"
530 },
531 {
532 "test": "ppapi_unittests"
533 },
534 {
535 "test": "printing_unittests"
536 },
537 {
538 "test": "remoting_unittests"
539 },
540 {
541 "args": [
542 "--test-launcher-print-test-stdio=always"
543 ],
544 "test": "sandbox_linux_unittests"
545 },
546 {
547 "test": "skia_unittests"
548 },
549 {
550 "test": "sql_unittests"
551 },
552 {
553 "swarming": {
554 "can_use_on_swarming_builders": true
555 },
556 "test": "sync_integration_tests"
557 },
558 {
559 "test": "sync_unit_tests"
560 },
561 {
562 "swarming": {
563 "can_use_on_swarming_builders": true
564 },
565 "test": "ui_base_unittests"
566 },
567 {
568 "swarming": {
569 "can_use_on_swarming_builders": true
570 },
571 "test": "ui_touch_selection_unittests"
572 },
573 {
574 "swarming": {
575 "can_use_on_swarming_builders": true
576 },
577 "test": "unit_tests"
578 },
579 {
580 "test": "url_unittests"
581 },
582 {
583 "test": "views_unittests"
584 },
585 {
586 "test": "wm_unittests"
587 }
588 ],
589 "scripts": [
590 {
591 "name": "telemetry_unittests",
592 "script": "telemetry_unittests.py"
593 },
594 {
595 "name": "telemetry_perf_unittests",
596 "script": "telemetry_perf_unittests.py"
597 },
598 {
599 "name": "nacl_integration",
600 "script": "nacl_integration.py"
601 }
602 ]
603 },
197 "Linux Tests (dbg)(1)(32)": { 604 "Linux Tests (dbg)(1)(32)": {
198 "gtest_tests": [ 605 "gtest_tests": [
199 "gn_unittests", 606 {
200 { 607 "swarming": {
201 "test": "accessibility_unittests", 608 "can_use_on_swarming_builders": true
202 "swarming": { 609 },
203 "can_use_on_swarming_builders": true 610 "test": "accessibility_unittests"
204 } 611 },
205 }, 612 {
206 { 613 "swarming": {
207 "test": "app_list_unittests", 614 "can_use_on_swarming_builders": true
208 "swarming": { 615 },
209 "can_use_on_swarming_builders": true 616 "test": "app_list_unittests"
210 } 617 },
211 }, 618 {
212 "app_shell_unittests", 619 "test": "app_shell_unittests"
213 "aura_unittests", 620 },
214 { 621 {
215 "test": "base_unittests", 622 "test": "aura_unittests"
216 "swarming": { 623 },
217 "can_use_on_swarming_builders": true 624 {
218 } 625 "swarming": {
219 }, 626 "can_use_on_swarming_builders": true
220 { 627 },
221 "test": "browser_tests", 628 "test": "base_unittests"
629 },
630 {
222 "swarming": { 631 "swarming": {
223 "can_use_on_swarming_builders": true, 632 "can_use_on_swarming_builders": true,
224 "shards": 10 633 "shards": 10
225 } 634 },
226 }, 635 "test": "browser_tests"
227 "cacheinvalidation_unittests", 636 },
228 { 637 {
229 "test": "cast_unittests", 638 "test": "cacheinvalidation_unittests"
230 "swarming": { 639 },
231 "can_use_on_swarming_builders": true 640 {
232 } 641 "swarming": {
233 }, 642 "can_use_on_swarming_builders": true
234 { 643 },
235 "test": "cc_unittests", 644 "test": "cast_unittests"
236 "swarming": { 645 },
237 "can_use_on_swarming_builders": true 646 {
238 } 647 "swarming": {
239 }, 648 "can_use_on_swarming_builders": true
240 "chromedriver_unittests", 649 },
241 { 650 "test": "cc_unittests"
242 "test": "components_unittests", 651 },
243 "swarming": { 652 {
244 "can_use_on_swarming_builders": true 653 "test": "chromedriver_unittests"
245 } 654 },
246 }, 655 {
247 "compositor_unittests", 656 "swarming": {
248 { 657 "can_use_on_swarming_builders": true
249 "test": "content_browsertests", 658 },
250 "swarming": { 659 "test": "components_unittests"
251 "can_use_on_swarming_builders": true 660 },
252 } 661 {
253 }, 662 "test": "compositor_unittests"
254 { 663 },
255 "test": "content_unittests", 664 {
256 "swarming": { 665 "swarming": {
257 "can_use_on_swarming_builders": true 666 "can_use_on_swarming_builders": true
258 } 667 },
259 }, 668 "test": "content_browsertests"
260 { 669 },
261 "test": "crypto_unittests", 670 {
262 "swarming": { 671 "swarming": {
263 "can_use_on_swarming_builders": true 672 "can_use_on_swarming_builders": true
264 } 673 },
265 }, 674 "test": "content_unittests"
266 "dbus_unittests", 675 },
267 "device_unittests", 676 {
268 "display_unittests", 677 "swarming": {
269 { 678 "can_use_on_swarming_builders": true
270 "test": "events_unittests", 679 },
271 "swarming": { 680 "test": "crypto_unittests"
272 "can_use_on_swarming_builders": true 681 },
273 } 682 {
274 }, 683 "test": "dbus_unittests"
275 { 684 },
276 "test": "extensions_browsertests", 685 {
277 "swarming": { 686 "test": "device_unittests"
278 "can_use_on_swarming_builders": true 687 },
279 } 688 {
280 }, 689 "test": "display_unittests"
281 "extensions_unittests", 690 },
282 "gcm_unit_tests", 691 {
283 { 692 "swarming": {
284 "test": "gfx_unittests", 693 "can_use_on_swarming_builders": true
285 "swarming": { 694 },
286 "can_use_on_swarming_builders": true 695 "test": "events_unittests"
287 } 696 },
288 }, 697 {
289 "google_apis_unittests", 698 "swarming": {
290 { 699 "can_use_on_swarming_builders": true
291 "test": "gpu_unittests", 700 },
292 "swarming": { 701 "test": "extensions_browsertests"
293 "can_use_on_swarming_builders": true 702 },
294 } 703 {
295 }, 704 "test": "extensions_unittests"
296 { 705 },
297 "test": "interactive_ui_tests", 706 {
298 "swarming": { 707 "test": "gcm_unit_tests"
299 "can_use_on_swarming_builders": true 708 },
300 } 709 {
301 }, 710 "swarming": {
302 "ipc_mojo_unittests", 711 "can_use_on_swarming_builders": true
303 "ipc_tests", 712 },
304 "jingle_unittests", 713 "test": "gfx_unittests"
305 { 714 },
306 "test": "media_unittests", 715 {
307 "swarming": { 716 "test": "gn_unittests"
308 "can_use_on_swarming_builders": true 717 },
309 } 718 {
310 }, 719 "test": "google_apis_unittests"
311 "mojo_common_unittests", 720 },
312 "mojo_public_bindings_unittests", 721 {
313 "mojo_public_environment_unittests", 722 "swarming": {
314 "mojo_public_system_unittests", 723 "can_use_on_swarming_builders": true
315 "mojo_public_utility_unittests", 724 },
316 "mojo_system_unittests", 725 "test": "gpu_unittests"
317 "nacl_loader_unittests", 726 },
318 { 727 {
319 "test": "net_unittests", 728 "swarming": {
320 "swarming": { 729 "can_use_on_swarming_builders": true
321 "can_use_on_swarming_builders": true 730 },
322 } 731 "test": "interactive_ui_tests"
323 }, 732 },
324 "ppapi_unittests", 733 {
325 "printing_unittests", 734 "test": "ipc_mojo_unittests"
326 "remoting_unittests", 735 },
327 "sandbox_linux_unittests", 736 {
328 "sql_unittests", 737 "test": "ipc_tests"
329 { 738 },
330 "test": "ui_base_unittests", 739 {
331 "swarming": { 740 "test": "jingle_unittests"
332 "can_use_on_swarming_builders": true 741 },
333 } 742 {
334 }, 743 "swarming": {
335 { 744 "can_use_on_swarming_builders": true
336 "test": "ui_touch_selection_unittests", 745 },
337 "swarming": { 746 "test": "media_unittests"
338 "can_use_on_swarming_builders": true 747 },
339 } 748 {
340 }, 749 "test": "mojo_common_unittests"
341 { 750 },
342 "test": "sync_integration_tests", 751 {
343 "swarming": { 752 "test": "mojo_public_bindings_unittests"
344 "can_use_on_swarming_builders": true 753 },
345 } 754 {
346 }, 755 "test": "mojo_public_environment_unittests"
347 "sync_unit_tests", 756 },
348 { 757 {
349 "test": "unit_tests", 758 "test": "mojo_public_system_unittests"
350 "swarming": { 759 },
351 "can_use_on_swarming_builders": true 760 {
352 } 761 "test": "mojo_public_utility_unittests"
353 }, 762 },
354 "url_unittests", 763 {
355 "views_unittests", 764 "test": "mojo_system_unittests"
356 "wm_unittests", 765 },
357 "skia_unittests" 766 {
767 "test": "nacl_loader_unittests"
768 },
769 {
770 "swarming": {
771 "can_use_on_swarming_builders": true
772 },
773 "test": "net_unittests"
774 },
775 {
776 "test": "ppapi_unittests"
777 },
778 {
779 "test": "printing_unittests"
780 },
781 {
782 "test": "remoting_unittests"
783 },
784 {
785 "test": "sandbox_linux_unittests"
786 },
787 {
788 "test": "skia_unittests"
789 },
790 {
791 "test": "sql_unittests"
792 },
793 {
794 "swarming": {
795 "can_use_on_swarming_builders": true
796 },
797 "test": "sync_integration_tests"
798 },
799 {
800 "test": "sync_unit_tests"
801 },
802 {
803 "swarming": {
804 "can_use_on_swarming_builders": true
805 },
806 "test": "ui_base_unittests"
807 },
808 {
809 "swarming": {
810 "can_use_on_swarming_builders": true
811 },
812 "test": "ui_touch_selection_unittests"
813 },
814 {
815 "swarming": {
816 "can_use_on_swarming_builders": true
817 },
818 "test": "unit_tests"
819 },
820 {
821 "test": "url_unittests"
822 },
823 {
824 "test": "views_unittests"
825 },
826 {
827 "test": "wm_unittests"
828 }
358 ], 829 ],
359 "scripts": [ 830 "scripts": [
360 { 831 {
361 "name": "nacl_integration", 832 "name": "nacl_integration",
362 "script": "nacl_integration.py" 833 "script": "nacl_integration.py"
363 } 834 }
364 ] 835 ]
365 },
366 "Linux Tests (dbg)(1)": {
367 "gtest_tests": [
368 "gn_unittests",
369 {
370 "test": "accessibility_unittests",
371 "swarming": {
372 "can_use_on_swarming_builders": true
373 }
374 },
375 {
376 "test": "app_list_unittests",
377 "swarming": {
378 "can_use_on_swarming_builders": true
379 }
380 },
381 "app_shell_unittests",
382 "aura_unittests",
383 {
384 "test": "base_unittests",
385 "swarming": {
386 "can_use_on_swarming_builders": true
387 }
388 },
389 {
390 "test": "browser_tests",
391 "swarming": {
392 "can_use_on_swarming_builders": true,
393 "shards": 10
394 }
395 },
396 "cacheinvalidation_unittests",
397 {
398 "test": "cast_unittests",
399 "swarming": {
400 "can_use_on_swarming_builders": true
401 }
402 },
403 {
404 "test": "cc_unittests",
405 "swarming": {
406 "can_use_on_swarming_builders": true
407 }
408 },
409 "chromedriver_unittests",
410 {
411 "test": "components_unittests",
412 "swarming": {
413 "can_use_on_swarming_builders": true
414 }
415 },
416 "compositor_unittests",
417 {
418 "test": "content_browsertests",
419 "swarming": {
420 "can_use_on_swarming_builders": true
421 }
422 },
423 {
424 "test": "content_unittests",
425 "swarming": {
426 "can_use_on_swarming_builders": true
427 }
428 },
429 {
430 "test": "crypto_unittests",
431 "swarming": {
432 "can_use_on_swarming_builders": true
433 }
434 },
435 "dbus_unittests",
436 "device_unittests",
437 "display_unittests",
438 {
439 "test": "events_unittests",
440 "swarming": {
441 "can_use_on_swarming_builders": true
442 }
443 },
444 {
445 "test": "extensions_browsertests",
446 "swarming": {
447 "can_use_on_swarming_builders": true
448 }
449 },
450 "extensions_unittests",
451 "gcm_unit_tests",
452 {
453 "test": "gfx_unittests",
454 "swarming": {
455 "can_use_on_swarming_builders": true
456 }
457 },
458 "google_apis_unittests",
459 {
460 "test": "gpu_unittests",
461 "swarming": {
462 "can_use_on_swarming_builders": true
463 }
464 },
465 {
466 "test": "interactive_ui_tests",
467 "swarming": {
468 "can_use_on_swarming_builders": true,
469 "shards": 3
470 }
471 },
472 "ipc_mojo_unittests",
473 "ipc_tests",
474 "jingle_unittests",
475 {
476 "test": "media_unittests",
477 "swarming": {
478 "can_use_on_swarming_builders": true
479 }
480 },
481 "mojo_common_unittests",
482 "mojo_public_bindings_unittests",
483 "mojo_public_environment_unittests",
484 "mojo_public_system_unittests",
485 "mojo_public_utility_unittests",
486 "mojo_system_unittests",
487 "nacl_loader_unittests",
488 {
489 "test": "net_unittests",
490 "swarming": {
491 "can_use_on_swarming_builders": true
492 }
493 },
494 "ppapi_unittests",
495 "printing_unittests",
496 "remoting_unittests",
497 {
498 "test": "sandbox_linux_unittests",
499 "args": ["--test-launcher-print-test-stdio=always"]
500 },
501 "sql_unittests",
502 {
503 "test": "ui_base_unittests",
504 "swarming": {
505 "can_use_on_swarming_builders": true
506 }
507 },
508 {
509 "test": "ui_touch_selection_unittests",
510 "swarming": {
511 "can_use_on_swarming_builders": true
512 }
513 },
514 {
515 "test": "sync_integration_tests",
516 "swarming": {
517 "can_use_on_swarming_builders": true
518 }
519 },
520 "sync_unit_tests",
521 {
522 "test": "unit_tests",
523 "swarming": {
524 "can_use_on_swarming_builders": true
525 }
526 },
527 "url_unittests",
528 "views_unittests",
529 "wm_unittests",
530 "skia_unittests"
531 ],
532 "scripts": [
533 {
534 "name": "telemetry_unittests",
535 "script": "telemetry_unittests.py"
536 },
537 {
538 "name": "telemetry_perf_unittests",
539 "script": "telemetry_perf_unittests.py"
540 },
541 {
542 "name": "nacl_integration",
543 "script": "nacl_integration.py"
544 }
545 ]
546 },
547 "Linux Clang (dbg)": {
548 "gtest_tests": [
549 "gn_unittests",
550 "accessibility_unittests",
551 "app_shell_unittests",
552 "base_unittests",
553 "components_unittests",
554 "content_unittests",
555 "crypto_unittests",
556 "device_unittests",
557 "display_unittests",
558 "extensions_unittests",
559 "google_apis_unittests",
560 "ipc_mojo_unittests",
561 "ipc_tests",
562 "mojo_common_unittests",
563 "mojo_public_bindings_unittests",
564 "mojo_public_environment_unittests",
565 "mojo_public_system_unittests",
566 "mojo_public_utility_unittests",
567 "mojo_system_unittests",
568 "nacl_loader_unittests",
569 "sandbox_linux_unittests",
570 "sql_unittests",
571 "sync_unit_tests",
572 "ui_base_unittests",
573 "unit_tests",
574 "skia_unittests"
575 ]
576 },
577 "Android Tests (dbg)": {
578 "scripts": [
579 {
580 "name": "webview_licenses",
581 "script": "webview_licenses.py"
582 }
583 ]
584 },
585 "Android Tests": {
586 "scripts": [
587 {
588 "name": "webview_licenses",
589 "script": "webview_licenses.py"
590 }
591 ]
592 } 836 }
593 } 837 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698