OLD | NEW |
1 { | 1 { |
2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "swarming": { | 5 "swarming": { |
6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
7 }, | 7 }, |
8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 { | 362 { |
363 "swarming": { | 363 "swarming": { |
364 "can_use_on_swarming_builders": true | 364 "can_use_on_swarming_builders": true |
365 }, | 365 }, |
366 "test": "ui_base_unittests" | 366 "test": "ui_base_unittests" |
367 }, | 367 }, |
368 { | 368 { |
369 "test": "ui_chromeos_unittests" | 369 "test": "ui_chromeos_unittests" |
370 }, | 370 }, |
371 { | 371 { |
| 372 "swarming": { |
| 373 "can_use_on_swarming_builders": true |
| 374 }, |
372 "test": "ui_touch_selection_unittests" | 375 "test": "ui_touch_selection_unittests" |
373 }, | 376 }, |
374 { | 377 { |
375 "swarming": { | 378 "swarming": { |
376 "can_use_on_swarming_builders": true, | 379 "can_use_on_swarming_builders": true, |
377 "shards": 2 | 380 "shards": 2 |
378 }, | 381 }, |
379 "test": "unit_tests" | 382 "test": "unit_tests" |
380 }, | 383 }, |
381 { | 384 { |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 "can_use_on_swarming_builders": true | 510 "can_use_on_swarming_builders": true |
508 }, | 511 }, |
509 "test": "unit_tests" | 512 "test": "unit_tests" |
510 }, | 513 }, |
511 { | 514 { |
512 "test": "url_unittests" | 515 "test": "url_unittests" |
513 } | 516 } |
514 ] | 517 ] |
515 } | 518 } |
516 } | 519 } |
OLD | NEW |