| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromeOS MSan Tests": { | 2 "Linux ChromeOS MSan Tests": { |
| 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 { |
| 11 "swarming": { |
| 12 "can_use_on_swarming_builders": true |
| 13 }, |
| 11 "test": "app_list_unittests" | 14 "test": "app_list_unittests" |
| 12 }, | 15 }, |
| 13 { | 16 { |
| 14 "test": "aura_unittests" | 17 "test": "aura_unittests" |
| 15 }, | 18 }, |
| 16 { | 19 { |
| 17 "test": "base_unittests" | 20 "test": "base_unittests" |
| 18 }, | 21 }, |
| 19 { | 22 { |
| 20 "swarming": { | 23 "swarming": { |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 }, | 166 }, |
| 164 "Linux MSan Tests": { | 167 "Linux MSan Tests": { |
| 165 "gtest_tests": [ | 168 "gtest_tests": [ |
| 166 { | 169 { |
| 167 "swarming": { | 170 "swarming": { |
| 168 "can_use_on_swarming_builders": true | 171 "can_use_on_swarming_builders": true |
| 169 }, | 172 }, |
| 170 "test": "accessibility_unittests" | 173 "test": "accessibility_unittests" |
| 171 }, | 174 }, |
| 172 { | 175 { |
| 176 "swarming": { |
| 177 "can_use_on_swarming_builders": true |
| 178 }, |
| 173 "test": "app_list_unittests" | 179 "test": "app_list_unittests" |
| 174 }, | 180 }, |
| 175 { | 181 { |
| 176 "test": "aura_unittests" | 182 "test": "aura_unittests" |
| 177 }, | 183 }, |
| 178 { | 184 { |
| 179 "test": "base_unittests" | 185 "test": "base_unittests" |
| 180 }, | 186 }, |
| 181 { | 187 { |
| 182 "swarming": { | 188 "swarming": { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "interactive_ui_tests": "http://crbug.com/455679" | 339 "interactive_ui_tests": "http://crbug.com/455679" |
| 334 }, | 340 }, |
| 335 "gtest_tests": [ | 341 "gtest_tests": [ |
| 336 { | 342 { |
| 337 "swarming": { | 343 "swarming": { |
| 338 "can_use_on_swarming_builders": true | 344 "can_use_on_swarming_builders": true |
| 339 }, | 345 }, |
| 340 "test": "accessibility_unittests" | 346 "test": "accessibility_unittests" |
| 341 }, | 347 }, |
| 342 { | 348 { |
| 349 "swarming": { |
| 350 "can_use_on_swarming_builders": true |
| 351 }, |
| 343 "test": "app_list_unittests" | 352 "test": "app_list_unittests" |
| 344 }, | 353 }, |
| 345 { | 354 { |
| 346 "test": "aura_unittests" | 355 "test": "aura_unittests" |
| 347 }, | 356 }, |
| 348 { | 357 { |
| 349 "swarming": { | 358 "swarming": { |
| 350 "can_use_on_swarming_builders": true | 359 "can_use_on_swarming_builders": true |
| 351 }, | 360 }, |
| 352 "test": "base_unittests" | 361 "test": "base_unittests" |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 }, | 475 }, |
| 467 { | 476 { |
| 468 "test": "views_unittests" | 477 "test": "views_unittests" |
| 469 }, | 478 }, |
| 470 { | 479 { |
| 471 "test": "wm_unittests" | 480 "test": "wm_unittests" |
| 472 } | 481 } |
| 473 ] | 482 ] |
| 474 } | 483 } |
| 475 } | 484 } |
| OLD | NEW |