OLD | NEW |
1 { | 1 { |
2 "Android Cloud Tests": { | 2 "Android Cloud Tests": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
6 }, | 6 }, |
7 { | 7 { |
8 "test": "base_unittests" | 8 "test": "base_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 } | 764 } |
765 } | 765 } |
766 ], | 766 ], |
767 "scripts": [ | 767 "scripts": [ |
768 { | 768 { |
769 "name": "nacl_integration", | 769 "name": "nacl_integration", |
770 "script": "nacl_integration.py" | 770 "script": "nacl_integration.py" |
771 } | 771 } |
772 ] | 772 ] |
773 }, | 773 }, |
| 774 "Chromium Mac 10.11 Force Mac Toolchain": { |
| 775 "gtest_tests": [ |
| 776 { |
| 777 "test": "accessibility_unittests" |
| 778 }, |
| 779 { |
| 780 "test": "app_list_unittests" |
| 781 }, |
| 782 { |
| 783 "test": "base_unittests" |
| 784 }, |
| 785 { |
| 786 "test": "browser_tests" |
| 787 }, |
| 788 { |
| 789 "test": "cacheinvalidation_unittests" |
| 790 }, |
| 791 { |
| 792 "test": "cast_unittests" |
| 793 }, |
| 794 { |
| 795 "test": "cc_unittests" |
| 796 }, |
| 797 { |
| 798 "test": "chromedriver_unittests" |
| 799 }, |
| 800 { |
| 801 "test": "components_unittests" |
| 802 }, |
| 803 { |
| 804 "test": "content_browsertests" |
| 805 }, |
| 806 { |
| 807 "test": "content_unittests" |
| 808 }, |
| 809 { |
| 810 "test": "crypto_unittests" |
| 811 }, |
| 812 { |
| 813 "test": "extensions_unittests" |
| 814 }, |
| 815 { |
| 816 "test": "gcm_unit_tests" |
| 817 }, |
| 818 { |
| 819 "test": "gfx_unittests" |
| 820 }, |
| 821 { |
| 822 "test": "google_apis_unittests" |
| 823 }, |
| 824 { |
| 825 "test": "gpu_unittests" |
| 826 }, |
| 827 { |
| 828 "test": "interactive_ui_tests" |
| 829 }, |
| 830 { |
| 831 "test": "ipc_tests" |
| 832 }, |
| 833 { |
| 834 "test": "jingle_unittests" |
| 835 }, |
| 836 { |
| 837 "test": "media_blink_unittests" |
| 838 }, |
| 839 { |
| 840 "test": "media_unittests" |
| 841 }, |
| 842 { |
| 843 "test": "message_center_unittests" |
| 844 }, |
| 845 { |
| 846 "test": "midi_unittests" |
| 847 }, |
| 848 { |
| 849 "test": "mojo_common_unittests" |
| 850 }, |
| 851 { |
| 852 "test": "mojo_public_bindings_unittests" |
| 853 }, |
| 854 { |
| 855 "swarming": { |
| 856 "can_use_on_swarming_builders": true |
| 857 }, |
| 858 "test": "mojo_public_system_unittests" |
| 859 }, |
| 860 { |
| 861 "test": "mojo_system_unittests" |
| 862 }, |
| 863 { |
| 864 "test": "net_unittests" |
| 865 }, |
| 866 { |
| 867 "test": "ppapi_unittests" |
| 868 }, |
| 869 { |
| 870 "test": "printing_unittests" |
| 871 }, |
| 872 { |
| 873 "test": "remoting_unittests" |
| 874 }, |
| 875 { |
| 876 "test": "sandbox_mac_unittests" |
| 877 }, |
| 878 { |
| 879 "test": "skia_unittests" |
| 880 }, |
| 881 { |
| 882 "test": "sql_unittests" |
| 883 }, |
| 884 { |
| 885 "test": "sync_integration_tests" |
| 886 }, |
| 887 { |
| 888 "test": "sync_unit_tests" |
| 889 }, |
| 890 { |
| 891 "test": "ui_base_unittests" |
| 892 }, |
| 893 { |
| 894 "test": "unit_tests" |
| 895 }, |
| 896 { |
| 897 "test": "url_unittests" |
| 898 } |
| 899 ], |
| 900 "scripts": [ |
| 901 { |
| 902 "name": "nacl_integration", |
| 903 "script": "nacl_integration.py" |
| 904 } |
| 905 ] |
| 906 }, |
774 "Chromium Win 10": { | 907 "Chromium Win 10": { |
775 "gtest_tests": [ | 908 "gtest_tests": [ |
776 { | 909 { |
777 "swarming": { | 910 "swarming": { |
778 "can_use_on_swarming_builders": true | 911 "can_use_on_swarming_builders": true |
779 }, | 912 }, |
780 "test": "angle_unittests" | 913 "test": "angle_unittests" |
781 }, | 914 }, |
782 { | 915 { |
783 "swarming": { | 916 "swarming": { |
(...skipping 6913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7697 }, | 7830 }, |
7698 { | 7831 { |
7699 "args": [ | 7832 "args": [ |
7700 "--isolate-extensions" | 7833 "--isolate-extensions" |
7701 ], | 7834 ], |
7702 "test": "unit_tests" | 7835 "test": "unit_tests" |
7703 } | 7836 } |
7704 ] | 7837 ] |
7705 } | 7838 } |
7706 } | 7839 } |
OLD | NEW |