| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "swarming": { | 120 "swarming": { |
| 121 "can_use_on_swarming_builders": true, | 121 "can_use_on_swarming_builders": true, |
| 122 "shards": 2 | 122 "shards": 2 |
| 123 }, | 123 }, |
| 124 "test": "interactive_ui_tests" | 124 "test": "interactive_ui_tests" |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "test": "ipc_mojo_unittests" | 127 "test": "ipc_mojo_unittests" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "swarming": { |
| 131 "can_use_on_swarming_builders": true |
| 132 }, |
| 130 "test": "ipc_tests" | 133 "test": "ipc_tests" |
| 131 }, | 134 }, |
| 132 { | 135 { |
| 133 "test": "jingle_unittests" | 136 "test": "jingle_unittests" |
| 134 }, | 137 }, |
| 135 { | 138 { |
| 136 "swarming": { | 139 "swarming": { |
| 137 "can_use_on_swarming_builders": true | 140 "can_use_on_swarming_builders": true |
| 138 }, | 141 }, |
| 139 "test": "media_unittests" | 142 "test": "media_unittests" |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 { | 344 { |
| 342 "swarming": { | 345 "swarming": { |
| 343 "can_use_on_swarming_builders": true | 346 "can_use_on_swarming_builders": true |
| 344 }, | 347 }, |
| 345 "test": "interactive_ui_tests" | 348 "test": "interactive_ui_tests" |
| 346 }, | 349 }, |
| 347 { | 350 { |
| 348 "test": "ipc_mojo_unittests" | 351 "test": "ipc_mojo_unittests" |
| 349 }, | 352 }, |
| 350 { | 353 { |
| 354 "swarming": { |
| 355 "can_use_on_swarming_builders": true |
| 356 }, |
| 351 "test": "ipc_tests" | 357 "test": "ipc_tests" |
| 352 }, | 358 }, |
| 353 { | 359 { |
| 354 "test": "jingle_unittests" | 360 "test": "jingle_unittests" |
| 355 }, | 361 }, |
| 356 { | 362 { |
| 357 "swarming": { | 363 "swarming": { |
| 358 "can_use_on_swarming_builders": true | 364 "can_use_on_swarming_builders": true |
| 359 }, | 365 }, |
| 360 "test": "media_unittests" | 366 "test": "media_unittests" |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 { | 552 { |
| 547 "swarming": { | 553 "swarming": { |
| 548 "can_use_on_swarming_builders": true | 554 "can_use_on_swarming_builders": true |
| 549 }, | 555 }, |
| 550 "test": "gpu_unittests" | 556 "test": "gpu_unittests" |
| 551 }, | 557 }, |
| 552 { | 558 { |
| 553 "test": "ipc_mojo_unittests" | 559 "test": "ipc_mojo_unittests" |
| 554 }, | 560 }, |
| 555 { | 561 { |
| 562 "swarming": { |
| 563 "can_use_on_swarming_builders": true |
| 564 }, |
| 556 "test": "ipc_tests" | 565 "test": "ipc_tests" |
| 557 }, | 566 }, |
| 558 { | 567 { |
| 559 "test": "jingle_unittests" | 568 "test": "jingle_unittests" |
| 560 }, | 569 }, |
| 561 { | 570 { |
| 562 "swarming": { | 571 "swarming": { |
| 563 "can_use_on_swarming_builders": true | 572 "can_use_on_swarming_builders": true |
| 564 }, | 573 }, |
| 565 "test": "media_unittests" | 574 "test": "media_unittests" |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 }, | 634 }, |
| 626 { | 635 { |
| 627 "test": "views_unittests" | 636 "test": "views_unittests" |
| 628 }, | 637 }, |
| 629 { | 638 { |
| 630 "test": "wm_unittests" | 639 "test": "wm_unittests" |
| 631 } | 640 } |
| 632 ] | 641 ] |
| 633 } | 642 } |
| 634 } | 643 } |
| OLD | NEW |