| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 }, | 157 }, |
| 158 "Linux Chromium OS ASan LSan Tests (1)": { | 158 "Linux Chromium OS ASan LSan Tests (1)": { |
| 159 "gtest_tests": [ | 159 "gtest_tests": [ |
| 160 { | 160 { |
| 161 "swarming": { | 161 "swarming": { |
| 162 "can_use_on_swarming_builders": true | 162 "can_use_on_swarming_builders": true |
| 163 }, | 163 }, |
| 164 "test": "accessibility_unittests" | 164 "test": "accessibility_unittests" |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "swarming": { |
| 168 "can_use_on_swarming_builders": true |
| 169 }, |
| 167 "test": "app_list_unittests" | 170 "test": "app_list_unittests" |
| 168 }, | 171 }, |
| 169 { | 172 { |
| 170 "swarming": { | 173 "swarming": { |
| 171 "can_use_on_swarming_builders": true | 174 "can_use_on_swarming_builders": true |
| 172 }, | 175 }, |
| 173 "test": "ash_unittests" | 176 "test": "ash_unittests" |
| 174 }, | 177 }, |
| 175 { | 178 { |
| 176 "test": "aura_unittests" | 179 "test": "aura_unittests" |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 }, | 517 }, |
| 515 { | 518 { |
| 516 "test": "ui_base_unittests" | 519 "test": "ui_base_unittests" |
| 517 }, | 520 }, |
| 518 { | 521 { |
| 519 "test": "url_unittests" | 522 "test": "url_unittests" |
| 520 } | 523 } |
| 521 ] | 524 ] |
| 522 } | 525 } |
| 523 } | 526 } |
| OLD | NEW |