| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Asan Builder Tests (dbg)": { | 2 "Android Asan Builder Tests (dbg)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "args": [ | 5 "args": [ |
| 6 "--tool=asan" | 6 "--tool=asan" |
| 7 ], | 7 ], |
| 8 "swarming": { | 8 "swarming": { |
| 9 "can_use_on_swarming_builders": false | 9 "can_use_on_swarming_builders": false |
| 10 }, | 10 }, |
| (...skipping 11634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11645 } | 11645 } |
| 11646 ] | 11646 ] |
| 11647 }, | 11647 }, |
| 11648 "Mojo ChromiumOS": { | 11648 "Mojo ChromiumOS": { |
| 11649 "additional_compile_targets": [ | 11649 "additional_compile_targets": [ |
| 11650 "mash:all" | 11650 "mash:all" |
| 11651 ], | 11651 ], |
| 11652 "gtest_tests": [ | 11652 "gtest_tests": [ |
| 11653 { | 11653 { |
| 11654 "args": [ | 11654 "args": [ |
| 11655 "--mash", |
| 11656 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte
sts_mash.filter" |
| 11657 ], |
| 11658 "name": "ash_unittests --mash", |
| 11659 "override_isolate_target": "ash_unittests", |
| 11660 "swarming": { |
| 11661 "can_use_on_swarming_builders": true |
| 11662 }, |
| 11663 "test": "ash_unittests" |
| 11664 }, |
| 11665 { |
| 11666 "args": [ |
| 11655 "--mus", | 11667 "--mus", |
| 11656 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte
sts_mus.filter" | 11668 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte
sts_mus.filter" |
| 11657 ], | 11669 ], |
| 11658 "name": "ash_unittests --mus", | 11670 "name": "ash_unittests --mus", |
| 11659 "override_isolate_target": "ash_unittests", | 11671 "override_isolate_target": "ash_unittests", |
| 11660 "swarming": { | 11672 "swarming": { |
| 11661 "can_use_on_swarming_builders": true | 11673 "can_use_on_swarming_builders": true |
| 11662 }, | 11674 }, |
| 11663 "test": "ash_unittests" | 11675 "test": "ash_unittests" |
| 11664 }, | 11676 }, |
| (...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13107 }, | 13119 }, |
| 13108 { | 13120 { |
| 13109 "swarming": { | 13121 "swarming": { |
| 13110 "can_use_on_swarming_builders": false | 13122 "can_use_on_swarming_builders": false |
| 13111 }, | 13123 }, |
| 13112 "test": "views_unittests" | 13124 "test": "views_unittests" |
| 13113 } | 13125 } |
| 13114 ] | 13126 ] |
| 13115 } | 13127 } |
| 13116 } | 13128 } |
| OLD | NEW |