| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 "app_shell_browsertests", | 5 "app_shell_browsertests", |
| 6 { | 6 { |
| 7 "test": "base_unittests", | 7 "test": "base_unittests", |
| 8 "swarming": { | 8 "swarming": { |
| 9 "can_use_on_swarming_builders": true | 9 "can_use_on_swarming_builders": true |
| 10 } | 10 } |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "Linux Chromium OS ASan LSan Tests (1)": { | 226 "Linux Chromium OS ASan LSan Tests (1)": { |
| 227 "gtest_tests": [ | 227 "gtest_tests": [ |
| 228 "accessibility_unittests", | 228 "accessibility_unittests", |
| 229 "app_list_unittests", | 229 "app_list_unittests", |
| 230 { | 230 { |
| 231 "test": "ash_unittests", | 231 "test": "ash_unittests", |
| 232 "swarming": { | 232 "swarming": { |
| 233 "can_use_on_swarming_builders": true | 233 "can_use_on_swarming_builders": true |
| 234 } | 234 } |
| 235 }, | 235 }, |
| 236 "athena_unittests", | |
| 237 "aura_unittests", | 236 "aura_unittests", |
| 238 { | 237 { |
| 239 "test": "base_unittests", | 238 "test": "base_unittests", |
| 240 "swarming": { | 239 "swarming": { |
| 241 "can_use_on_swarming_builders": true | 240 "can_use_on_swarming_builders": true |
| 242 } | 241 } |
| 243 }, | 242 }, |
| 244 { | 243 { |
| 245 "test": "browser_tests", | 244 "test": "browser_tests", |
| 246 "swarming": { | 245 "swarming": { |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 } | 306 } |
| 308 }, | 307 }, |
| 309 "ui_base_unittests", | 308 "ui_base_unittests", |
| 310 "ui_chromeos_unittests", | 309 "ui_chromeos_unittests", |
| 311 "ui_touch_selection_unittests", | 310 "ui_touch_selection_unittests", |
| 312 "url_unittests", | 311 "url_unittests", |
| 313 "views_unittests" | 312 "views_unittests" |
| 314 ] | 313 ] |
| 315 } | 314 } |
| 316 } | 315 } |
| OLD | NEW |