| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 { | 77 { |
| 78 "test": "dbus_unittests" | 78 "test": "dbus_unittests" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "test": "device_unittests" | 81 "test": "device_unittests" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "test": "display_unittests" | 84 "test": "display_unittests" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "swarming": { |
| 88 "can_use_on_swarming_builders": true |
| 89 }, |
| 87 "test": "events_unittests" | 90 "test": "events_unittests" |
| 88 }, | 91 }, |
| 89 { | 92 { |
| 90 "swarming": { | 93 "swarming": { |
| 91 "can_use_on_swarming_builders": true | 94 "can_use_on_swarming_builders": true |
| 92 }, | 95 }, |
| 93 "test": "extensions_browsertests" | 96 "test": "extensions_browsertests" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "test": "extensions_unittests" | 99 "test": "extensions_unittests" |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 { | 278 { |
| 276 "test": "dbus_unittests" | 279 "test": "dbus_unittests" |
| 277 }, | 280 }, |
| 278 { | 281 { |
| 279 "test": "device_unittests" | 282 "test": "device_unittests" |
| 280 }, | 283 }, |
| 281 { | 284 { |
| 282 "test": "display_unittests" | 285 "test": "display_unittests" |
| 283 }, | 286 }, |
| 284 { | 287 { |
| 288 "swarming": { |
| 289 "can_use_on_swarming_builders": true |
| 290 }, |
| 285 "test": "events_unittests" | 291 "test": "events_unittests" |
| 286 }, | 292 }, |
| 287 { | 293 { |
| 288 "swarming": { | 294 "swarming": { |
| 289 "can_use_on_swarming_builders": true | 295 "can_use_on_swarming_builders": true |
| 290 }, | 296 }, |
| 291 "test": "extensions_browsertests" | 297 "test": "extensions_browsertests" |
| 292 }, | 298 }, |
| 293 { | 299 { |
| 294 "test": "extensions_unittests" | 300 "test": "extensions_unittests" |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 { | 477 { |
| 472 "test": "dbus_unittests" | 478 "test": "dbus_unittests" |
| 473 }, | 479 }, |
| 474 { | 480 { |
| 475 "test": "device_unittests" | 481 "test": "device_unittests" |
| 476 }, | 482 }, |
| 477 { | 483 { |
| 478 "test": "display_unittests" | 484 "test": "display_unittests" |
| 479 }, | 485 }, |
| 480 { | 486 { |
| 487 "swarming": { |
| 488 "can_use_on_swarming_builders": true |
| 489 }, |
| 481 "test": "events_unittests" | 490 "test": "events_unittests" |
| 482 }, | 491 }, |
| 483 { | 492 { |
| 484 "test": "extensions_unittests" | 493 "test": "extensions_unittests" |
| 485 }, | 494 }, |
| 486 { | 495 { |
| 487 "test": "gcm_unit_tests" | 496 "test": "gcm_unit_tests" |
| 488 }, | 497 }, |
| 489 { | 498 { |
| 490 "swarming": { | 499 "swarming": { |
| (...skipping 77 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 |