| 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 { |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 { | 101 { |
| 102 "test": "gcm_unit_tests" | 102 "test": "gcm_unit_tests" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "test": "gl_unittests" | 105 "test": "gl_unittests" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "test": "google_apis_unittests" | 108 "test": "google_apis_unittests" |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 "swarming": { |
| 112 "can_use_on_swarming_builders": true |
| 113 }, |
| 111 "test": "gpu_unittests" | 114 "test": "gpu_unittests" |
| 112 }, | 115 }, |
| 113 { | 116 { |
| 114 "swarming": { | 117 "swarming": { |
| 115 "can_use_on_swarming_builders": true, | 118 "can_use_on_swarming_builders": true, |
| 116 "shards": 2 | 119 "shards": 2 |
| 117 }, | 120 }, |
| 118 "test": "interactive_ui_tests" | 121 "test": "interactive_ui_tests" |
| 119 }, | 122 }, |
| 120 { | 123 { |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 }, | 308 }, |
| 306 "test": "gfx_unittests" | 309 "test": "gfx_unittests" |
| 307 }, | 310 }, |
| 308 { | 311 { |
| 309 "test": "gl_unittests" | 312 "test": "gl_unittests" |
| 310 }, | 313 }, |
| 311 { | 314 { |
| 312 "test": "google_apis_unittests" | 315 "test": "google_apis_unittests" |
| 313 }, | 316 }, |
| 314 { | 317 { |
| 318 "swarming": { |
| 319 "can_use_on_swarming_builders": true |
| 320 }, |
| 315 "test": "gpu_unittests" | 321 "test": "gpu_unittests" |
| 316 }, | 322 }, |
| 317 { | 323 { |
| 318 "swarming": { | 324 "swarming": { |
| 319 "can_use_on_swarming_builders": true | 325 "can_use_on_swarming_builders": true |
| 320 }, | 326 }, |
| 321 "test": "interactive_ui_tests" | 327 "test": "interactive_ui_tests" |
| 322 }, | 328 }, |
| 323 { | 329 { |
| 324 "test": "ipc_mojo_unittests" | 330 "test": "ipc_mojo_unittests" |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 }, | 501 }, |
| 496 "test": "gfx_unittests" | 502 "test": "gfx_unittests" |
| 497 }, | 503 }, |
| 498 { | 504 { |
| 499 "test": "gl_unittests" | 505 "test": "gl_unittests" |
| 500 }, | 506 }, |
| 501 { | 507 { |
| 502 "test": "google_apis_unittests" | 508 "test": "google_apis_unittests" |
| 503 }, | 509 }, |
| 504 { | 510 { |
| 511 "swarming": { |
| 512 "can_use_on_swarming_builders": true |
| 513 }, |
| 505 "test": "gpu_unittests" | 514 "test": "gpu_unittests" |
| 506 }, | 515 }, |
| 507 { | 516 { |
| 508 "test": "ipc_mojo_unittests" | 517 "test": "ipc_mojo_unittests" |
| 509 }, | 518 }, |
| 510 { | 519 { |
| 511 "test": "ipc_tests" | 520 "test": "ipc_tests" |
| 512 }, | 521 }, |
| 513 { | 522 { |
| 514 "test": "jingle_unittests" | 523 "test": "jingle_unittests" |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 }, | 577 }, |
| 569 { | 578 { |
| 570 "test": "views_unittests" | 579 "test": "views_unittests" |
| 571 }, | 580 }, |
| 572 { | 581 { |
| 573 "test": "wm_unittests" | 582 "test": "wm_unittests" |
| 574 } | 583 } |
| 575 ] | 584 ] |
| 576 } | 585 } |
| 577 } | 586 } |
| OLD | NEW |