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 "CrWinClang64(asan) tester": { | 722 "CrWinClang(asan) 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 29 matching lines...) Expand all Loading... |
762 { | 762 { |
763 "test": "content_browsertests", | 763 "test": "content_browsertests", |
764 "swarming": { | 764 "swarming": { |
765 "can_use_on_swarming_builders": true | 765 "can_use_on_swarming_builders": true |
766 } | 766 } |
767 }, | 767 }, |
768 "installer_util_unittests" | 768 "installer_util_unittests" |
769 ] | 769 ] |
770 } | 770 } |
771 } | 771 } |
OLD | NEW |