Chromium Code Reviews| 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 "isolated_scripts": [ | |
|
Paweł Hajdan Jr.
2016/03/29 13:16:58
This is no-op since the build-side config doesn't
smut
2016/03/29 19:54:33
Removed.
| |
| 901 { | |
| 902 "isolate_name": "telemetry_gpu_unittests", | |
| 903 "name": "telemetry_gpu_unittests", | |
| 904 "override_compile_targets": [ | |
| 905 "telemetry_gpu_unittests_run" | |
| 906 ], | |
| 907 "swarming": { | |
| 908 "can_use_on_swarming_builders": true | |
| 909 } | |
| 910 }, | |
| 911 { | |
| 912 "isolate_name": "telemetry_perf_unittests", | |
| 913 "name": "telemetry_perf_unittests", | |
| 914 "override_compile_targets": [ | |
| 915 "telemetry_perf_unittests_run" | |
| 916 ], | |
| 917 "swarming": { | |
| 918 "can_use_on_swarming_builders": true | |
| 919 } | |
| 920 }, | |
| 921 { | |
| 922 "isolate_name": "telemetry_unittests", | |
| 923 "name": "telemetry_unittests", | |
| 924 "override_compile_targets": [ | |
| 925 "telemetry_unittests_run" | |
| 926 ], | |
| 927 "swarming": { | |
| 928 "can_use_on_swarming_builders": true | |
| 929 } | |
| 930 } | |
| 931 ], | |
| 932 "scripts": [ | |
| 933 { | |
| 934 "name": "nacl_integration", | |
| 935 "script": "nacl_integration.py" | |
| 936 } | |
| 937 ] | |
| 938 }, | |
| 774 "Chromium Win 10": { | 939 "Chromium Win 10": { |
| 775 "gtest_tests": [ | 940 "gtest_tests": [ |
| 776 { | 941 { |
| 777 "swarming": { | 942 "swarming": { |
| 778 "can_use_on_swarming_builders": true | 943 "can_use_on_swarming_builders": true |
| 779 }, | 944 }, |
| 780 "test": "angle_unittests" | 945 "test": "angle_unittests" |
| 781 }, | 946 }, |
| 782 { | 947 { |
| 783 "swarming": { | 948 "swarming": { |
| (...skipping 6913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 7697 }, | 7862 }, |
| 7698 { | 7863 { |
| 7699 "args": [ | 7864 "args": [ |
| 7700 "--isolate-extensions" | 7865 "--isolate-extensions" |
| 7701 ], | 7866 ], |
| 7702 "test": "unit_tests" | 7867 "test": "unit_tests" |
| 7703 } | 7868 } |
| 7704 ] | 7869 ] |
| 7705 } | 7870 } |
| 7706 } | 7871 } |
| OLD | NEW |