OLD | NEW |
1 { | 1 { |
2 "Linux Trusty": { | 2 "Linux Trusty": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 "app_list_unittests", | 5 "app_list_unittests", |
6 "app_shell_unittests", | 6 "app_shell_unittests", |
7 "aura_unittests", | 7 "aura_unittests", |
8 "interactive_ui_tests", | 8 "interactive_ui_tests", |
9 "base_unittests", | 9 "base_unittests", |
10 "cacheinvalidation_unittests", | 10 "cacheinvalidation_unittests", |
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 "browser_tests", | 712 "browser_tests", |
713 { | 713 { |
714 "test": "content_browsertests", | 714 "test": "content_browsertests", |
715 "swarming": { | 715 "swarming": { |
716 "can_use_on_swarming_builders": true | 716 "can_use_on_swarming_builders": true |
717 } | 717 } |
718 }, | 718 }, |
719 "installer_util_unittests" | 719 "installer_util_unittests" |
720 ] | 720 ] |
721 }, | 721 }, |
722 "CrWinClang(asan) tester": { | 722 "CrWinAsan tester": { |
723 "gtest_tests": [ | 723 "gtest_tests": [ |
724 { | 724 { |
725 "test": "base_unittests", | 725 "test": "base_unittests", |
726 "swarming": { | 726 "swarming": { |
727 "can_use_on_swarming_builders": true | 727 "can_use_on_swarming_builders": true |
728 } | 728 } |
729 }, | 729 }, |
730 "cacheinvalidation_unittests", | 730 "cacheinvalidation_unittests", |
731 "chrome_elf_unittests", | 731 "chrome_elf_unittests", |
732 "components_unittests", | 732 "components_unittests", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 { | 811 { |
812 "test": "content_browsertests", | 812 "test": "content_browsertests", |
813 "swarming": { | 813 "swarming": { |
814 "can_use_on_swarming_builders": true | 814 "can_use_on_swarming_builders": true |
815 } | 815 } |
816 }, | 816 }, |
817 "installer_util_unittests" | 817 "installer_util_unittests" |
818 ] | 818 ] |
819 } | 819 } |
820 } | 820 } |
OLD | NEW |