| OLD | NEW |
| 1 { | 1 { |
| 2 "Vista Tests (1)": { | 2 "Vista Tests (1)": { |
| 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 }, | 348 }, |
| 349 "test": "courgette_unittests" | 349 "test": "courgette_unittests" |
| 350 }, | 350 }, |
| 351 { | 351 { |
| 352 "swarming": { | 352 "swarming": { |
| 353 "can_use_on_swarming_builders": true | 353 "can_use_on_swarming_builders": true |
| 354 }, | 354 }, |
| 355 "test": "crypto_unittests" | 355 "test": "crypto_unittests" |
| 356 }, | 356 }, |
| 357 { | 357 { |
| 358 "swarming": { |
| 359 "can_use_on_swarming_builders": true |
| 360 }, |
| 358 "test": "device_unittests" | 361 "test": "device_unittests" |
| 359 }, | 362 }, |
| 360 { | 363 { |
| 361 "swarming": { | 364 "swarming": { |
| 362 "can_use_on_swarming_builders": true | 365 "can_use_on_swarming_builders": true |
| 363 }, | 366 }, |
| 364 "test": "events_unittests" | 367 "test": "events_unittests" |
| 365 }, | 368 }, |
| 366 { | 369 { |
| 367 "swarming": { | 370 "swarming": { |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 }, | 753 }, |
| 751 "test": "courgette_unittests" | 754 "test": "courgette_unittests" |
| 752 }, | 755 }, |
| 753 { | 756 { |
| 754 "swarming": { | 757 "swarming": { |
| 755 "can_use_on_swarming_builders": true | 758 "can_use_on_swarming_builders": true |
| 756 }, | 759 }, |
| 757 "test": "crypto_unittests" | 760 "test": "crypto_unittests" |
| 758 }, | 761 }, |
| 759 { | 762 { |
| 763 "swarming": { |
| 764 "can_use_on_swarming_builders": true |
| 765 }, |
| 760 "test": "device_unittests" | 766 "test": "device_unittests" |
| 761 }, | 767 }, |
| 762 { | 768 { |
| 763 "swarming": { | 769 "swarming": { |
| 764 "can_use_on_swarming_builders": true | 770 "can_use_on_swarming_builders": true |
| 765 }, | 771 }, |
| 766 "test": "events_unittests" | 772 "test": "events_unittests" |
| 767 }, | 773 }, |
| 768 { | 774 { |
| 769 "swarming": { | 775 "swarming": { |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1627 "name": "telemetry_perf_unittests", | 1633 "name": "telemetry_perf_unittests", |
| 1628 "script": "telemetry_perf_unittests.py" | 1634 "script": "telemetry_perf_unittests.py" |
| 1629 }, | 1635 }, |
| 1630 { | 1636 { |
| 1631 "name": "nacl_integration", | 1637 "name": "nacl_integration", |
| 1632 "script": "nacl_integration.py" | 1638 "script": "nacl_integration.py" |
| 1633 } | 1639 } |
| 1634 ] | 1640 ] |
| 1635 } | 1641 } |
| 1636 } | 1642 } |
| OLD | NEW |