Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 1551183002: Move many tests on the FYI waterfall to swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "Android Cloud Tests": { 2 "Android Cloud Tests": {
martiniss 2016/01/20 01:07:01 These should not be swarmed.
Nico 2016/01/20 02:13:17 If things shouldn't be swarmed on some bot, you ne
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 {
11 "override_compile_targets": [ 11 "override_compile_targets": [
12 "breakpad_unittests_deps" 12 "breakpad_unittests_deps"
13 ], 13 ],
14 "test": "breakpad_unittests" 14 "test": "breakpad_unittests"
15 }, 15 },
16 { 16 {
17 "test": "cc_unittests" 17 "test": "cc_unittests"
18 }, 18 },
19 { 19 {
20 "test": "components_browsertests" 20 "test": "components_browsertests"
21 }, 21 },
22 { 22 {
23 "swarming": {
24 "can_use_on_swarming_builders": true
25 },
23 "test": "components_unittests" 26 "test": "components_unittests"
24 }, 27 },
25 { 28 {
29 "swarming": {
30 "can_use_on_swarming_builders": true
31 },
26 "test": "content_browsertests" 32 "test": "content_browsertests"
27 }, 33 },
28 { 34 {
35 "swarming": {
36 "can_use_on_swarming_builders": true
37 },
29 "test": "content_unittests" 38 "test": "content_unittests"
30 }, 39 },
31 { 40 {
32 "test": "device_unittests" 41 "test": "device_unittests"
33 }, 42 },
34 { 43 {
35 "test": "events_unittests" 44 "test": "events_unittests"
36 }, 45 },
37 { 46 {
38 "test": "gl_tests" 47 "test": "gl_tests"
39 }, 48 },
40 { 49 {
41 "test": "gl_unittests" 50 "test": "gl_unittests"
42 }, 51 },
43 { 52 {
44 "test": "gpu_unittests" 53 "test": "gpu_unittests"
45 }, 54 },
46 { 55 {
56 "swarming": {
57 "can_use_on_swarming_builders": true
58 },
47 "test": "ipc_tests" 59 "test": "ipc_tests"
48 }, 60 },
49 { 61 {
62 "swarming": {
63 "can_use_on_swarming_builders": true
64 },
50 "test": "media_unittests" 65 "test": "media_unittests"
51 }, 66 },
52 { 67 {
53 "test": "net_unittests" 68 "test": "net_unittests"
54 }, 69 },
55 { 70 {
56 "override_compile_targets": [ 71 "override_compile_targets": [
57 "sandbox_linux_unittests_deps" 72 "sandbox_linux_unittests_deps"
58 ], 73 ],
59 "test": "sandbox_linux_unittests" 74 "test": "sandbox_linux_unittests"
60 }, 75 },
61 { 76 {
77 "swarming": {
78 "can_use_on_swarming_builders": true
79 },
62 "test": "sql_unittests" 80 "test": "sql_unittests"
63 }, 81 },
64 { 82 {
83 "swarming": {
84 "can_use_on_swarming_builders": true
85 },
65 "test": "sync_unit_tests" 86 "test": "sync_unit_tests"
66 }, 87 },
67 { 88 {
68 "test": "ui_android_unittests" 89 "test": "ui_android_unittests"
69 }, 90 },
70 { 91 {
71 "test": "ui_base_unittests" 92 "test": "ui_base_unittests"
72 }, 93 },
73 { 94 {
74 "test": "ui_touch_selection_unittests" 95 "test": "ui_touch_selection_unittests"
(...skipping 25 matching lines...) Expand all
100 ], 121 ],
101 "test": "breakpad_unittests" 122 "test": "breakpad_unittests"
102 }, 123 },
103 { 124 {
104 "test": "cc_unittests" 125 "test": "cc_unittests"
105 }, 126 },
106 { 127 {
107 "test": "components_browsertests" 128 "test": "components_browsertests"
108 }, 129 },
109 { 130 {
131 "swarming": {
132 "can_use_on_swarming_builders": true
133 },
110 "test": "components_unittests" 134 "test": "components_unittests"
111 }, 135 },
112 { 136 {
137 "swarming": {
138 "can_use_on_swarming_builders": true
139 },
113 "test": "content_browsertests" 140 "test": "content_browsertests"
114 }, 141 },
115 { 142 {
143 "swarming": {
144 "can_use_on_swarming_builders": true
145 },
116 "test": "content_unittests" 146 "test": "content_unittests"
117 }, 147 },
118 { 148 {
119 "test": "device_unittests" 149 "test": "device_unittests"
120 }, 150 },
121 { 151 {
122 "test": "events_unittests" 152 "test": "events_unittests"
123 }, 153 },
124 { 154 {
125 "test": "gl_tests" 155 "test": "gl_tests"
126 }, 156 },
127 { 157 {
128 "test": "gl_unittests" 158 "test": "gl_unittests"
129 }, 159 },
130 { 160 {
131 "test": "gpu_unittests" 161 "test": "gpu_unittests"
132 }, 162 },
133 { 163 {
164 "swarming": {
165 "can_use_on_swarming_builders": true
166 },
134 "test": "ipc_tests" 167 "test": "ipc_tests"
135 }, 168 },
136 { 169 {
170 "swarming": {
171 "can_use_on_swarming_builders": true
172 },
137 "test": "media_unittests" 173 "test": "media_unittests"
138 }, 174 },
139 { 175 {
176 "swarming": {
177 "can_use_on_swarming_builders": true
178 },
140 "test": "midi_unittests" 179 "test": "midi_unittests"
141 }, 180 },
142 { 181 {
143 "test": "net_unittests" 182 "test": "net_unittests"
144 }, 183 },
145 { 184 {
146 "override_compile_targets": [ 185 "override_compile_targets": [
147 "sandbox_linux_unittests_deps" 186 "sandbox_linux_unittests_deps"
148 ], 187 ],
149 "test": "sandbox_linux_unittests" 188 "test": "sandbox_linux_unittests"
150 }, 189 },
151 { 190 {
191 "swarming": {
192 "can_use_on_swarming_builders": true
193 },
152 "test": "skia_unittests" 194 "test": "skia_unittests"
153 }, 195 },
154 { 196 {
197 "swarming": {
198 "can_use_on_swarming_builders": true
199 },
155 "test": "sql_unittests" 200 "test": "sql_unittests"
156 }, 201 },
157 { 202 {
203 "swarming": {
204 "can_use_on_swarming_builders": true
205 },
158 "test": "sync_unit_tests" 206 "test": "sync_unit_tests"
159 }, 207 },
160 { 208 {
161 "test": "ui_android_unittests" 209 "test": "ui_android_unittests"
162 }, 210 },
163 { 211 {
164 "test": "ui_base_unittests" 212 "test": "ui_base_unittests"
165 }, 213 },
166 { 214 {
167 "test": "ui_touch_selection_unittests" 215 "test": "ui_touch_selection_unittests"
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 { 638 {
591 "test": "cast_unittests" 639 "test": "cast_unittests"
592 }, 640 },
593 { 641 {
594 "test": "cc_unittests" 642 "test": "cc_unittests"
595 }, 643 },
596 { 644 {
597 "test": "chromedriver_unittests" 645 "test": "chromedriver_unittests"
598 }, 646 },
599 { 647 {
648 "swarming": {
649 "can_use_on_swarming_builders": true
650 },
600 "test": "components_unittests" 651 "test": "components_unittests"
601 }, 652 },
602 { 653 {
603 "test": "content_browsertests" 654 "test": "content_browsertests"
604 }, 655 },
605 { 656 {
606 "test": "content_unittests" 657 "test": "content_unittests"
607 }, 658 },
608 { 659 {
609 "test": "crypto_unittests" 660 "test": "crypto_unittests"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 }, 816 },
766 "test": "browser_tests" 817 "test": "browser_tests"
767 }, 818 },
768 { 819 {
769 "test": "cacheinvalidation_unittests" 820 "test": "cacheinvalidation_unittests"
770 }, 821 },
771 { 822 {
772 "test": "chrome_elf_unittests" 823 "test": "chrome_elf_unittests"
773 }, 824 },
774 { 825 {
826 "swarming": {
827 "can_use_on_swarming_builders": true
828 },
775 "test": "components_unittests" 829 "test": "components_unittests"
776 }, 830 },
777 { 831 {
778 "swarming": { 832 "swarming": {
779 "can_use_on_swarming_builders": true 833 "can_use_on_swarming_builders": true
780 }, 834 },
781 "test": "content_browsertests" 835 "test": "content_browsertests"
782 }, 836 },
783 { 837 {
784 "swarming": { 838 "swarming": {
(...skipping 13 matching lines...) Expand all
798 }, 852 },
799 "test": "crypto_unittests" 853 "test": "crypto_unittests"
800 }, 854 },
801 { 855 {
802 "test": "device_unittests" 856 "test": "device_unittests"
803 }, 857 },
804 { 858 {
805 "test": "extensions_unittests" 859 "test": "extensions_unittests"
806 }, 860 },
807 { 861 {
862 "swarming": {
863 "can_use_on_swarming_builders": true
864 },
808 "test": "gcm_unit_tests" 865 "test": "gcm_unit_tests"
809 }, 866 },
810 { 867 {
811 "swarming": { 868 "swarming": {
812 "can_use_on_swarming_builders": true 869 "can_use_on_swarming_builders": true
813 }, 870 },
814 "test": "google_apis_unittests" 871 "test": "google_apis_unittests"
815 }, 872 },
816 { 873 {
817 "test": "gpu_unittests" 874 "test": "gpu_unittests"
818 }, 875 },
819 { 876 {
820 "test": "installer_util_unittests" 877 "test": "installer_util_unittests"
821 }, 878 },
822 { 879 {
880 "swarming": {
881 "can_use_on_swarming_builders": true
882 },
823 "test": "ipc_tests" 883 "test": "ipc_tests"
824 }, 884 },
825 { 885 {
886 "swarming": {
887 "can_use_on_swarming_builders": true
888 },
826 "test": "jingle_unittests" 889 "test": "jingle_unittests"
827 }, 890 },
828 { 891 {
892 "swarming": {
893 "can_use_on_swarming_builders": true
894 },
829 "test": "media_blink_unittests" 895 "test": "media_blink_unittests"
830 }, 896 },
831 { 897 {
898 "swarming": {
899 "can_use_on_swarming_builders": true
900 },
832 "test": "media_unittests" 901 "test": "media_unittests"
833 }, 902 },
834 { 903 {
904 "swarming": {
905 "can_use_on_swarming_builders": true
906 },
835 "test": "midi_unittests" 907 "test": "midi_unittests"
836 }, 908 },
837 { 909 {
838 "swarming": { 910 "swarming": {
839 "can_use_on_swarming_builders": true 911 "can_use_on_swarming_builders": true
840 }, 912 },
841 "test": "net_unittests" 913 "test": "net_unittests"
842 }, 914 },
843 { 915 {
844 "test": "ppapi_unittests" 916 "test": "ppapi_unittests"
845 }, 917 },
846 { 918 {
919 "swarming": {
920 "can_use_on_swarming_builders": true
921 },
847 "test": "printing_unittests" 922 "test": "printing_unittests"
848 }, 923 },
849 { 924 {
925 "swarming": {
926 "can_use_on_swarming_builders": true
927 },
850 "test": "remoting_unittests" 928 "test": "remoting_unittests"
851 }, 929 },
852 { 930 {
853 "test": "sbox_integration_tests" 931 "test": "sbox_integration_tests"
854 }, 932 },
855 { 933 {
856 "test": "sbox_unittests" 934 "test": "sbox_unittests"
857 }, 935 },
858 { 936 {
859 "test": "sbox_validation_tests" 937 "test": "sbox_validation_tests"
860 }, 938 },
861 { 939 {
862 "swarming": { 940 "swarming": {
863 "can_use_on_swarming_builders": true 941 "can_use_on_swarming_builders": true
864 }, 942 },
865 "test": "setup_unittests" 943 "test": "setup_unittests"
866 }, 944 },
867 { 945 {
946 "swarming": {
947 "can_use_on_swarming_builders": true
948 },
868 "test": "skia_unittests" 949 "test": "skia_unittests"
869 }, 950 },
870 { 951 {
952 "swarming": {
953 "can_use_on_swarming_builders": true
954 },
871 "test": "sql_unittests" 955 "test": "sql_unittests"
872 }, 956 },
873 { 957 {
958 "swarming": {
959 "can_use_on_swarming_builders": true
960 },
874 "test": "sync_unit_tests" 961 "test": "sync_unit_tests"
875 }, 962 },
876 { 963 {
877 "test": "ui_base_unittests" 964 "test": "ui_base_unittests"
878 }, 965 },
879 { 966 {
880 "swarming": { 967 "swarming": {
881 "can_use_on_swarming_builders": true 968 "can_use_on_swarming_builders": true
882 }, 969 },
883 "test": "unit_tests" 970 "test": "unit_tests"
884 }, 971 },
885 { 972 {
973 "swarming": {
974 "can_use_on_swarming_builders": true
975 },
886 "test": "url_unittests" 976 "test": "url_unittests"
887 }, 977 },
888 { 978 {
889 "test": "views_unittests" 979 "test": "views_unittests"
890 } 980 }
891 ] 981 ]
892 }, 982 },
893 "ClangToTLinux tester": { 983 "ClangToTLinux tester": {
894 "gtest_tests": [ 984 "gtest_tests": [
895 { 985 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 }, 1018 },
929 "test": "blink_platform_unittests" 1019 "test": "blink_platform_unittests"
930 }, 1020 },
931 { 1021 {
932 "swarming": { 1022 "swarming": {
933 "can_use_on_swarming_builders": true 1023 "can_use_on_swarming_builders": true
934 }, 1024 },
935 "test": "browser_tests" 1025 "test": "browser_tests"
936 }, 1026 },
937 { 1027 {
1028 "swarming": {
1029 "can_use_on_swarming_builders": true
1030 },
938 "test": "cacheinvalidation_unittests" 1031 "test": "cacheinvalidation_unittests"
939 }, 1032 },
940 { 1033 {
941 "test": "cast_unittests" 1034 "test": "cast_unittests"
942 }, 1035 },
943 { 1036 {
1037 "swarming": {
1038 "can_use_on_swarming_builders": true
1039 },
944 "test": "cc_unittests" 1040 "test": "cc_unittests"
945 }, 1041 },
946 { 1042 {
1043 "swarming": {
1044 "can_use_on_swarming_builders": true
1045 },
947 "test": "chromedriver_unittests" 1046 "test": "chromedriver_unittests"
948 }, 1047 },
949 { 1048 {
1049 "swarming": {
1050 "can_use_on_swarming_builders": true
1051 },
950 "test": "components_unittests" 1052 "test": "components_unittests"
951 }, 1053 },
952 { 1054 {
953 "swarming": { 1055 "swarming": {
954 "can_use_on_swarming_builders": true 1056 "can_use_on_swarming_builders": true
955 }, 1057 },
956 "test": "compositor_unittests" 1058 "test": "compositor_unittests"
957 }, 1059 },
958 { 1060 {
1061 "swarming": {
1062 "can_use_on_swarming_builders": true
1063 },
959 "test": "content_browsertests" 1064 "test": "content_browsertests"
960 }, 1065 },
961 { 1066 {
1067 "swarming": {
1068 "can_use_on_swarming_builders": true
1069 },
962 "test": "content_unittests" 1070 "test": "content_unittests"
963 }, 1071 },
964 { 1072 {
965 "test": "crypto_unittests" 1073 "test": "crypto_unittests"
966 }, 1074 },
967 { 1075 {
968 "test": "dbus_unittests" 1076 "test": "dbus_unittests"
969 }, 1077 },
970 { 1078 {
971 "test": "device_unittests" 1079 "test": "device_unittests"
972 }, 1080 },
973 { 1081 {
974 "test": "display_unittests" 1082 "test": "display_unittests"
975 }, 1083 },
976 { 1084 {
977 "test": "events_unittests" 1085 "test": "events_unittests"
978 }, 1086 },
979 { 1087 {
980 "test": "extensions_unittests" 1088 "test": "extensions_unittests"
981 }, 1089 },
982 { 1090 {
1091 "swarming": {
1092 "can_use_on_swarming_builders": true
1093 },
983 "test": "gcm_unit_tests" 1094 "test": "gcm_unit_tests"
984 }, 1095 },
985 { 1096 {
986 "test": "gfx_unittests" 1097 "test": "gfx_unittests"
987 }, 1098 },
988 { 1099 {
989 "swarming": { 1100 "swarming": {
990 "can_use_on_swarming_builders": true 1101 "can_use_on_swarming_builders": true
991 }, 1102 },
992 "test": "google_apis_unittests" 1103 "test": "google_apis_unittests"
993 }, 1104 },
994 { 1105 {
995 "test": "gpu_unittests" 1106 "test": "gpu_unittests"
996 }, 1107 },
997 { 1108 {
998 "test": "interactive_ui_tests" 1109 "test": "interactive_ui_tests"
999 }, 1110 },
1000 { 1111 {
1112 "swarming": {
1113 "can_use_on_swarming_builders": true
1114 },
1001 "test": "ipc_tests" 1115 "test": "ipc_tests"
1002 }, 1116 },
1003 { 1117 {
1118 "swarming": {
1119 "can_use_on_swarming_builders": true
1120 },
1004 "test": "jingle_unittests" 1121 "test": "jingle_unittests"
1005 }, 1122 },
1006 { 1123 {
1124 "swarming": {
1125 "can_use_on_swarming_builders": true
1126 },
1007 "test": "media_blink_unittests" 1127 "test": "media_blink_unittests"
1008 }, 1128 },
1009 { 1129 {
1130 "swarming": {
1131 "can_use_on_swarming_builders": true
1132 },
1010 "test": "media_unittests" 1133 "test": "media_unittests"
1011 }, 1134 },
1012 { 1135 {
1136 "swarming": {
1137 "can_use_on_swarming_builders": true
1138 },
1013 "test": "midi_unittests" 1139 "test": "midi_unittests"
1014 }, 1140 },
1015 { 1141 {
1016 "test": "mojo_common_unittests" 1142 "test": "mojo_common_unittests"
1017 }, 1143 },
1018 { 1144 {
1019 "swarming": { 1145 "swarming": {
1020 "can_use_on_swarming_builders": true 1146 "can_use_on_swarming_builders": true
1021 }, 1147 },
1022 "test": "mojo_public_bindings_unittests" 1148 "test": "mojo_public_bindings_unittests"
(...skipping 28 matching lines...) Expand all
1051 }, 1177 },
1052 "test": "nacl_loader_unittests" 1178 "test": "nacl_loader_unittests"
1053 }, 1179 },
1054 { 1180 {
1055 "test": "net_unittests" 1181 "test": "net_unittests"
1056 }, 1182 },
1057 { 1183 {
1058 "test": "ppapi_unittests" 1184 "test": "ppapi_unittests"
1059 }, 1185 },
1060 { 1186 {
1187 "swarming": {
1188 "can_use_on_swarming_builders": true
1189 },
1061 "test": "printing_unittests" 1190 "test": "printing_unittests"
1062 }, 1191 },
1063 { 1192 {
1193 "swarming": {
1194 "can_use_on_swarming_builders": true
1195 },
1064 "test": "remoting_unittests" 1196 "test": "remoting_unittests"
1065 }, 1197 },
1066 { 1198 {
1067 "test": "sandbox_linux_unittests" 1199 "test": "sandbox_linux_unittests"
1068 }, 1200 },
1069 { 1201 {
1202 "swarming": {
1203 "can_use_on_swarming_builders": true
1204 },
1070 "test": "skia_unittests" 1205 "test": "skia_unittests"
1071 }, 1206 },
1072 { 1207 {
1208 "swarming": {
1209 "can_use_on_swarming_builders": true
1210 },
1073 "test": "sql_unittests" 1211 "test": "sql_unittests"
1074 }, 1212 },
1075 { 1213 {
1214 "swarming": {
1215 "can_use_on_swarming_builders": true
1216 },
1076 "test": "sync_unit_tests" 1217 "test": "sync_unit_tests"
1077 }, 1218 },
1078 { 1219 {
1079 "test": "ui_base_unittests" 1220 "test": "ui_base_unittests"
1080 }, 1221 },
1081 { 1222 {
1082 "test": "ui_touch_selection_unittests" 1223 "test": "ui_touch_selection_unittests"
1083 }, 1224 },
1084 { 1225 {
1085 "test": "unit_tests" 1226 "test": "unit_tests"
1086 }, 1227 },
1087 { 1228 {
1229 "swarming": {
1230 "can_use_on_swarming_builders": true
1231 },
1088 "test": "url_unittests" 1232 "test": "url_unittests"
1089 }, 1233 },
1090 { 1234 {
1091 "test": "views_unittests" 1235 "test": "views_unittests"
1092 }, 1236 },
1093 { 1237 {
1094 "swarming": { 1238 "swarming": {
1095 "can_use_on_swarming_builders": true 1239 "can_use_on_swarming_builders": true
1096 }, 1240 },
1097 "test": "webkit_unit_tests" 1241 "test": "webkit_unit_tests"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 "test": "blink_platform_unittests" 1287 "test": "blink_platform_unittests"
1144 }, 1288 },
1145 { 1289 {
1146 "swarming": { 1290 "swarming": {
1147 "can_use_on_swarming_builders": true, 1291 "can_use_on_swarming_builders": true,
1148 "shards": 5 1292 "shards": 5
1149 }, 1293 },
1150 "test": "browser_tests" 1294 "test": "browser_tests"
1151 }, 1295 },
1152 { 1296 {
1297 "swarming": {
1298 "can_use_on_swarming_builders": true
1299 },
1153 "test": "cacheinvalidation_unittests" 1300 "test": "cacheinvalidation_unittests"
1154 }, 1301 },
1155 { 1302 {
1156 "test": "cast_unittests" 1303 "test": "cast_unittests"
1157 }, 1304 },
1158 { 1305 {
1306 "swarming": {
1307 "can_use_on_swarming_builders": true
1308 },
1159 "test": "cc_unittests" 1309 "test": "cc_unittests"
1160 }, 1310 },
1161 { 1311 {
1312 "swarming": {
1313 "can_use_on_swarming_builders": true
1314 },
1162 "test": "components_unittests" 1315 "test": "components_unittests"
1163 }, 1316 },
1164 { 1317 {
1165 "swarming": { 1318 "swarming": {
1166 "can_use_on_swarming_builders": true 1319 "can_use_on_swarming_builders": true
1167 }, 1320 },
1168 "test": "content_browsertests" 1321 "test": "content_browsertests"
1169 }, 1322 },
1170 { 1323 {
1171 "swarming": { 1324 "swarming": {
(...skipping 13 matching lines...) Expand all
1185 { 1338 {
1186 "test": "display_unittests" 1339 "test": "display_unittests"
1187 }, 1340 },
1188 { 1341 {
1189 "test": "extensions_browsertests" 1342 "test": "extensions_browsertests"
1190 }, 1343 },
1191 { 1344 {
1192 "test": "extensions_unittests" 1345 "test": "extensions_unittests"
1193 }, 1346 },
1194 { 1347 {
1348 "swarming": {
1349 "can_use_on_swarming_builders": true
1350 },
1195 "test": "gcm_unit_tests" 1351 "test": "gcm_unit_tests"
1196 }, 1352 },
1197 { 1353 {
1198 "test": "gfx_unittests" 1354 "test": "gfx_unittests"
1199 }, 1355 },
1200 { 1356 {
1201 "swarming": { 1357 "swarming": {
1202 "can_use_on_swarming_builders": true 1358 "can_use_on_swarming_builders": true
1203 }, 1359 },
1204 "test": "google_apis_unittests" 1360 "test": "google_apis_unittests"
1205 }, 1361 },
1206 { 1362 {
1207 "test": "gpu_unittests" 1363 "test": "gpu_unittests"
1208 }, 1364 },
1209 { 1365 {
1210 "swarming": { 1366 "swarming": {
1211 "can_use_on_swarming_builders": true 1367 "can_use_on_swarming_builders": true
1212 }, 1368 },
1213 "test": "interactive_ui_tests" 1369 "test": "interactive_ui_tests"
1214 }, 1370 },
1215 { 1371 {
1372 "swarming": {
1373 "can_use_on_swarming_builders": true
1374 },
1216 "test": "ipc_tests" 1375 "test": "ipc_tests"
1217 }, 1376 },
1218 { 1377 {
1378 "swarming": {
1379 "can_use_on_swarming_builders": true
1380 },
1219 "test": "jingle_unittests" 1381 "test": "jingle_unittests"
1220 }, 1382 },
1221 { 1383 {
1384 "swarming": {
1385 "can_use_on_swarming_builders": true
1386 },
1222 "test": "media_blink_unittests" 1387 "test": "media_blink_unittests"
1223 }, 1388 },
1224 { 1389 {
1390 "swarming": {
1391 "can_use_on_swarming_builders": true
1392 },
1225 "test": "media_unittests" 1393 "test": "media_unittests"
1226 }, 1394 },
1227 { 1395 {
1396 "swarming": {
1397 "can_use_on_swarming_builders": true
1398 },
1228 "test": "midi_unittests" 1399 "test": "midi_unittests"
1229 }, 1400 },
1230 { 1401 {
1231 "swarming": { 1402 "swarming": {
1232 "can_use_on_swarming_builders": true, 1403 "can_use_on_swarming_builders": true,
1233 "shards": 4 1404 "shards": 4
1234 }, 1405 },
1235 "test": "net_unittests" 1406 "test": "net_unittests"
1236 }, 1407 },
1237 { 1408 {
1238 "test": "ppapi_unittests" 1409 "test": "ppapi_unittests"
1239 }, 1410 },
1240 { 1411 {
1412 "swarming": {
1413 "can_use_on_swarming_builders": true
1414 },
1241 "test": "printing_unittests" 1415 "test": "printing_unittests"
1242 }, 1416 },
1243 { 1417 {
1418 "swarming": {
1419 "can_use_on_swarming_builders": true
1420 },
1244 "test": "remoting_unittests" 1421 "test": "remoting_unittests"
1245 }, 1422 },
1246 { 1423 {
1247 "test": "sandbox_linux_unittests" 1424 "test": "sandbox_linux_unittests"
1248 }, 1425 },
1249 { 1426 {
1427 "swarming": {
1428 "can_use_on_swarming_builders": true
1429 },
1250 "test": "skia_unittests" 1430 "test": "skia_unittests"
1251 }, 1431 },
1252 { 1432 {
1433 "swarming": {
1434 "can_use_on_swarming_builders": true
1435 },
1253 "test": "sql_unittests" 1436 "test": "sql_unittests"
1254 }, 1437 },
1255 { 1438 {
1439 "swarming": {
1440 "can_use_on_swarming_builders": true
1441 },
1256 "test": "sync_unit_tests" 1442 "test": "sync_unit_tests"
1257 }, 1443 },
1258 { 1444 {
1259 "test": "ui_base_unittests" 1445 "test": "ui_base_unittests"
1260 }, 1446 },
1261 { 1447 {
1262 "swarming": { 1448 "swarming": {
1263 "can_use_on_swarming_builders": true, 1449 "can_use_on_swarming_builders": true,
1264 "shards": 2 1450 "shards": 2
1265 }, 1451 },
1266 "test": "unit_tests" 1452 "test": "unit_tests"
1267 }, 1453 },
1268 { 1454 {
1455 "swarming": {
1456 "can_use_on_swarming_builders": true
1457 },
1269 "test": "url_unittests" 1458 "test": "url_unittests"
1270 }, 1459 },
1271 { 1460 {
1272 "swarming": { 1461 "swarming": {
1273 "can_use_on_swarming_builders": true 1462 "can_use_on_swarming_builders": true
1274 }, 1463 },
1275 "test": "webkit_unit_tests" 1464 "test": "webkit_unit_tests"
1276 }, 1465 },
1277 { 1466 {
1278 "swarming": { 1467 "swarming": {
(...skipping 26 matching lines...) Expand all
1305 }, 1494 },
1306 "test": "blink_heap_unittests" 1495 "test": "blink_heap_unittests"
1307 }, 1496 },
1308 { 1497 {
1309 "swarming": { 1498 "swarming": {
1310 "can_use_on_swarming_builders": true 1499 "can_use_on_swarming_builders": true
1311 }, 1500 },
1312 "test": "blink_platform_unittests" 1501 "test": "blink_platform_unittests"
1313 }, 1502 },
1314 { 1503 {
1504 "swarming": {
1505 "can_use_on_swarming_builders": true
1506 },
1315 "test": "cacheinvalidation_unittests" 1507 "test": "cacheinvalidation_unittests"
1316 }, 1508 },
1317 { 1509 {
1318 "test": "cast_unittests" 1510 "test": "cast_unittests"
1319 }, 1511 },
1320 { 1512 {
1513 "swarming": {
1514 "can_use_on_swarming_builders": true
1515 },
1321 "test": "cc_unittests" 1516 "test": "cc_unittests"
1322 }, 1517 },
1323 { 1518 {
1324 "swarming": { 1519 "swarming": {
1325 "can_use_on_swarming_builders": true 1520 "can_use_on_swarming_builders": true
1326 }, 1521 },
1327 "test": "content_browsertests" 1522 "test": "content_browsertests"
1328 }, 1523 },
1329 { 1524 {
1330 "swarming": { 1525 "swarming": {
1331 "can_use_on_swarming_builders": true 1526 "can_use_on_swarming_builders": true
1332 }, 1527 },
1333 "test": "crypto_unittests" 1528 "test": "crypto_unittests"
1334 }, 1529 },
1335 { 1530 {
1336 "test": "device_unittests" 1531 "test": "device_unittests"
1337 }, 1532 },
1338 { 1533 {
1339 "test": "display_unittests" 1534 "test": "display_unittests"
1340 }, 1535 },
1341 { 1536 {
1342 "test": "extensions_browsertests" 1537 "test": "extensions_browsertests"
1343 }, 1538 },
1344 { 1539 {
1540 "swarming": {
1541 "can_use_on_swarming_builders": true
1542 },
1345 "test": "gcm_unit_tests" 1543 "test": "gcm_unit_tests"
1346 }, 1544 },
1347 { 1545 {
1348 "test": "gfx_unittests" 1546 "test": "gfx_unittests"
1349 }, 1547 },
1350 { 1548 {
1351 "swarming": { 1549 "swarming": {
1352 "can_use_on_swarming_builders": true 1550 "can_use_on_swarming_builders": true
1353 }, 1551 },
1354 "test": "google_apis_unittests" 1552 "test": "google_apis_unittests"
1355 }, 1553 },
1356 { 1554 {
1357 "test": "gpu_unittests" 1555 "test": "gpu_unittests"
1358 }, 1556 },
1359 { 1557 {
1558 "swarming": {
1559 "can_use_on_swarming_builders": true
1560 },
1360 "test": "jingle_unittests" 1561 "test": "jingle_unittests"
1361 }, 1562 },
1362 { 1563 {
1564 "swarming": {
1565 "can_use_on_swarming_builders": true
1566 },
1363 "test": "media_blink_unittests" 1567 "test": "media_blink_unittests"
1364 }, 1568 },
1365 { 1569 {
1570 "swarming": {
1571 "can_use_on_swarming_builders": true
1572 },
1366 "test": "midi_unittests" 1573 "test": "midi_unittests"
1367 }, 1574 },
1368 { 1575 {
1369 "test": "ppapi_unittests" 1576 "test": "ppapi_unittests"
1370 }, 1577 },
1371 { 1578 {
1579 "swarming": {
1580 "can_use_on_swarming_builders": true
1581 },
1372 "test": "printing_unittests" 1582 "test": "printing_unittests"
1373 }, 1583 },
1374 { 1584 {
1585 "swarming": {
1586 "can_use_on_swarming_builders": true
1587 },
1375 "test": "remoting_unittests" 1588 "test": "remoting_unittests"
1376 }, 1589 },
1377 { 1590 {
1378 "test": "sandbox_linux_unittests" 1591 "test": "sandbox_linux_unittests"
1379 }, 1592 },
1380 { 1593 {
1594 "swarming": {
1595 "can_use_on_swarming_builders": true
1596 },
1381 "test": "skia_unittests" 1597 "test": "skia_unittests"
1382 }, 1598 },
1383 { 1599 {
1600 "swarming": {
1601 "can_use_on_swarming_builders": true
1602 },
1384 "test": "sql_unittests" 1603 "test": "sql_unittests"
1385 }, 1604 },
1386 { 1605 {
1387 "test": "ui_base_unittests" 1606 "test": "ui_base_unittests"
1388 }, 1607 },
1389 { 1608 {
1609 "swarming": {
1610 "can_use_on_swarming_builders": true
1611 },
1390 "test": "url_unittests" 1612 "test": "url_unittests"
1391 } 1613 }
1392 ] 1614 ]
1393 }, 1615 },
1394 "ClangToTMac tester": { 1616 "ClangToTMac tester": {
1395 "gtest_tests": [ 1617 "gtest_tests": [
1396 { 1618 {
1397 "test": "accessibility_unittests" 1619 "test": "accessibility_unittests"
1398 }, 1620 },
1399 { 1621 {
(...skipping 28 matching lines...) Expand all
1428 }, 1650 },
1429 "test": "browser_tests" 1651 "test": "browser_tests"
1430 }, 1652 },
1431 { 1653 {
1432 "test": "cacheinvalidation_unittests" 1654 "test": "cacheinvalidation_unittests"
1433 }, 1655 },
1434 { 1656 {
1435 "test": "cast_unittests" 1657 "test": "cast_unittests"
1436 }, 1658 },
1437 { 1659 {
1660 "swarming": {
1661 "can_use_on_swarming_builders": true
1662 },
1438 "test": "cc_unittests" 1663 "test": "cc_unittests"
1439 }, 1664 },
1440 { 1665 {
1666 "swarming": {
1667 "can_use_on_swarming_builders": true
1668 },
1441 "test": "chromedriver_unittests" 1669 "test": "chromedriver_unittests"
1442 }, 1670 },
1443 { 1671 {
1672 "swarming": {
1673 "can_use_on_swarming_builders": true
1674 },
1444 "test": "components_unittests" 1675 "test": "components_unittests"
1445 }, 1676 },
1446 { 1677 {
1447 "swarming": { 1678 "swarming": {
1448 "can_use_on_swarming_builders": true 1679 "can_use_on_swarming_builders": true
1449 }, 1680 },
1450 "test": "content_browsertests" 1681 "test": "content_browsertests"
1451 }, 1682 },
1452 { 1683 {
1684 "swarming": {
1685 "can_use_on_swarming_builders": true
1686 },
1453 "test": "content_unittests" 1687 "test": "content_unittests"
1454 }, 1688 },
1455 { 1689 {
1456 "swarming": { 1690 "swarming": {
1457 "can_use_on_swarming_builders": true 1691 "can_use_on_swarming_builders": true
1458 }, 1692 },
1459 "test": "crypto_unittests" 1693 "test": "crypto_unittests"
1460 }, 1694 },
1461 { 1695 {
1462 "test": "extensions_unittests" 1696 "test": "extensions_unittests"
1463 }, 1697 },
1464 { 1698 {
1699 "swarming": {
1700 "can_use_on_swarming_builders": true
1701 },
1465 "test": "gcm_unit_tests" 1702 "test": "gcm_unit_tests"
1466 }, 1703 },
1467 { 1704 {
1468 "test": "gfx_unittests" 1705 "test": "gfx_unittests"
1469 }, 1706 },
1470 { 1707 {
1471 "swarming": { 1708 "swarming": {
1472 "can_use_on_swarming_builders": true 1709 "can_use_on_swarming_builders": true
1473 }, 1710 },
1474 "test": "google_apis_unittests" 1711 "test": "google_apis_unittests"
1475 }, 1712 },
1476 { 1713 {
1477 "test": "gpu_unittests" 1714 "test": "gpu_unittests"
1478 }, 1715 },
1479 { 1716 {
1480 "swarming": { 1717 "swarming": {
1481 "can_use_on_swarming_builders": true 1718 "can_use_on_swarming_builders": true
1482 }, 1719 },
1483 "test": "interactive_ui_tests" 1720 "test": "interactive_ui_tests"
1484 }, 1721 },
1485 { 1722 {
1723 "swarming": {
1724 "can_use_on_swarming_builders": true
1725 },
1486 "test": "ipc_tests" 1726 "test": "ipc_tests"
1487 }, 1727 },
1488 { 1728 {
1729 "swarming": {
1730 "can_use_on_swarming_builders": true
1731 },
1489 "test": "jingle_unittests" 1732 "test": "jingle_unittests"
1490 }, 1733 },
1491 { 1734 {
1735 "swarming": {
1736 "can_use_on_swarming_builders": true
1737 },
1492 "test": "media_blink_unittests" 1738 "test": "media_blink_unittests"
1493 }, 1739 },
1494 { 1740 {
1741 "swarming": {
1742 "can_use_on_swarming_builders": true
1743 },
1495 "test": "media_unittests" 1744 "test": "media_unittests"
1496 }, 1745 },
1497 { 1746 {
1498 "test": "message_center_unittests" 1747 "test": "message_center_unittests"
1499 }, 1748 },
1500 { 1749 {
1750 "swarming": {
1751 "can_use_on_swarming_builders": true
1752 },
1501 "test": "midi_unittests" 1753 "test": "midi_unittests"
1502 }, 1754 },
1503 { 1755 {
1504 "test": "mojo_common_unittests" 1756 "test": "mojo_common_unittests"
1505 }, 1757 },
1506 { 1758 {
1507 "swarming": { 1759 "swarming": {
1508 "can_use_on_swarming_builders": true 1760 "can_use_on_swarming_builders": true
1509 }, 1761 },
1510 "test": "mojo_public_bindings_unittests" 1762 "test": "mojo_public_bindings_unittests"
(...skipping 22 matching lines...) Expand all
1533 { 1785 {
1534 "swarming": { 1786 "swarming": {
1535 "can_use_on_swarming_builders": true 1787 "can_use_on_swarming_builders": true
1536 }, 1788 },
1537 "test": "net_unittests" 1789 "test": "net_unittests"
1538 }, 1790 },
1539 { 1791 {
1540 "test": "ppapi_unittests" 1792 "test": "ppapi_unittests"
1541 }, 1793 },
1542 { 1794 {
1795 "swarming": {
1796 "can_use_on_swarming_builders": true
1797 },
1543 "test": "printing_unittests" 1798 "test": "printing_unittests"
1544 }, 1799 },
1545 { 1800 {
1801 "swarming": {
1802 "can_use_on_swarming_builders": true
1803 },
1546 "test": "remoting_unittests" 1804 "test": "remoting_unittests"
1547 }, 1805 },
1548 { 1806 {
1549 "swarming": { 1807 "swarming": {
1550 "can_use_on_swarming_builders": true 1808 "can_use_on_swarming_builders": true
1551 }, 1809 },
1552 "test": "sandbox_mac_unittests" 1810 "test": "sandbox_mac_unittests"
1553 }, 1811 },
1554 { 1812 {
1813 "swarming": {
1814 "can_use_on_swarming_builders": true
1815 },
1555 "test": "skia_unittests" 1816 "test": "skia_unittests"
1556 }, 1817 },
1557 { 1818 {
1819 "swarming": {
1820 "can_use_on_swarming_builders": true
1821 },
1558 "test": "sql_unittests" 1822 "test": "sql_unittests"
1559 }, 1823 },
1560 { 1824 {
1561 "test": "sync_integration_tests" 1825 "test": "sync_integration_tests"
1562 }, 1826 },
1563 { 1827 {
1828 "swarming": {
1829 "can_use_on_swarming_builders": true
1830 },
1564 "test": "sync_unit_tests" 1831 "test": "sync_unit_tests"
1565 }, 1832 },
1566 { 1833 {
1567 "test": "ui_base_unittests" 1834 "test": "ui_base_unittests"
1568 }, 1835 },
1569 { 1836 {
1570 "swarming": { 1837 "swarming": {
1571 "can_use_on_swarming_builders": true 1838 "can_use_on_swarming_builders": true
1572 }, 1839 },
1573 "test": "unit_tests" 1840 "test": "unit_tests"
1574 }, 1841 },
1575 { 1842 {
1843 "swarming": {
1844 "can_use_on_swarming_builders": true
1845 },
1576 "test": "url_unittests" 1846 "test": "url_unittests"
1577 }, 1847 },
1578 { 1848 {
1579 "swarming": { 1849 "swarming": {
1580 "can_use_on_swarming_builders": true 1850 "can_use_on_swarming_builders": true
1581 }, 1851 },
1582 "test": "webkit_unit_tests" 1852 "test": "webkit_unit_tests"
1583 }, 1853 },
1584 { 1854 {
1585 "swarming": { 1855 "swarming": {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 }, 1922 },
1653 { 1923 {
1654 "swarming": { 1924 "swarming": {
1655 "can_use_on_swarming_builders": true 1925 "can_use_on_swarming_builders": true
1656 }, 1926 },
1657 "test": "blink_platform_unittests" 1927 "test": "blink_platform_unittests"
1658 }, 1928 },
1659 { 1929 {
1660 "swarming": { 1930 "swarming": {
1661 "can_use_on_swarming_builders": true, 1931 "can_use_on_swarming_builders": true,
1662 "shards": 10 1932 "shards": 20
1663 }, 1933 },
1664 "test": "browser_tests" 1934 "test": "browser_tests"
1665 }, 1935 },
1666 { 1936 {
1937 "swarming": {
1938 "can_use_on_swarming_builders": true
1939 },
1667 "test": "cacheinvalidation_unittests" 1940 "test": "cacheinvalidation_unittests"
1668 }, 1941 },
1669 { 1942 {
1670 "test": "cast_unittests" 1943 "test": "cast_unittests"
1671 }, 1944 },
1672 { 1945 {
1946 "swarming": {
1947 "can_use_on_swarming_builders": true
1948 },
1673 "test": "cc_unittests" 1949 "test": "cc_unittests"
1674 }, 1950 },
1675 { 1951 {
1952 "swarming": {
1953 "can_use_on_swarming_builders": true
1954 },
1676 "test": "chromedriver_unittests" 1955 "test": "chromedriver_unittests"
1677 }, 1956 },
1678 { 1957 {
1958 "swarming": {
1959 "can_use_on_swarming_builders": true
1960 },
1679 "test": "components_unittests" 1961 "test": "components_unittests"
1680 }, 1962 },
1681 { 1963 {
1682 "swarming": { 1964 "swarming": {
1683 "can_use_on_swarming_builders": true 1965 "can_use_on_swarming_builders": true
1684 }, 1966 },
1685 "test": "content_browsertests" 1967 "test": "content_browsertests"
1686 }, 1968 },
1687 { 1969 {
1970 "swarming": {
1971 "can_use_on_swarming_builders": true
1972 },
1688 "test": "content_unittests" 1973 "test": "content_unittests"
1689 }, 1974 },
1690 { 1975 {
1691 "swarming": { 1976 "swarming": {
1692 "can_use_on_swarming_builders": true 1977 "can_use_on_swarming_builders": true
1693 }, 1978 },
1694 "test": "crypto_unittests" 1979 "test": "crypto_unittests"
1695 }, 1980 },
1696 { 1981 {
1697 "test": "extensions_unittests" 1982 "test": "extensions_unittests"
1698 }, 1983 },
1699 { 1984 {
1985 "swarming": {
1986 "can_use_on_swarming_builders": true
1987 },
1700 "test": "gcm_unit_tests" 1988 "test": "gcm_unit_tests"
1701 }, 1989 },
1702 { 1990 {
1703 "test": "gfx_unittests" 1991 "test": "gfx_unittests"
1704 }, 1992 },
1705 { 1993 {
1706 "swarming": { 1994 "swarming": {
1707 "can_use_on_swarming_builders": true 1995 "can_use_on_swarming_builders": true
1708 }, 1996 },
1709 "test": "google_apis_unittests" 1997 "test": "google_apis_unittests"
1710 }, 1998 },
1711 { 1999 {
1712 "test": "gpu_unittests" 2000 "test": "gpu_unittests"
1713 }, 2001 },
1714 { 2002 {
1715 "swarming": { 2003 "swarming": {
1716 "can_use_on_swarming_builders": true 2004 "can_use_on_swarming_builders": true
1717 }, 2005 },
1718 "test": "interactive_ui_tests" 2006 "test": "interactive_ui_tests"
1719 }, 2007 },
1720 { 2008 {
2009 "swarming": {
2010 "can_use_on_swarming_builders": true
2011 },
1721 "test": "ipc_tests" 2012 "test": "ipc_tests"
1722 }, 2013 },
1723 { 2014 {
2015 "swarming": {
2016 "can_use_on_swarming_builders": true
2017 },
1724 "test": "jingle_unittests" 2018 "test": "jingle_unittests"
1725 }, 2019 },
1726 { 2020 {
2021 "swarming": {
2022 "can_use_on_swarming_builders": true
2023 },
1727 "test": "media_blink_unittests" 2024 "test": "media_blink_unittests"
1728 }, 2025 },
1729 { 2026 {
2027 "swarming": {
2028 "can_use_on_swarming_builders": true
2029 },
1730 "test": "media_unittests" 2030 "test": "media_unittests"
1731 }, 2031 },
1732 { 2032 {
1733 "test": "message_center_unittests" 2033 "test": "message_center_unittests"
1734 }, 2034 },
1735 { 2035 {
2036 "swarming": {
2037 "can_use_on_swarming_builders": true
2038 },
1736 "test": "midi_unittests" 2039 "test": "midi_unittests"
1737 }, 2040 },
1738 { 2041 {
1739 "test": "mojo_common_unittests" 2042 "test": "mojo_common_unittests"
1740 }, 2043 },
1741 { 2044 {
1742 "swarming": { 2045 "swarming": {
1743 "can_use_on_swarming_builders": true 2046 "can_use_on_swarming_builders": true
1744 }, 2047 },
1745 "test": "mojo_public_bindings_unittests" 2048 "test": "mojo_public_bindings_unittests"
(...skipping 13 matching lines...) Expand all
1759 { 2062 {
1760 "swarming": { 2063 "swarming": {
1761 "can_use_on_swarming_builders": true 2064 "can_use_on_swarming_builders": true
1762 }, 2065 },
1763 "test": "net_unittests" 2066 "test": "net_unittests"
1764 }, 2067 },
1765 { 2068 {
1766 "test": "ppapi_unittests" 2069 "test": "ppapi_unittests"
1767 }, 2070 },
1768 { 2071 {
2072 "swarming": {
2073 "can_use_on_swarming_builders": true
2074 },
1769 "test": "printing_unittests" 2075 "test": "printing_unittests"
1770 }, 2076 },
1771 { 2077 {
2078 "swarming": {
2079 "can_use_on_swarming_builders": true
2080 },
1772 "test": "remoting_unittests" 2081 "test": "remoting_unittests"
1773 }, 2082 },
1774 { 2083 {
1775 "swarming": { 2084 "swarming": {
1776 "can_use_on_swarming_builders": true 2085 "can_use_on_swarming_builders": true
1777 }, 2086 },
1778 "test": "sandbox_mac_unittests" 2087 "test": "sandbox_mac_unittests"
1779 }, 2088 },
1780 { 2089 {
2090 "swarming": {
2091 "can_use_on_swarming_builders": true
2092 },
1781 "test": "skia_unittests" 2093 "test": "skia_unittests"
1782 }, 2094 },
1783 { 2095 {
2096 "swarming": {
2097 "can_use_on_swarming_builders": true
2098 },
1784 "test": "sql_unittests" 2099 "test": "sql_unittests"
1785 }, 2100 },
1786 { 2101 {
1787 "test": "sync_integration_tests" 2102 "test": "sync_integration_tests"
1788 }, 2103 },
1789 { 2104 {
2105 "swarming": {
2106 "can_use_on_swarming_builders": true
2107 },
1790 "test": "sync_unit_tests" 2108 "test": "sync_unit_tests"
1791 }, 2109 },
1792 { 2110 {
1793 "swarming": { 2111 "swarming": {
1794 "can_use_on_swarming_builders": true 2112 "can_use_on_swarming_builders": true
1795 }, 2113 },
1796 "test": "ui_base_unittests" 2114 "test": "ui_base_unittests"
1797 }, 2115 },
1798 { 2116 {
1799 "swarming": { 2117 "swarming": {
1800 "can_use_on_swarming_builders": true 2118 "can_use_on_swarming_builders": true
1801 }, 2119 },
1802 "test": "unit_tests" 2120 "test": "unit_tests"
1803 }, 2121 },
1804 { 2122 {
2123 "swarming": {
2124 "can_use_on_swarming_builders": true
2125 },
1805 "test": "url_unittests" 2126 "test": "url_unittests"
1806 }, 2127 },
1807 { 2128 {
1808 "swarming": { 2129 "swarming": {
1809 "can_use_on_swarming_builders": true 2130 "can_use_on_swarming_builders": true
1810 }, 2131 },
1811 "test": "webkit_unit_tests" 2132 "test": "webkit_unit_tests"
1812 }, 2133 },
1813 { 2134 {
1814 "swarming": { 2135 "swarming": {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 "test": "blink_platform_unittests" 2169 "test": "blink_platform_unittests"
1849 }, 2170 },
1850 { 2171 {
1851 "swarming": { 2172 "swarming": {
1852 "can_use_on_swarming_builders": true, 2173 "can_use_on_swarming_builders": true,
1853 "shards": 10 2174 "shards": 10
1854 }, 2175 },
1855 "test": "browser_tests" 2176 "test": "browser_tests"
1856 }, 2177 },
1857 { 2178 {
2179 "swarming": {
2180 "can_use_on_swarming_builders": true
2181 },
1858 "test": "cacheinvalidation_unittests" 2182 "test": "cacheinvalidation_unittests"
1859 }, 2183 },
1860 { 2184 {
1861 "test": "chrome_elf_unittests" 2185 "test": "chrome_elf_unittests"
1862 }, 2186 },
1863 { 2187 {
2188 "swarming": {
2189 "can_use_on_swarming_builders": true
2190 },
1864 "test": "components_unittests" 2191 "test": "components_unittests"
1865 }, 2192 },
1866 { 2193 {
1867 "swarming": { 2194 "swarming": {
1868 "can_use_on_swarming_builders": true 2195 "can_use_on_swarming_builders": true
1869 }, 2196 },
1870 "test": "content_browsertests" 2197 "test": "content_browsertests"
1871 }, 2198 },
1872 { 2199 {
1873 "swarming": { 2200 "swarming": {
(...skipping 13 matching lines...) Expand all
1887 }, 2214 },
1888 "test": "crypto_unittests" 2215 "test": "crypto_unittests"
1889 }, 2216 },
1890 { 2217 {
1891 "test": "device_unittests" 2218 "test": "device_unittests"
1892 }, 2219 },
1893 { 2220 {
1894 "test": "extensions_unittests" 2221 "test": "extensions_unittests"
1895 }, 2222 },
1896 { 2223 {
2224 "swarming": {
2225 "can_use_on_swarming_builders": true
2226 },
1897 "test": "gcm_unit_tests" 2227 "test": "gcm_unit_tests"
1898 }, 2228 },
1899 { 2229 {
1900 "swarming": { 2230 "swarming": {
1901 "can_use_on_swarming_builders": true 2231 "can_use_on_swarming_builders": true
1902 }, 2232 },
1903 "test": "google_apis_unittests" 2233 "test": "google_apis_unittests"
1904 }, 2234 },
1905 { 2235 {
1906 "test": "gpu_unittests" 2236 "test": "gpu_unittests"
1907 }, 2237 },
1908 { 2238 {
1909 "test": "installer_util_unittests" 2239 "test": "installer_util_unittests"
1910 }, 2240 },
1911 { 2241 {
2242 "swarming": {
2243 "can_use_on_swarming_builders": true
2244 },
1912 "test": "ipc_tests" 2245 "test": "ipc_tests"
1913 }, 2246 },
1914 { 2247 {
2248 "swarming": {
2249 "can_use_on_swarming_builders": true
2250 },
1915 "test": "jingle_unittests" 2251 "test": "jingle_unittests"
1916 }, 2252 },
1917 { 2253 {
2254 "swarming": {
2255 "can_use_on_swarming_builders": true
2256 },
1918 "test": "media_blink_unittests" 2257 "test": "media_blink_unittests"
1919 }, 2258 },
1920 { 2259 {
2260 "swarming": {
2261 "can_use_on_swarming_builders": true
2262 },
1921 "test": "media_unittests" 2263 "test": "media_unittests"
1922 }, 2264 },
1923 { 2265 {
2266 "swarming": {
2267 "can_use_on_swarming_builders": true
2268 },
1924 "test": "midi_unittests" 2269 "test": "midi_unittests"
1925 }, 2270 },
1926 { 2271 {
1927 "swarming": { 2272 "swarming": {
1928 "can_use_on_swarming_builders": true 2273 "can_use_on_swarming_builders": true
1929 }, 2274 },
1930 "test": "net_unittests" 2275 "test": "net_unittests"
1931 }, 2276 },
1932 { 2277 {
1933 "test": "ppapi_unittests" 2278 "test": "ppapi_unittests"
1934 }, 2279 },
1935 { 2280 {
2281 "swarming": {
2282 "can_use_on_swarming_builders": true
2283 },
1936 "test": "printing_unittests" 2284 "test": "printing_unittests"
1937 }, 2285 },
1938 { 2286 {
2287 "swarming": {
2288 "can_use_on_swarming_builders": true
2289 },
1939 "test": "remoting_unittests" 2290 "test": "remoting_unittests"
1940 }, 2291 },
1941 { 2292 {
1942 "test": "sbox_integration_tests" 2293 "test": "sbox_integration_tests"
1943 }, 2294 },
1944 { 2295 {
1945 "test": "sbox_unittests" 2296 "test": "sbox_unittests"
1946 }, 2297 },
1947 { 2298 {
1948 "test": "sbox_validation_tests" 2299 "test": "sbox_validation_tests"
1949 }, 2300 },
1950 { 2301 {
1951 "swarming": { 2302 "swarming": {
1952 "can_use_on_swarming_builders": true 2303 "can_use_on_swarming_builders": true
1953 }, 2304 },
1954 "test": "setup_unittests" 2305 "test": "setup_unittests"
1955 }, 2306 },
1956 { 2307 {
2308 "swarming": {
2309 "can_use_on_swarming_builders": true
2310 },
1957 "test": "skia_unittests" 2311 "test": "skia_unittests"
1958 }, 2312 },
1959 { 2313 {
2314 "swarming": {
2315 "can_use_on_swarming_builders": true
2316 },
1960 "test": "sql_unittests" 2317 "test": "sql_unittests"
1961 }, 2318 },
1962 { 2319 {
2320 "swarming": {
2321 "can_use_on_swarming_builders": true
2322 },
1963 "test": "sync_unit_tests" 2323 "test": "sync_unit_tests"
1964 }, 2324 },
1965 { 2325 {
1966 "test": "ui_base_unittests" 2326 "test": "ui_base_unittests"
1967 }, 2327 },
1968 { 2328 {
1969 "swarming": { 2329 "swarming": {
1970 "can_use_on_swarming_builders": true 2330 "can_use_on_swarming_builders": true
1971 }, 2331 },
1972 "test": "unit_tests" 2332 "test": "unit_tests"
1973 }, 2333 },
1974 { 2334 {
2335 "swarming": {
2336 "can_use_on_swarming_builders": true
2337 },
1975 "test": "url_unittests" 2338 "test": "url_unittests"
1976 }, 2339 },
1977 { 2340 {
1978 "test": "views_unittests" 2341 "test": "views_unittests"
1979 }, 2342 },
1980 { 2343 {
1981 "swarming": { 2344 "swarming": {
1982 "can_use_on_swarming_builders": true 2345 "can_use_on_swarming_builders": true
1983 }, 2346 },
1984 "test": "webkit_unit_tests" 2347 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
2015 "test": "blink_platform_unittests" 2378 "test": "blink_platform_unittests"
2016 }, 2379 },
2017 { 2380 {
2018 "swarming": { 2381 "swarming": {
2019 "can_use_on_swarming_builders": true, 2382 "can_use_on_swarming_builders": true,
2020 "shards": 10 2383 "shards": 10
2021 }, 2384 },
2022 "test": "browser_tests" 2385 "test": "browser_tests"
2023 }, 2386 },
2024 { 2387 {
2388 "swarming": {
2389 "can_use_on_swarming_builders": true
2390 },
2025 "test": "cacheinvalidation_unittests" 2391 "test": "cacheinvalidation_unittests"
2026 }, 2392 },
2027 { 2393 {
2028 "test": "chrome_elf_unittests" 2394 "test": "chrome_elf_unittests"
2029 }, 2395 },
2030 { 2396 {
2397 "swarming": {
2398 "can_use_on_swarming_builders": true
2399 },
2031 "test": "components_unittests" 2400 "test": "components_unittests"
2032 }, 2401 },
2033 { 2402 {
2034 "swarming": { 2403 "swarming": {
2035 "can_use_on_swarming_builders": true 2404 "can_use_on_swarming_builders": true
2036 }, 2405 },
2037 "test": "content_browsertests" 2406 "test": "content_browsertests"
2038 }, 2407 },
2039 { 2408 {
2040 "swarming": { 2409 "swarming": {
(...skipping 13 matching lines...) Expand all
2054 }, 2423 },
2055 "test": "crypto_unittests" 2424 "test": "crypto_unittests"
2056 }, 2425 },
2057 { 2426 {
2058 "test": "device_unittests" 2427 "test": "device_unittests"
2059 }, 2428 },
2060 { 2429 {
2061 "test": "extensions_unittests" 2430 "test": "extensions_unittests"
2062 }, 2431 },
2063 { 2432 {
2433 "swarming": {
2434 "can_use_on_swarming_builders": true
2435 },
2064 "test": "gcm_unit_tests" 2436 "test": "gcm_unit_tests"
2065 }, 2437 },
2066 { 2438 {
2067 "swarming": { 2439 "swarming": {
2068 "can_use_on_swarming_builders": true 2440 "can_use_on_swarming_builders": true
2069 }, 2441 },
2070 "test": "google_apis_unittests" 2442 "test": "google_apis_unittests"
2071 }, 2443 },
2072 { 2444 {
2073 "test": "gpu_unittests" 2445 "test": "gpu_unittests"
2074 }, 2446 },
2075 { 2447 {
2076 "test": "installer_util_unittests" 2448 "test": "installer_util_unittests"
2077 }, 2449 },
2078 { 2450 {
2451 "swarming": {
2452 "can_use_on_swarming_builders": true
2453 },
2079 "test": "ipc_tests" 2454 "test": "ipc_tests"
2080 }, 2455 },
2081 { 2456 {
2457 "swarming": {
2458 "can_use_on_swarming_builders": true
2459 },
2082 "test": "jingle_unittests" 2460 "test": "jingle_unittests"
2083 }, 2461 },
2084 { 2462 {
2463 "swarming": {
2464 "can_use_on_swarming_builders": true
2465 },
2085 "test": "media_blink_unittests" 2466 "test": "media_blink_unittests"
2086 }, 2467 },
2087 { 2468 {
2469 "swarming": {
2470 "can_use_on_swarming_builders": true
2471 },
2088 "test": "media_unittests" 2472 "test": "media_unittests"
2089 }, 2473 },
2090 { 2474 {
2475 "swarming": {
2476 "can_use_on_swarming_builders": true
2477 },
2091 "test": "midi_unittests" 2478 "test": "midi_unittests"
2092 }, 2479 },
2093 { 2480 {
2094 "swarming": { 2481 "swarming": {
2095 "can_use_on_swarming_builders": true 2482 "can_use_on_swarming_builders": true
2096 }, 2483 },
2097 "test": "net_unittests" 2484 "test": "net_unittests"
2098 }, 2485 },
2099 { 2486 {
2100 "test": "ppapi_unittests" 2487 "test": "ppapi_unittests"
2101 }, 2488 },
2102 { 2489 {
2490 "swarming": {
2491 "can_use_on_swarming_builders": true
2492 },
2103 "test": "printing_unittests" 2493 "test": "printing_unittests"
2104 }, 2494 },
2105 { 2495 {
2496 "swarming": {
2497 "can_use_on_swarming_builders": true
2498 },
2106 "test": "remoting_unittests" 2499 "test": "remoting_unittests"
2107 }, 2500 },
2108 { 2501 {
2109 "test": "sbox_integration_tests" 2502 "test": "sbox_integration_tests"
2110 }, 2503 },
2111 { 2504 {
2112 "test": "sbox_unittests" 2505 "test": "sbox_unittests"
2113 }, 2506 },
2114 { 2507 {
2115 "test": "sbox_validation_tests" 2508 "test": "sbox_validation_tests"
2116 }, 2509 },
2117 { 2510 {
2118 "swarming": { 2511 "swarming": {
2119 "can_use_on_swarming_builders": true 2512 "can_use_on_swarming_builders": true
2120 }, 2513 },
2121 "test": "setup_unittests" 2514 "test": "setup_unittests"
2122 }, 2515 },
2123 { 2516 {
2517 "swarming": {
2518 "can_use_on_swarming_builders": true
2519 },
2124 "test": "skia_unittests" 2520 "test": "skia_unittests"
2125 }, 2521 },
2126 { 2522 {
2523 "swarming": {
2524 "can_use_on_swarming_builders": true
2525 },
2127 "test": "sql_unittests" 2526 "test": "sql_unittests"
2128 }, 2527 },
2129 { 2528 {
2529 "swarming": {
2530 "can_use_on_swarming_builders": true
2531 },
2130 "test": "sync_unit_tests" 2532 "test": "sync_unit_tests"
2131 }, 2533 },
2132 { 2534 {
2133 "test": "ui_base_unittests" 2535 "test": "ui_base_unittests"
2134 }, 2536 },
2135 { 2537 {
2136 "swarming": { 2538 "swarming": {
2137 "can_use_on_swarming_builders": true 2539 "can_use_on_swarming_builders": true
2138 }, 2540 },
2139 "test": "unit_tests" 2541 "test": "unit_tests"
2140 }, 2542 },
2141 { 2543 {
2544 "swarming": {
2545 "can_use_on_swarming_builders": true
2546 },
2142 "test": "url_unittests" 2547 "test": "url_unittests"
2143 }, 2548 },
2144 { 2549 {
2145 "test": "views_unittests" 2550 "test": "views_unittests"
2146 }, 2551 },
2147 { 2552 {
2148 "swarming": { 2553 "swarming": {
2149 "can_use_on_swarming_builders": true 2554 "can_use_on_swarming_builders": true
2150 }, 2555 },
2151 "test": "webkit_unit_tests" 2556 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
2182 "test": "blink_platform_unittests" 2587 "test": "blink_platform_unittests"
2183 }, 2588 },
2184 { 2589 {
2185 "swarming": { 2590 "swarming": {
2186 "can_use_on_swarming_builders": true, 2591 "can_use_on_swarming_builders": true,
2187 "shards": 10 2592 "shards": 10
2188 }, 2593 },
2189 "test": "browser_tests" 2594 "test": "browser_tests"
2190 }, 2595 },
2191 { 2596 {
2597 "swarming": {
2598 "can_use_on_swarming_builders": true
2599 },
2192 "test": "cacheinvalidation_unittests" 2600 "test": "cacheinvalidation_unittests"
2193 }, 2601 },
2194 { 2602 {
2195 "test": "chrome_elf_unittests" 2603 "test": "chrome_elf_unittests"
2196 }, 2604 },
2197 { 2605 {
2606 "swarming": {
2607 "can_use_on_swarming_builders": true
2608 },
2198 "test": "components_unittests" 2609 "test": "components_unittests"
2199 }, 2610 },
2200 { 2611 {
2201 "swarming": { 2612 "swarming": {
2202 "can_use_on_swarming_builders": true 2613 "can_use_on_swarming_builders": true
2203 }, 2614 },
2204 "test": "content_browsertests" 2615 "test": "content_browsertests"
2205 }, 2616 },
2206 { 2617 {
2207 "swarming": { 2618 "swarming": {
(...skipping 13 matching lines...) Expand all
2221 }, 2632 },
2222 "test": "crypto_unittests" 2633 "test": "crypto_unittests"
2223 }, 2634 },
2224 { 2635 {
2225 "test": "device_unittests" 2636 "test": "device_unittests"
2226 }, 2637 },
2227 { 2638 {
2228 "test": "extensions_unittests" 2639 "test": "extensions_unittests"
2229 }, 2640 },
2230 { 2641 {
2642 "swarming": {
2643 "can_use_on_swarming_builders": true
2644 },
2231 "test": "gcm_unit_tests" 2645 "test": "gcm_unit_tests"
2232 }, 2646 },
2233 { 2647 {
2234 "swarming": { 2648 "swarming": {
2235 "can_use_on_swarming_builders": true 2649 "can_use_on_swarming_builders": true
2236 }, 2650 },
2237 "test": "google_apis_unittests" 2651 "test": "google_apis_unittests"
2238 }, 2652 },
2239 { 2653 {
2240 "test": "gpu_unittests" 2654 "test": "gpu_unittests"
2241 }, 2655 },
2242 { 2656 {
2243 "test": "installer_util_unittests" 2657 "test": "installer_util_unittests"
2244 }, 2658 },
2245 { 2659 {
2660 "swarming": {
2661 "can_use_on_swarming_builders": true
2662 },
2246 "test": "ipc_tests" 2663 "test": "ipc_tests"
2247 }, 2664 },
2248 { 2665 {
2666 "swarming": {
2667 "can_use_on_swarming_builders": true
2668 },
2249 "test": "jingle_unittests" 2669 "test": "jingle_unittests"
2250 }, 2670 },
2251 { 2671 {
2672 "swarming": {
2673 "can_use_on_swarming_builders": true
2674 },
2252 "test": "media_blink_unittests" 2675 "test": "media_blink_unittests"
2253 }, 2676 },
2254 { 2677 {
2678 "swarming": {
2679 "can_use_on_swarming_builders": true
2680 },
2255 "test": "media_unittests" 2681 "test": "media_unittests"
2256 }, 2682 },
2257 { 2683 {
2684 "swarming": {
2685 "can_use_on_swarming_builders": true
2686 },
2258 "test": "midi_unittests" 2687 "test": "midi_unittests"
2259 }, 2688 },
2260 { 2689 {
2261 "swarming": { 2690 "swarming": {
2262 "can_use_on_swarming_builders": true 2691 "can_use_on_swarming_builders": true
2263 }, 2692 },
2264 "test": "net_unittests" 2693 "test": "net_unittests"
2265 }, 2694 },
2266 { 2695 {
2267 "test": "ppapi_unittests" 2696 "test": "ppapi_unittests"
2268 }, 2697 },
2269 { 2698 {
2699 "swarming": {
2700 "can_use_on_swarming_builders": true
2701 },
2270 "test": "printing_unittests" 2702 "test": "printing_unittests"
2271 }, 2703 },
2272 { 2704 {
2705 "swarming": {
2706 "can_use_on_swarming_builders": true
2707 },
2273 "test": "remoting_unittests" 2708 "test": "remoting_unittests"
2274 }, 2709 },
2275 { 2710 {
2276 "test": "sbox_integration_tests" 2711 "test": "sbox_integration_tests"
2277 }, 2712 },
2278 { 2713 {
2279 "test": "sbox_unittests" 2714 "test": "sbox_unittests"
2280 }, 2715 },
2281 { 2716 {
2282 "test": "sbox_validation_tests" 2717 "test": "sbox_validation_tests"
2283 }, 2718 },
2284 { 2719 {
2285 "swarming": { 2720 "swarming": {
2286 "can_use_on_swarming_builders": true 2721 "can_use_on_swarming_builders": true
2287 }, 2722 },
2288 "test": "setup_unittests" 2723 "test": "setup_unittests"
2289 }, 2724 },
2290 { 2725 {
2726 "swarming": {
2727 "can_use_on_swarming_builders": true
2728 },
2291 "test": "skia_unittests" 2729 "test": "skia_unittests"
2292 }, 2730 },
2293 { 2731 {
2732 "swarming": {
2733 "can_use_on_swarming_builders": true
2734 },
2294 "test": "sql_unittests" 2735 "test": "sql_unittests"
2295 }, 2736 },
2296 { 2737 {
2738 "swarming": {
2739 "can_use_on_swarming_builders": true
2740 },
2297 "test": "sync_unit_tests" 2741 "test": "sync_unit_tests"
2298 }, 2742 },
2299 { 2743 {
2300 "test": "ui_base_unittests" 2744 "test": "ui_base_unittests"
2301 }, 2745 },
2302 { 2746 {
2303 "swarming": { 2747 "swarming": {
2304 "can_use_on_swarming_builders": true 2748 "can_use_on_swarming_builders": true
2305 }, 2749 },
2306 "test": "unit_tests" 2750 "test": "unit_tests"
2307 }, 2751 },
2308 { 2752 {
2753 "swarming": {
2754 "can_use_on_swarming_builders": true
2755 },
2309 "test": "url_unittests" 2756 "test": "url_unittests"
2310 }, 2757 },
2311 { 2758 {
2312 "test": "views_unittests" 2759 "test": "views_unittests"
2313 }, 2760 },
2314 { 2761 {
2315 "swarming": { 2762 "swarming": {
2316 "can_use_on_swarming_builders": true 2763 "can_use_on_swarming_builders": true
2317 }, 2764 },
2318 "test": "webkit_unit_tests" 2765 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
2349 "test": "blink_platform_unittests" 2796 "test": "blink_platform_unittests"
2350 }, 2797 },
2351 { 2798 {
2352 "swarming": { 2799 "swarming": {
2353 "can_use_on_swarming_builders": true, 2800 "can_use_on_swarming_builders": true,
2354 "shards": 10 2801 "shards": 10
2355 }, 2802 },
2356 "test": "browser_tests" 2803 "test": "browser_tests"
2357 }, 2804 },
2358 { 2805 {
2806 "swarming": {
2807 "can_use_on_swarming_builders": true
2808 },
2359 "test": "cacheinvalidation_unittests" 2809 "test": "cacheinvalidation_unittests"
2360 }, 2810 },
2361 { 2811 {
2362 "test": "chrome_elf_unittests" 2812 "test": "chrome_elf_unittests"
2363 }, 2813 },
2364 { 2814 {
2815 "swarming": {
2816 "can_use_on_swarming_builders": true
2817 },
2365 "test": "components_unittests" 2818 "test": "components_unittests"
2366 }, 2819 },
2367 { 2820 {
2368 "swarming": { 2821 "swarming": {
2369 "can_use_on_swarming_builders": true 2822 "can_use_on_swarming_builders": true
2370 }, 2823 },
2371 "test": "content_browsertests" 2824 "test": "content_browsertests"
2372 }, 2825 },
2373 { 2826 {
2374 "swarming": { 2827 "swarming": {
(...skipping 13 matching lines...) Expand all
2388 }, 2841 },
2389 "test": "crypto_unittests" 2842 "test": "crypto_unittests"
2390 }, 2843 },
2391 { 2844 {
2392 "test": "device_unittests" 2845 "test": "device_unittests"
2393 }, 2846 },
2394 { 2847 {
2395 "test": "extensions_unittests" 2848 "test": "extensions_unittests"
2396 }, 2849 },
2397 { 2850 {
2851 "swarming": {
2852 "can_use_on_swarming_builders": true
2853 },
2398 "test": "gcm_unit_tests" 2854 "test": "gcm_unit_tests"
2399 }, 2855 },
2400 { 2856 {
2401 "swarming": { 2857 "swarming": {
2402 "can_use_on_swarming_builders": true 2858 "can_use_on_swarming_builders": true
2403 }, 2859 },
2404 "test": "google_apis_unittests" 2860 "test": "google_apis_unittests"
2405 }, 2861 },
2406 { 2862 {
2407 "test": "gpu_unittests" 2863 "test": "gpu_unittests"
2408 }, 2864 },
2409 { 2865 {
2410 "test": "installer_util_unittests" 2866 "test": "installer_util_unittests"
2411 }, 2867 },
2412 { 2868 {
2869 "swarming": {
2870 "can_use_on_swarming_builders": true
2871 },
2413 "test": "ipc_tests" 2872 "test": "ipc_tests"
2414 }, 2873 },
2415 { 2874 {
2875 "swarming": {
2876 "can_use_on_swarming_builders": true
2877 },
2416 "test": "jingle_unittests" 2878 "test": "jingle_unittests"
2417 }, 2879 },
2418 { 2880 {
2881 "swarming": {
2882 "can_use_on_swarming_builders": true
2883 },
2419 "test": "media_blink_unittests" 2884 "test": "media_blink_unittests"
2420 }, 2885 },
2421 { 2886 {
2887 "swarming": {
2888 "can_use_on_swarming_builders": true
2889 },
2422 "test": "media_unittests" 2890 "test": "media_unittests"
2423 }, 2891 },
2424 { 2892 {
2893 "swarming": {
2894 "can_use_on_swarming_builders": true
2895 },
2425 "test": "midi_unittests" 2896 "test": "midi_unittests"
2426 }, 2897 },
2427 { 2898 {
2428 "swarming": { 2899 "swarming": {
2429 "can_use_on_swarming_builders": true 2900 "can_use_on_swarming_builders": true
2430 }, 2901 },
2431 "test": "net_unittests" 2902 "test": "net_unittests"
2432 }, 2903 },
2433 { 2904 {
2434 "test": "ppapi_unittests" 2905 "test": "ppapi_unittests"
2435 }, 2906 },
2436 { 2907 {
2908 "swarming": {
2909 "can_use_on_swarming_builders": true
2910 },
2437 "test": "printing_unittests" 2911 "test": "printing_unittests"
2438 }, 2912 },
2439 { 2913 {
2914 "swarming": {
2915 "can_use_on_swarming_builders": true
2916 },
2440 "test": "remoting_unittests" 2917 "test": "remoting_unittests"
2441 }, 2918 },
2442 { 2919 {
2443 "test": "sbox_integration_tests" 2920 "test": "sbox_integration_tests"
2444 }, 2921 },
2445 { 2922 {
2446 "test": "sbox_unittests" 2923 "test": "sbox_unittests"
2447 }, 2924 },
2448 { 2925 {
2449 "test": "sbox_validation_tests" 2926 "test": "sbox_validation_tests"
2450 }, 2927 },
2451 { 2928 {
2452 "swarming": { 2929 "swarming": {
2453 "can_use_on_swarming_builders": true 2930 "can_use_on_swarming_builders": true
2454 }, 2931 },
2455 "test": "setup_unittests" 2932 "test": "setup_unittests"
2456 }, 2933 },
2457 { 2934 {
2935 "swarming": {
2936 "can_use_on_swarming_builders": true
2937 },
2458 "test": "skia_unittests" 2938 "test": "skia_unittests"
2459 }, 2939 },
2460 { 2940 {
2941 "swarming": {
2942 "can_use_on_swarming_builders": true
2943 },
2461 "test": "sql_unittests" 2944 "test": "sql_unittests"
2462 }, 2945 },
2463 { 2946 {
2947 "swarming": {
2948 "can_use_on_swarming_builders": true
2949 },
2464 "test": "sync_unit_tests" 2950 "test": "sync_unit_tests"
2465 }, 2951 },
2466 { 2952 {
2467 "test": "ui_base_unittests" 2953 "test": "ui_base_unittests"
2468 }, 2954 },
2469 { 2955 {
2470 "swarming": { 2956 "swarming": {
2471 "can_use_on_swarming_builders": true 2957 "can_use_on_swarming_builders": true
2472 }, 2958 },
2473 "test": "unit_tests" 2959 "test": "unit_tests"
2474 }, 2960 },
2475 { 2961 {
2962 "swarming": {
2963 "can_use_on_swarming_builders": true
2964 },
2476 "test": "url_unittests" 2965 "test": "url_unittests"
2477 }, 2966 },
2478 { 2967 {
2479 "test": "views_unittests" 2968 "test": "views_unittests"
2480 }, 2969 },
2481 { 2970 {
2482 "swarming": { 2971 "swarming": {
2483 "can_use_on_swarming_builders": true 2972 "can_use_on_swarming_builders": true
2484 }, 2973 },
2485 "test": "webkit_unit_tests" 2974 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
2516 "test": "blink_platform_unittests" 3005 "test": "blink_platform_unittests"
2517 }, 3006 },
2518 { 3007 {
2519 "swarming": { 3008 "swarming": {
2520 "can_use_on_swarming_builders": true, 3009 "can_use_on_swarming_builders": true,
2521 "shards": 10 3010 "shards": 10
2522 }, 3011 },
2523 "test": "browser_tests" 3012 "test": "browser_tests"
2524 }, 3013 },
2525 { 3014 {
3015 "swarming": {
3016 "can_use_on_swarming_builders": true
3017 },
2526 "test": "cacheinvalidation_unittests" 3018 "test": "cacheinvalidation_unittests"
2527 }, 3019 },
2528 { 3020 {
2529 "test": "chrome_elf_unittests" 3021 "test": "chrome_elf_unittests"
2530 }, 3022 },
2531 { 3023 {
3024 "swarming": {
3025 "can_use_on_swarming_builders": true
3026 },
2532 "test": "components_unittests" 3027 "test": "components_unittests"
2533 }, 3028 },
2534 { 3029 {
2535 "swarming": { 3030 "swarming": {
2536 "can_use_on_swarming_builders": true 3031 "can_use_on_swarming_builders": true
2537 }, 3032 },
2538 "test": "content_browsertests" 3033 "test": "content_browsertests"
2539 }, 3034 },
2540 { 3035 {
2541 "swarming": { 3036 "swarming": {
(...skipping 13 matching lines...) Expand all
2555 }, 3050 },
2556 "test": "crypto_unittests" 3051 "test": "crypto_unittests"
2557 }, 3052 },
2558 { 3053 {
2559 "test": "device_unittests" 3054 "test": "device_unittests"
2560 }, 3055 },
2561 { 3056 {
2562 "test": "extensions_unittests" 3057 "test": "extensions_unittests"
2563 }, 3058 },
2564 { 3059 {
3060 "swarming": {
3061 "can_use_on_swarming_builders": true
3062 },
2565 "test": "gcm_unit_tests" 3063 "test": "gcm_unit_tests"
2566 }, 3064 },
2567 { 3065 {
2568 "swarming": { 3066 "swarming": {
2569 "can_use_on_swarming_builders": true 3067 "can_use_on_swarming_builders": true
2570 }, 3068 },
2571 "test": "google_apis_unittests" 3069 "test": "google_apis_unittests"
2572 }, 3070 },
2573 { 3071 {
2574 "test": "gpu_unittests" 3072 "test": "gpu_unittests"
2575 }, 3073 },
2576 { 3074 {
2577 "test": "installer_util_unittests" 3075 "test": "installer_util_unittests"
2578 }, 3076 },
2579 { 3077 {
3078 "swarming": {
3079 "can_use_on_swarming_builders": true
3080 },
2580 "test": "ipc_tests" 3081 "test": "ipc_tests"
2581 }, 3082 },
2582 { 3083 {
3084 "swarming": {
3085 "can_use_on_swarming_builders": true
3086 },
2583 "test": "jingle_unittests" 3087 "test": "jingle_unittests"
2584 }, 3088 },
2585 { 3089 {
3090 "swarming": {
3091 "can_use_on_swarming_builders": true
3092 },
2586 "test": "media_blink_unittests" 3093 "test": "media_blink_unittests"
2587 }, 3094 },
2588 { 3095 {
3096 "swarming": {
3097 "can_use_on_swarming_builders": true
3098 },
2589 "test": "media_unittests" 3099 "test": "media_unittests"
2590 }, 3100 },
2591 { 3101 {
3102 "swarming": {
3103 "can_use_on_swarming_builders": true
3104 },
2592 "test": "midi_unittests" 3105 "test": "midi_unittests"
2593 }, 3106 },
2594 { 3107 {
2595 "swarming": { 3108 "swarming": {
2596 "can_use_on_swarming_builders": true 3109 "can_use_on_swarming_builders": true
2597 }, 3110 },
2598 "test": "net_unittests" 3111 "test": "net_unittests"
2599 }, 3112 },
2600 { 3113 {
2601 "test": "ppapi_unittests" 3114 "test": "ppapi_unittests"
2602 }, 3115 },
2603 { 3116 {
3117 "swarming": {
3118 "can_use_on_swarming_builders": true
3119 },
2604 "test": "printing_unittests" 3120 "test": "printing_unittests"
2605 }, 3121 },
2606 { 3122 {
3123 "swarming": {
3124 "can_use_on_swarming_builders": true
3125 },
2607 "test": "remoting_unittests" 3126 "test": "remoting_unittests"
2608 }, 3127 },
2609 { 3128 {
2610 "test": "sbox_integration_tests" 3129 "test": "sbox_integration_tests"
2611 }, 3130 },
2612 { 3131 {
2613 "test": "sbox_unittests" 3132 "test": "sbox_unittests"
2614 }, 3133 },
2615 { 3134 {
2616 "test": "sbox_validation_tests" 3135 "test": "sbox_validation_tests"
2617 }, 3136 },
2618 { 3137 {
2619 "swarming": { 3138 "swarming": {
2620 "can_use_on_swarming_builders": true 3139 "can_use_on_swarming_builders": true
2621 }, 3140 },
2622 "test": "setup_unittests" 3141 "test": "setup_unittests"
2623 }, 3142 },
2624 { 3143 {
3144 "swarming": {
3145 "can_use_on_swarming_builders": true
3146 },
2625 "test": "skia_unittests" 3147 "test": "skia_unittests"
2626 }, 3148 },
2627 { 3149 {
3150 "swarming": {
3151 "can_use_on_swarming_builders": true
3152 },
2628 "test": "sql_unittests" 3153 "test": "sql_unittests"
2629 }, 3154 },
2630 { 3155 {
3156 "swarming": {
3157 "can_use_on_swarming_builders": true
3158 },
2631 "test": "sync_unit_tests" 3159 "test": "sync_unit_tests"
2632 }, 3160 },
2633 { 3161 {
2634 "test": "ui_base_unittests" 3162 "test": "ui_base_unittests"
2635 }, 3163 },
2636 { 3164 {
2637 "swarming": { 3165 "swarming": {
2638 "can_use_on_swarming_builders": true 3166 "can_use_on_swarming_builders": true
2639 }, 3167 },
2640 "test": "unit_tests" 3168 "test": "unit_tests"
2641 }, 3169 },
2642 { 3170 {
3171 "swarming": {
3172 "can_use_on_swarming_builders": true
3173 },
2643 "test": "url_unittests" 3174 "test": "url_unittests"
2644 }, 3175 },
2645 { 3176 {
2646 "test": "views_unittests" 3177 "test": "views_unittests"
2647 }, 3178 },
2648 { 3179 {
2649 "swarming": { 3180 "swarming": {
2650 "can_use_on_swarming_builders": true 3181 "can_use_on_swarming_builders": true
2651 }, 3182 },
2652 "test": "webkit_unit_tests" 3183 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
2683 "test": "blink_platform_unittests" 3214 "test": "blink_platform_unittests"
2684 }, 3215 },
2685 { 3216 {
2686 "swarming": { 3217 "swarming": {
2687 "can_use_on_swarming_builders": true, 3218 "can_use_on_swarming_builders": true,
2688 "shards": 10 3219 "shards": 10
2689 }, 3220 },
2690 "test": "browser_tests" 3221 "test": "browser_tests"
2691 }, 3222 },
2692 { 3223 {
3224 "swarming": {
3225 "can_use_on_swarming_builders": true
3226 },
2693 "test": "cacheinvalidation_unittests" 3227 "test": "cacheinvalidation_unittests"
2694 }, 3228 },
2695 { 3229 {
2696 "test": "chrome_elf_unittests" 3230 "test": "chrome_elf_unittests"
2697 }, 3231 },
2698 { 3232 {
3233 "swarming": {
3234 "can_use_on_swarming_builders": true
3235 },
2699 "test": "components_unittests" 3236 "test": "components_unittests"
2700 }, 3237 },
2701 { 3238 {
2702 "swarming": { 3239 "swarming": {
2703 "can_use_on_swarming_builders": true 3240 "can_use_on_swarming_builders": true
2704 }, 3241 },
2705 "test": "content_browsertests" 3242 "test": "content_browsertests"
2706 }, 3243 },
2707 { 3244 {
2708 "swarming": { 3245 "swarming": {
(...skipping 13 matching lines...) Expand all
2722 }, 3259 },
2723 "test": "crypto_unittests" 3260 "test": "crypto_unittests"
2724 }, 3261 },
2725 { 3262 {
2726 "test": "device_unittests" 3263 "test": "device_unittests"
2727 }, 3264 },
2728 { 3265 {
2729 "test": "extensions_unittests" 3266 "test": "extensions_unittests"
2730 }, 3267 },
2731 { 3268 {
3269 "swarming": {
3270 "can_use_on_swarming_builders": true
3271 },
2732 "test": "gcm_unit_tests" 3272 "test": "gcm_unit_tests"
2733 }, 3273 },
2734 { 3274 {
2735 "swarming": { 3275 "swarming": {
2736 "can_use_on_swarming_builders": true 3276 "can_use_on_swarming_builders": true
2737 }, 3277 },
2738 "test": "google_apis_unittests" 3278 "test": "google_apis_unittests"
2739 }, 3279 },
2740 { 3280 {
2741 "test": "gpu_unittests" 3281 "test": "gpu_unittests"
2742 }, 3282 },
2743 { 3283 {
2744 "swarming": { 3284 "swarming": {
2745 "can_use_on_swarming_builders": true 3285 "can_use_on_swarming_builders": true
2746 }, 3286 },
2747 "test": "installer_util_unittests" 3287 "test": "installer_util_unittests"
2748 }, 3288 },
2749 { 3289 {
3290 "swarming": {
3291 "can_use_on_swarming_builders": true
3292 },
2750 "test": "ipc_tests" 3293 "test": "ipc_tests"
2751 }, 3294 },
2752 { 3295 {
3296 "swarming": {
3297 "can_use_on_swarming_builders": true
3298 },
2753 "test": "jingle_unittests" 3299 "test": "jingle_unittests"
2754 }, 3300 },
2755 { 3301 {
3302 "swarming": {
3303 "can_use_on_swarming_builders": true
3304 },
2756 "test": "media_blink_unittests" 3305 "test": "media_blink_unittests"
2757 }, 3306 },
2758 { 3307 {
3308 "swarming": {
3309 "can_use_on_swarming_builders": true
3310 },
2759 "test": "media_unittests" 3311 "test": "media_unittests"
2760 }, 3312 },
2761 { 3313 {
3314 "swarming": {
3315 "can_use_on_swarming_builders": true
3316 },
2762 "test": "midi_unittests" 3317 "test": "midi_unittests"
2763 }, 3318 },
2764 { 3319 {
2765 "swarming": { 3320 "swarming": {
2766 "can_use_on_swarming_builders": true 3321 "can_use_on_swarming_builders": true
2767 }, 3322 },
2768 "test": "net_unittests" 3323 "test": "net_unittests"
2769 }, 3324 },
2770 { 3325 {
2771 "test": "ppapi_unittests" 3326 "test": "ppapi_unittests"
2772 }, 3327 },
2773 { 3328 {
3329 "swarming": {
3330 "can_use_on_swarming_builders": true
3331 },
2774 "test": "printing_unittests" 3332 "test": "printing_unittests"
2775 }, 3333 },
2776 { 3334 {
3335 "swarming": {
3336 "can_use_on_swarming_builders": true
3337 },
2777 "test": "remoting_unittests" 3338 "test": "remoting_unittests"
2778 }, 3339 },
2779 { 3340 {
2780 "swarming": { 3341 "swarming": {
2781 "can_use_on_swarming_builders": true 3342 "can_use_on_swarming_builders": true
2782 }, 3343 },
2783 "test": "sbox_integration_tests" 3344 "test": "sbox_integration_tests"
2784 }, 3345 },
2785 { 3346 {
2786 "swarming": { 3347 "swarming": {
2787 "can_use_on_swarming_builders": true 3348 "can_use_on_swarming_builders": true
2788 }, 3349 },
2789 "test": "sbox_unittests" 3350 "test": "sbox_unittests"
2790 }, 3351 },
2791 { 3352 {
2792 "swarming": { 3353 "swarming": {
2793 "can_use_on_swarming_builders": true 3354 "can_use_on_swarming_builders": true
2794 }, 3355 },
2795 "test": "sbox_validation_tests" 3356 "test": "sbox_validation_tests"
2796 }, 3357 },
2797 { 3358 {
2798 "swarming": { 3359 "swarming": {
2799 "can_use_on_swarming_builders": true 3360 "can_use_on_swarming_builders": true
2800 }, 3361 },
2801 "test": "setup_unittests" 3362 "test": "setup_unittests"
2802 }, 3363 },
2803 { 3364 {
3365 "swarming": {
3366 "can_use_on_swarming_builders": true
3367 },
2804 "test": "skia_unittests" 3368 "test": "skia_unittests"
2805 }, 3369 },
2806 { 3370 {
3371 "swarming": {
3372 "can_use_on_swarming_builders": true
3373 },
2807 "test": "sql_unittests" 3374 "test": "sql_unittests"
2808 }, 3375 },
2809 { 3376 {
3377 "swarming": {
3378 "can_use_on_swarming_builders": true
3379 },
2810 "test": "sync_unit_tests" 3380 "test": "sync_unit_tests"
2811 }, 3381 },
2812 { 3382 {
2813 "test": "ui_base_unittests" 3383 "test": "ui_base_unittests"
2814 }, 3384 },
2815 { 3385 {
2816 "swarming": { 3386 "swarming": {
2817 "can_use_on_swarming_builders": true 3387 "can_use_on_swarming_builders": true
2818 }, 3388 },
2819 "test": "unit_tests" 3389 "test": "unit_tests"
2820 }, 3390 },
2821 { 3391 {
3392 "swarming": {
3393 "can_use_on_swarming_builders": true
3394 },
2822 "test": "url_unittests" 3395 "test": "url_unittests"
2823 }, 3396 },
2824 { 3397 {
2825 "test": "views_unittests" 3398 "test": "views_unittests"
2826 }, 3399 },
2827 { 3400 {
2828 "swarming": { 3401 "swarming": {
2829 "can_use_on_swarming_builders": true 3402 "can_use_on_swarming_builders": true
2830 }, 3403 },
2831 "test": "webkit_unit_tests" 3404 "test": "webkit_unit_tests"
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 }, 3567 },
2995 "test": "sbox_validation_tests" 3568 "test": "sbox_validation_tests"
2996 }, 3569 },
2997 { 3570 {
2998 "swarming": { 3571 "swarming": {
2999 "can_use_on_swarming_builders": true 3572 "can_use_on_swarming_builders": true
3000 }, 3573 },
3001 "test": "setup_unittests" 3574 "test": "setup_unittests"
3002 }, 3575 },
3003 { 3576 {
3577 "swarming": {
3578 "can_use_on_swarming_builders": true
3579 },
3004 "test": "skia_unittests" 3580 "test": "skia_unittests"
3005 }, 3581 },
3006 { 3582 {
3007 "swarming": { 3583 "swarming": {
3008 "can_use_on_swarming_builders": true 3584 "can_use_on_swarming_builders": true
3009 }, 3585 },
3010 "test": "sql_unittests" 3586 "test": "sql_unittests"
3011 }, 3587 },
3012 { 3588 {
3013 "swarming": { 3589 "swarming": {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3182 { 3758 {
3183 "test": "sbox_validation_tests" 3759 "test": "sbox_validation_tests"
3184 }, 3760 },
3185 { 3761 {
3186 "swarming": { 3762 "swarming": {
3187 "can_use_on_swarming_builders": true 3763 "can_use_on_swarming_builders": true
3188 }, 3764 },
3189 "test": "setup_unittests" 3765 "test": "setup_unittests"
3190 }, 3766 },
3191 { 3767 {
3768 "swarming": {
3769 "can_use_on_swarming_builders": true
3770 },
3192 "test": "skia_unittests" 3771 "test": "skia_unittests"
3193 }, 3772 },
3194 { 3773 {
3195 "swarming": { 3774 "swarming": {
3196 "can_use_on_swarming_builders": true 3775 "can_use_on_swarming_builders": true
3197 }, 3776 },
3198 "test": "sql_unittests" 3777 "test": "sql_unittests"
3199 }, 3778 },
3200 { 3779 {
3201 "swarming": { 3780 "swarming": {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 }, 3954 },
3376 "test": "sbox_validation_tests" 3955 "test": "sbox_validation_tests"
3377 }, 3956 },
3378 { 3957 {
3379 "swarming": { 3958 "swarming": {
3380 "can_use_on_swarming_builders": true 3959 "can_use_on_swarming_builders": true
3381 }, 3960 },
3382 "test": "setup_unittests" 3961 "test": "setup_unittests"
3383 }, 3962 },
3384 { 3963 {
3964 "swarming": {
3965 "can_use_on_swarming_builders": true
3966 },
3385 "test": "skia_unittests" 3967 "test": "skia_unittests"
3386 }, 3968 },
3387 { 3969 {
3388 "swarming": { 3970 "swarming": {
3389 "can_use_on_swarming_builders": true 3971 "can_use_on_swarming_builders": true
3390 }, 3972 },
3391 "test": "sql_unittests" 3973 "test": "sql_unittests"
3392 }, 3974 },
3393 { 3975 {
3394 "swarming": { 3976 "swarming": {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
3437 "test": "blink_platform_unittests" 4019 "test": "blink_platform_unittests"
3438 }, 4020 },
3439 { 4021 {
3440 "swarming": { 4022 "swarming": {
3441 "can_use_on_swarming_builders": true, 4023 "can_use_on_swarming_builders": true,
3442 "shards": 10 4024 "shards": 10
3443 }, 4025 },
3444 "test": "browser_tests" 4026 "test": "browser_tests"
3445 }, 4027 },
3446 { 4028 {
4029 "swarming": {
4030 "can_use_on_swarming_builders": true
4031 },
3447 "test": "cacheinvalidation_unittests" 4032 "test": "cacheinvalidation_unittests"
3448 }, 4033 },
3449 { 4034 {
3450 "test": "chrome_elf_unittests" 4035 "test": "chrome_elf_unittests"
3451 }, 4036 },
3452 { 4037 {
4038 "swarming": {
4039 "can_use_on_swarming_builders": true
4040 },
3453 "test": "components_unittests" 4041 "test": "components_unittests"
3454 }, 4042 },
3455 { 4043 {
3456 "swarming": { 4044 "swarming": {
3457 "can_use_on_swarming_builders": true 4045 "can_use_on_swarming_builders": true
3458 }, 4046 },
3459 "test": "content_browsertests" 4047 "test": "content_browsertests"
3460 }, 4048 },
3461 { 4049 {
3462 "swarming": { 4050 "swarming": {
(...skipping 13 matching lines...) Expand all
3476 }, 4064 },
3477 "test": "crypto_unittests" 4065 "test": "crypto_unittests"
3478 }, 4066 },
3479 { 4067 {
3480 "test": "device_unittests" 4068 "test": "device_unittests"
3481 }, 4069 },
3482 { 4070 {
3483 "test": "extensions_unittests" 4071 "test": "extensions_unittests"
3484 }, 4072 },
3485 { 4073 {
4074 "swarming": {
4075 "can_use_on_swarming_builders": true
4076 },
3486 "test": "gcm_unit_tests" 4077 "test": "gcm_unit_tests"
3487 }, 4078 },
3488 { 4079 {
3489 "swarming": { 4080 "swarming": {
3490 "can_use_on_swarming_builders": true 4081 "can_use_on_swarming_builders": true
3491 }, 4082 },
3492 "test": "google_apis_unittests" 4083 "test": "google_apis_unittests"
3493 }, 4084 },
3494 { 4085 {
3495 "test": "gpu_unittests" 4086 "test": "gpu_unittests"
3496 }, 4087 },
3497 { 4088 {
3498 "test": "installer_util_unittests" 4089 "test": "installer_util_unittests"
3499 }, 4090 },
3500 { 4091 {
4092 "swarming": {
4093 "can_use_on_swarming_builders": true
4094 },
3501 "test": "ipc_tests" 4095 "test": "ipc_tests"
3502 }, 4096 },
3503 { 4097 {
4098 "swarming": {
4099 "can_use_on_swarming_builders": true
4100 },
3504 "test": "jingle_unittests" 4101 "test": "jingle_unittests"
3505 }, 4102 },
3506 { 4103 {
4104 "swarming": {
4105 "can_use_on_swarming_builders": true
4106 },
3507 "test": "media_blink_unittests" 4107 "test": "media_blink_unittests"
3508 }, 4108 },
3509 { 4109 {
4110 "swarming": {
4111 "can_use_on_swarming_builders": true
4112 },
3510 "test": "media_unittests" 4113 "test": "media_unittests"
3511 }, 4114 },
3512 { 4115 {
4116 "swarming": {
4117 "can_use_on_swarming_builders": true
4118 },
3513 "test": "midi_unittests" 4119 "test": "midi_unittests"
3514 }, 4120 },
3515 { 4121 {
3516 "swarming": { 4122 "swarming": {
3517 "can_use_on_swarming_builders": true 4123 "can_use_on_swarming_builders": true
3518 }, 4124 },
3519 "test": "net_unittests" 4125 "test": "net_unittests"
3520 }, 4126 },
3521 { 4127 {
3522 "test": "ppapi_unittests" 4128 "test": "ppapi_unittests"
3523 }, 4129 },
3524 { 4130 {
4131 "swarming": {
4132 "can_use_on_swarming_builders": true
4133 },
3525 "test": "printing_unittests" 4134 "test": "printing_unittests"
3526 }, 4135 },
3527 { 4136 {
4137 "swarming": {
4138 "can_use_on_swarming_builders": true
4139 },
3528 "test": "remoting_unittests" 4140 "test": "remoting_unittests"
3529 }, 4141 },
3530 { 4142 {
3531 "test": "sbox_integration_tests" 4143 "test": "sbox_integration_tests"
3532 }, 4144 },
3533 { 4145 {
3534 "test": "sbox_unittests" 4146 "test": "sbox_unittests"
3535 }, 4147 },
3536 { 4148 {
3537 "test": "sbox_validation_tests" 4149 "test": "sbox_validation_tests"
3538 }, 4150 },
3539 { 4151 {
3540 "swarming": { 4152 "swarming": {
3541 "can_use_on_swarming_builders": true 4153 "can_use_on_swarming_builders": true
3542 }, 4154 },
3543 "test": "setup_unittests" 4155 "test": "setup_unittests"
3544 }, 4156 },
3545 { 4157 {
4158 "swarming": {
4159 "can_use_on_swarming_builders": true
4160 },
3546 "test": "skia_unittests" 4161 "test": "skia_unittests"
3547 }, 4162 },
3548 { 4163 {
4164 "swarming": {
4165 "can_use_on_swarming_builders": true
4166 },
3549 "test": "sql_unittests" 4167 "test": "sql_unittests"
3550 }, 4168 },
3551 { 4169 {
4170 "swarming": {
4171 "can_use_on_swarming_builders": true
4172 },
3552 "test": "sync_unit_tests" 4173 "test": "sync_unit_tests"
3553 }, 4174 },
3554 { 4175 {
3555 "test": "ui_base_unittests" 4176 "test": "ui_base_unittests"
3556 }, 4177 },
3557 { 4178 {
3558 "swarming": { 4179 "swarming": {
3559 "can_use_on_swarming_builders": true 4180 "can_use_on_swarming_builders": true
3560 }, 4181 },
3561 "test": "unit_tests" 4182 "test": "unit_tests"
3562 }, 4183 },
3563 { 4184 {
4185 "swarming": {
4186 "can_use_on_swarming_builders": true
4187 },
3564 "test": "url_unittests" 4188 "test": "url_unittests"
3565 }, 4189 },
3566 { 4190 {
3567 "test": "views_unittests" 4191 "test": "views_unittests"
3568 }, 4192 },
3569 { 4193 {
3570 "swarming": { 4194 "swarming": {
3571 "can_use_on_swarming_builders": true 4195 "can_use_on_swarming_builders": true
3572 }, 4196 },
3573 "test": "webkit_unit_tests" 4197 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
3604 "test": "blink_platform_unittests" 4228 "test": "blink_platform_unittests"
3605 }, 4229 },
3606 { 4230 {
3607 "swarming": { 4231 "swarming": {
3608 "can_use_on_swarming_builders": true, 4232 "can_use_on_swarming_builders": true,
3609 "shards": 10 4233 "shards": 10
3610 }, 4234 },
3611 "test": "browser_tests" 4235 "test": "browser_tests"
3612 }, 4236 },
3613 { 4237 {
4238 "swarming": {
4239 "can_use_on_swarming_builders": true
4240 },
3614 "test": "cacheinvalidation_unittests" 4241 "test": "cacheinvalidation_unittests"
3615 }, 4242 },
3616 { 4243 {
3617 "test": "chrome_elf_unittests" 4244 "test": "chrome_elf_unittests"
3618 }, 4245 },
3619 { 4246 {
4247 "swarming": {
4248 "can_use_on_swarming_builders": true
4249 },
3620 "test": "components_unittests" 4250 "test": "components_unittests"
3621 }, 4251 },
3622 { 4252 {
3623 "swarming": { 4253 "swarming": {
3624 "can_use_on_swarming_builders": true 4254 "can_use_on_swarming_builders": true
3625 }, 4255 },
3626 "test": "content_browsertests" 4256 "test": "content_browsertests"
3627 }, 4257 },
3628 { 4258 {
3629 "swarming": { 4259 "swarming": {
(...skipping 13 matching lines...) Expand all
3643 }, 4273 },
3644 "test": "crypto_unittests" 4274 "test": "crypto_unittests"
3645 }, 4275 },
3646 { 4276 {
3647 "test": "device_unittests" 4277 "test": "device_unittests"
3648 }, 4278 },
3649 { 4279 {
3650 "test": "extensions_unittests" 4280 "test": "extensions_unittests"
3651 }, 4281 },
3652 { 4282 {
4283 "swarming": {
4284 "can_use_on_swarming_builders": true
4285 },
3653 "test": "gcm_unit_tests" 4286 "test": "gcm_unit_tests"
3654 }, 4287 },
3655 { 4288 {
3656 "swarming": { 4289 "swarming": {
3657 "can_use_on_swarming_builders": true 4290 "can_use_on_swarming_builders": true
3658 }, 4291 },
3659 "test": "google_apis_unittests" 4292 "test": "google_apis_unittests"
3660 }, 4293 },
3661 { 4294 {
3662 "test": "gpu_unittests" 4295 "test": "gpu_unittests"
3663 }, 4296 },
3664 { 4297 {
3665 "test": "installer_util_unittests" 4298 "test": "installer_util_unittests"
3666 }, 4299 },
3667 { 4300 {
4301 "swarming": {
4302 "can_use_on_swarming_builders": true
4303 },
3668 "test": "ipc_tests" 4304 "test": "ipc_tests"
3669 }, 4305 },
3670 { 4306 {
4307 "swarming": {
4308 "can_use_on_swarming_builders": true
4309 },
3671 "test": "jingle_unittests" 4310 "test": "jingle_unittests"
3672 }, 4311 },
3673 { 4312 {
4313 "swarming": {
4314 "can_use_on_swarming_builders": true
4315 },
3674 "test": "media_blink_unittests" 4316 "test": "media_blink_unittests"
3675 }, 4317 },
3676 { 4318 {
4319 "swarming": {
4320 "can_use_on_swarming_builders": true
4321 },
3677 "test": "media_unittests" 4322 "test": "media_unittests"
3678 }, 4323 },
3679 { 4324 {
4325 "swarming": {
4326 "can_use_on_swarming_builders": true
4327 },
3680 "test": "midi_unittests" 4328 "test": "midi_unittests"
3681 }, 4329 },
3682 { 4330 {
3683 "swarming": { 4331 "swarming": {
3684 "can_use_on_swarming_builders": true 4332 "can_use_on_swarming_builders": true
3685 }, 4333 },
3686 "test": "net_unittests" 4334 "test": "net_unittests"
3687 }, 4335 },
3688 { 4336 {
3689 "test": "ppapi_unittests" 4337 "test": "ppapi_unittests"
3690 }, 4338 },
3691 { 4339 {
4340 "swarming": {
4341 "can_use_on_swarming_builders": true
4342 },
3692 "test": "printing_unittests" 4343 "test": "printing_unittests"
3693 }, 4344 },
3694 { 4345 {
4346 "swarming": {
4347 "can_use_on_swarming_builders": true
4348 },
3695 "test": "remoting_unittests" 4349 "test": "remoting_unittests"
3696 }, 4350 },
3697 { 4351 {
3698 "test": "sbox_integration_tests" 4352 "test": "sbox_integration_tests"
3699 }, 4353 },
3700 { 4354 {
3701 "test": "sbox_unittests" 4355 "test": "sbox_unittests"
3702 }, 4356 },
3703 { 4357 {
3704 "test": "sbox_validation_tests" 4358 "test": "sbox_validation_tests"
3705 }, 4359 },
3706 { 4360 {
3707 "swarming": { 4361 "swarming": {
3708 "can_use_on_swarming_builders": true 4362 "can_use_on_swarming_builders": true
3709 }, 4363 },
3710 "test": "setup_unittests" 4364 "test": "setup_unittests"
3711 }, 4365 },
3712 { 4366 {
4367 "swarming": {
4368 "can_use_on_swarming_builders": true
4369 },
3713 "test": "skia_unittests" 4370 "test": "skia_unittests"
3714 }, 4371 },
3715 { 4372 {
4373 "swarming": {
4374 "can_use_on_swarming_builders": true
4375 },
3716 "test": "sql_unittests" 4376 "test": "sql_unittests"
3717 }, 4377 },
3718 { 4378 {
4379 "swarming": {
4380 "can_use_on_swarming_builders": true
4381 },
3719 "test": "sync_unit_tests" 4382 "test": "sync_unit_tests"
3720 }, 4383 },
3721 { 4384 {
3722 "test": "ui_base_unittests" 4385 "test": "ui_base_unittests"
3723 }, 4386 },
3724 { 4387 {
3725 "swarming": { 4388 "swarming": {
3726 "can_use_on_swarming_builders": true 4389 "can_use_on_swarming_builders": true
3727 }, 4390 },
3728 "test": "unit_tests" 4391 "test": "unit_tests"
3729 }, 4392 },
3730 { 4393 {
4394 "swarming": {
4395 "can_use_on_swarming_builders": true
4396 },
3731 "test": "url_unittests" 4397 "test": "url_unittests"
3732 }, 4398 },
3733 { 4399 {
3734 "test": "views_unittests" 4400 "test": "views_unittests"
3735 }, 4401 },
3736 { 4402 {
3737 "swarming": { 4403 "swarming": {
3738 "can_use_on_swarming_builders": true 4404 "can_use_on_swarming_builders": true
3739 }, 4405 },
3740 "test": "webkit_unit_tests" 4406 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
3771 "test": "blink_platform_unittests" 4437 "test": "blink_platform_unittests"
3772 }, 4438 },
3773 { 4439 {
3774 "swarming": { 4440 "swarming": {
3775 "can_use_on_swarming_builders": true, 4441 "can_use_on_swarming_builders": true,
3776 "shards": 10 4442 "shards": 10
3777 }, 4443 },
3778 "test": "browser_tests" 4444 "test": "browser_tests"
3779 }, 4445 },
3780 { 4446 {
4447 "swarming": {
4448 "can_use_on_swarming_builders": true
4449 },
3781 "test": "cacheinvalidation_unittests" 4450 "test": "cacheinvalidation_unittests"
3782 }, 4451 },
3783 { 4452 {
3784 "test": "chrome_elf_unittests" 4453 "test": "chrome_elf_unittests"
3785 }, 4454 },
3786 { 4455 {
4456 "swarming": {
4457 "can_use_on_swarming_builders": true
4458 },
3787 "test": "components_unittests" 4459 "test": "components_unittests"
3788 }, 4460 },
3789 { 4461 {
3790 "swarming": { 4462 "swarming": {
3791 "can_use_on_swarming_builders": true 4463 "can_use_on_swarming_builders": true
3792 }, 4464 },
3793 "test": "content_browsertests" 4465 "test": "content_browsertests"
3794 }, 4466 },
3795 { 4467 {
3796 "swarming": { 4468 "swarming": {
(...skipping 13 matching lines...) Expand all
3810 }, 4482 },
3811 "test": "crypto_unittests" 4483 "test": "crypto_unittests"
3812 }, 4484 },
3813 { 4485 {
3814 "test": "device_unittests" 4486 "test": "device_unittests"
3815 }, 4487 },
3816 { 4488 {
3817 "test": "extensions_unittests" 4489 "test": "extensions_unittests"
3818 }, 4490 },
3819 { 4491 {
4492 "swarming": {
4493 "can_use_on_swarming_builders": true
4494 },
3820 "test": "gcm_unit_tests" 4495 "test": "gcm_unit_tests"
3821 }, 4496 },
3822 { 4497 {
3823 "swarming": { 4498 "swarming": {
3824 "can_use_on_swarming_builders": true 4499 "can_use_on_swarming_builders": true
3825 }, 4500 },
3826 "test": "google_apis_unittests" 4501 "test": "google_apis_unittests"
3827 }, 4502 },
3828 { 4503 {
3829 "test": "gpu_unittests" 4504 "test": "gpu_unittests"
3830 }, 4505 },
3831 { 4506 {
3832 "test": "installer_util_unittests" 4507 "test": "installer_util_unittests"
3833 }, 4508 },
3834 { 4509 {
4510 "swarming": {
4511 "can_use_on_swarming_builders": true
4512 },
3835 "test": "ipc_tests" 4513 "test": "ipc_tests"
3836 }, 4514 },
3837 { 4515 {
4516 "swarming": {
4517 "can_use_on_swarming_builders": true
4518 },
3838 "test": "jingle_unittests" 4519 "test": "jingle_unittests"
3839 }, 4520 },
3840 { 4521 {
4522 "swarming": {
4523 "can_use_on_swarming_builders": true
4524 },
3841 "test": "media_blink_unittests" 4525 "test": "media_blink_unittests"
3842 }, 4526 },
3843 { 4527 {
4528 "swarming": {
4529 "can_use_on_swarming_builders": true
4530 },
3844 "test": "media_unittests" 4531 "test": "media_unittests"
3845 }, 4532 },
3846 { 4533 {
4534 "swarming": {
4535 "can_use_on_swarming_builders": true
4536 },
3847 "test": "midi_unittests" 4537 "test": "midi_unittests"
3848 }, 4538 },
3849 { 4539 {
3850 "swarming": { 4540 "swarming": {
3851 "can_use_on_swarming_builders": true 4541 "can_use_on_swarming_builders": true
3852 }, 4542 },
3853 "test": "net_unittests" 4543 "test": "net_unittests"
3854 }, 4544 },
3855 { 4545 {
3856 "test": "ppapi_unittests" 4546 "test": "ppapi_unittests"
3857 }, 4547 },
3858 { 4548 {
4549 "swarming": {
4550 "can_use_on_swarming_builders": true
4551 },
3859 "test": "printing_unittests" 4552 "test": "printing_unittests"
3860 }, 4553 },
3861 { 4554 {
4555 "swarming": {
4556 "can_use_on_swarming_builders": true
4557 },
3862 "test": "remoting_unittests" 4558 "test": "remoting_unittests"
3863 }, 4559 },
3864 { 4560 {
3865 "test": "sbox_integration_tests" 4561 "test": "sbox_integration_tests"
3866 }, 4562 },
3867 { 4563 {
3868 "test": "sbox_unittests" 4564 "test": "sbox_unittests"
3869 }, 4565 },
3870 { 4566 {
3871 "test": "sbox_validation_tests" 4567 "test": "sbox_validation_tests"
3872 }, 4568 },
3873 { 4569 {
3874 "swarming": { 4570 "swarming": {
3875 "can_use_on_swarming_builders": true 4571 "can_use_on_swarming_builders": true
3876 }, 4572 },
3877 "test": "setup_unittests" 4573 "test": "setup_unittests"
3878 }, 4574 },
3879 { 4575 {
4576 "swarming": {
4577 "can_use_on_swarming_builders": true
4578 },
3880 "test": "skia_unittests" 4579 "test": "skia_unittests"
3881 }, 4580 },
3882 { 4581 {
4582 "swarming": {
4583 "can_use_on_swarming_builders": true
4584 },
3883 "test": "sql_unittests" 4585 "test": "sql_unittests"
3884 }, 4586 },
3885 { 4587 {
4588 "swarming": {
4589 "can_use_on_swarming_builders": true
4590 },
3886 "test": "sync_unit_tests" 4591 "test": "sync_unit_tests"
3887 }, 4592 },
3888 { 4593 {
3889 "test": "ui_base_unittests" 4594 "test": "ui_base_unittests"
3890 }, 4595 },
3891 { 4596 {
3892 "swarming": { 4597 "swarming": {
3893 "can_use_on_swarming_builders": true 4598 "can_use_on_swarming_builders": true
3894 }, 4599 },
3895 "test": "unit_tests" 4600 "test": "unit_tests"
3896 }, 4601 },
3897 { 4602 {
4603 "swarming": {
4604 "can_use_on_swarming_builders": true
4605 },
3898 "test": "url_unittests" 4606 "test": "url_unittests"
3899 }, 4607 },
3900 { 4608 {
3901 "test": "views_unittests" 4609 "test": "views_unittests"
3902 }, 4610 },
3903 { 4611 {
3904 "swarming": { 4612 "swarming": {
3905 "can_use_on_swarming_builders": true 4613 "can_use_on_swarming_builders": true
3906 }, 4614 },
3907 "test": "webkit_unit_tests" 4615 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
3938 "test": "blink_platform_unittests" 4646 "test": "blink_platform_unittests"
3939 }, 4647 },
3940 { 4648 {
3941 "swarming": { 4649 "swarming": {
3942 "can_use_on_swarming_builders": true, 4650 "can_use_on_swarming_builders": true,
3943 "shards": 10 4651 "shards": 10
3944 }, 4652 },
3945 "test": "browser_tests" 4653 "test": "browser_tests"
3946 }, 4654 },
3947 { 4655 {
4656 "swarming": {
4657 "can_use_on_swarming_builders": true
4658 },
3948 "test": "cacheinvalidation_unittests" 4659 "test": "cacheinvalidation_unittests"
3949 }, 4660 },
3950 { 4661 {
3951 "test": "chrome_elf_unittests" 4662 "test": "chrome_elf_unittests"
3952 }, 4663 },
3953 { 4664 {
4665 "swarming": {
4666 "can_use_on_swarming_builders": true
4667 },
3954 "test": "components_unittests" 4668 "test": "components_unittests"
3955 }, 4669 },
3956 { 4670 {
3957 "swarming": { 4671 "swarming": {
3958 "can_use_on_swarming_builders": true 4672 "can_use_on_swarming_builders": true
3959 }, 4673 },
3960 "test": "content_browsertests" 4674 "test": "content_browsertests"
3961 }, 4675 },
3962 { 4676 {
3963 "swarming": { 4677 "swarming": {
(...skipping 13 matching lines...) Expand all
3977 }, 4691 },
3978 "test": "crypto_unittests" 4692 "test": "crypto_unittests"
3979 }, 4693 },
3980 { 4694 {
3981 "test": "device_unittests" 4695 "test": "device_unittests"
3982 }, 4696 },
3983 { 4697 {
3984 "test": "extensions_unittests" 4698 "test": "extensions_unittests"
3985 }, 4699 },
3986 { 4700 {
4701 "swarming": {
4702 "can_use_on_swarming_builders": true
4703 },
3987 "test": "gcm_unit_tests" 4704 "test": "gcm_unit_tests"
3988 }, 4705 },
3989 { 4706 {
3990 "swarming": { 4707 "swarming": {
3991 "can_use_on_swarming_builders": true 4708 "can_use_on_swarming_builders": true
3992 }, 4709 },
3993 "test": "google_apis_unittests" 4710 "test": "google_apis_unittests"
3994 }, 4711 },
3995 { 4712 {
3996 "test": "gpu_unittests" 4713 "test": "gpu_unittests"
3997 }, 4714 },
3998 { 4715 {
3999 "test": "installer_util_unittests" 4716 "test": "installer_util_unittests"
4000 }, 4717 },
4001 { 4718 {
4719 "swarming": {
4720 "can_use_on_swarming_builders": true
4721 },
4002 "test": "ipc_tests" 4722 "test": "ipc_tests"
4003 }, 4723 },
4004 { 4724 {
4725 "swarming": {
4726 "can_use_on_swarming_builders": true
4727 },
4005 "test": "jingle_unittests" 4728 "test": "jingle_unittests"
4006 }, 4729 },
4007 { 4730 {
4731 "swarming": {
4732 "can_use_on_swarming_builders": true
4733 },
4008 "test": "media_blink_unittests" 4734 "test": "media_blink_unittests"
4009 }, 4735 },
4010 { 4736 {
4737 "swarming": {
4738 "can_use_on_swarming_builders": true
4739 },
4011 "test": "media_unittests" 4740 "test": "media_unittests"
4012 }, 4741 },
4013 { 4742 {
4743 "swarming": {
4744 "can_use_on_swarming_builders": true
4745 },
4014 "test": "midi_unittests" 4746 "test": "midi_unittests"
4015 }, 4747 },
4016 { 4748 {
4017 "swarming": { 4749 "swarming": {
4018 "can_use_on_swarming_builders": true 4750 "can_use_on_swarming_builders": true
4019 }, 4751 },
4020 "test": "net_unittests" 4752 "test": "net_unittests"
4021 }, 4753 },
4022 { 4754 {
4023 "test": "ppapi_unittests" 4755 "test": "ppapi_unittests"
4024 }, 4756 },
4025 { 4757 {
4758 "swarming": {
4759 "can_use_on_swarming_builders": true
4760 },
4026 "test": "printing_unittests" 4761 "test": "printing_unittests"
4027 }, 4762 },
4028 { 4763 {
4764 "swarming": {
4765 "can_use_on_swarming_builders": true
4766 },
4029 "test": "remoting_unittests" 4767 "test": "remoting_unittests"
4030 }, 4768 },
4031 { 4769 {
4032 "test": "sbox_integration_tests" 4770 "test": "sbox_integration_tests"
4033 }, 4771 },
4034 { 4772 {
4035 "test": "sbox_unittests" 4773 "test": "sbox_unittests"
4036 }, 4774 },
4037 { 4775 {
4038 "test": "sbox_validation_tests" 4776 "test": "sbox_validation_tests"
4039 }, 4777 },
4040 { 4778 {
4041 "swarming": { 4779 "swarming": {
4042 "can_use_on_swarming_builders": true 4780 "can_use_on_swarming_builders": true
4043 }, 4781 },
4044 "test": "setup_unittests" 4782 "test": "setup_unittests"
4045 }, 4783 },
4046 { 4784 {
4785 "swarming": {
4786 "can_use_on_swarming_builders": true
4787 },
4047 "test": "skia_unittests" 4788 "test": "skia_unittests"
4048 }, 4789 },
4049 { 4790 {
4791 "swarming": {
4792 "can_use_on_swarming_builders": true
4793 },
4050 "test": "sql_unittests" 4794 "test": "sql_unittests"
4051 }, 4795 },
4052 { 4796 {
4797 "swarming": {
4798 "can_use_on_swarming_builders": true
4799 },
4053 "test": "sync_unit_tests" 4800 "test": "sync_unit_tests"
4054 }, 4801 },
4055 { 4802 {
4056 "test": "ui_base_unittests" 4803 "test": "ui_base_unittests"
4057 }, 4804 },
4058 { 4805 {
4059 "swarming": { 4806 "swarming": {
4060 "can_use_on_swarming_builders": true 4807 "can_use_on_swarming_builders": true
4061 }, 4808 },
4062 "test": "unit_tests" 4809 "test": "unit_tests"
4063 }, 4810 },
4064 { 4811 {
4812 "swarming": {
4813 "can_use_on_swarming_builders": true
4814 },
4065 "test": "url_unittests" 4815 "test": "url_unittests"
4066 }, 4816 },
4067 { 4817 {
4068 "test": "views_unittests" 4818 "test": "views_unittests"
4069 }, 4819 },
4070 { 4820 {
4071 "swarming": { 4821 "swarming": {
4072 "can_use_on_swarming_builders": true 4822 "can_use_on_swarming_builders": true
4073 }, 4823 },
4074 "test": "webkit_unit_tests" 4824 "test": "webkit_unit_tests"
(...skipping 23 matching lines...) Expand all
4098 { 4848 {
4099 "swarming": { 4849 "swarming": {
4100 "can_use_on_swarming_builders": true 4850 "can_use_on_swarming_builders": true
4101 }, 4851 },
4102 "test": "blink_platform_unittests" 4852 "test": "blink_platform_unittests"
4103 }, 4853 },
4104 { 4854 {
4105 "test": "browser_tests" 4855 "test": "browser_tests"
4106 }, 4856 },
4107 { 4857 {
4858 "swarming": {
4859 "can_use_on_swarming_builders": true
4860 },
4108 "test": "cacheinvalidation_unittests" 4861 "test": "cacheinvalidation_unittests"
4109 }, 4862 },
4110 { 4863 {
4111 "test": "chrome_elf_unittests" 4864 "test": "chrome_elf_unittests"
4112 }, 4865 },
4113 { 4866 {
4867 "swarming": {
4868 "can_use_on_swarming_builders": true
4869 },
4114 "test": "components_unittests" 4870 "test": "components_unittests"
4115 }, 4871 },
4116 { 4872 {
4873 "swarming": {
4874 "can_use_on_swarming_builders": true
4875 },
4117 "test": "content_browsertests" 4876 "test": "content_browsertests"
4118 }, 4877 },
4119 { 4878 {
4879 "swarming": {
4880 "can_use_on_swarming_builders": true
4881 },
4120 "test": "content_unittests" 4882 "test": "content_unittests"
4121 }, 4883 },
4122 { 4884 {
4123 "test": "courgette_unittests" 4885 "test": "courgette_unittests"
4124 }, 4886 },
4125 { 4887 {
4126 "test": "crypto_unittests" 4888 "test": "crypto_unittests"
4127 }, 4889 },
4128 { 4890 {
4129 "test": "device_unittests" 4891 "test": "device_unittests"
4130 }, 4892 },
4131 { 4893 {
4132 "test": "extensions_unittests" 4894 "test": "extensions_unittests"
4133 }, 4895 },
4134 { 4896 {
4897 "swarming": {
4898 "can_use_on_swarming_builders": true
4899 },
4135 "test": "gcm_unit_tests" 4900 "test": "gcm_unit_tests"
4136 }, 4901 },
4137 { 4902 {
4138 "swarming": { 4903 "swarming": {
4139 "can_use_on_swarming_builders": true 4904 "can_use_on_swarming_builders": true
4140 }, 4905 },
4141 "test": "google_apis_unittests" 4906 "test": "google_apis_unittests"
4142 }, 4907 },
4143 { 4908 {
4144 "test": "gpu_unittests" 4909 "test": "gpu_unittests"
4145 }, 4910 },
4146 { 4911 {
4147 "test": "installer_util_unittests" 4912 "test": "installer_util_unittests"
4148 }, 4913 },
4149 { 4914 {
4915 "swarming": {
4916 "can_use_on_swarming_builders": true
4917 },
4150 "test": "ipc_tests" 4918 "test": "ipc_tests"
4151 }, 4919 },
4152 { 4920 {
4921 "swarming": {
4922 "can_use_on_swarming_builders": true
4923 },
4153 "test": "jingle_unittests" 4924 "test": "jingle_unittests"
4154 }, 4925 },
4155 { 4926 {
4927 "swarming": {
4928 "can_use_on_swarming_builders": true
4929 },
4156 "test": "media_blink_unittests" 4930 "test": "media_blink_unittests"
4157 }, 4931 },
4158 { 4932 {
4933 "swarming": {
4934 "can_use_on_swarming_builders": true
4935 },
4159 "test": "media_unittests" 4936 "test": "media_unittests"
4160 }, 4937 },
4161 { 4938 {
4939 "swarming": {
4940 "can_use_on_swarming_builders": true
4941 },
4162 "test": "midi_unittests" 4942 "test": "midi_unittests"
4163 }, 4943 },
4164 { 4944 {
4165 "test": "net_unittests" 4945 "test": "net_unittests"
4166 }, 4946 },
4167 { 4947 {
4168 "test": "ppapi_unittests" 4948 "test": "ppapi_unittests"
4169 }, 4949 },
4170 { 4950 {
4951 "swarming": {
4952 "can_use_on_swarming_builders": true
4953 },
4171 "test": "printing_unittests" 4954 "test": "printing_unittests"
4172 }, 4955 },
4173 { 4956 {
4957 "swarming": {
4958 "can_use_on_swarming_builders": true
4959 },
4174 "test": "remoting_unittests" 4960 "test": "remoting_unittests"
4175 }, 4961 },
4176 { 4962 {
4177 "test": "sbox_integration_tests" 4963 "test": "sbox_integration_tests"
4178 }, 4964 },
4179 { 4965 {
4180 "test": "sbox_unittests" 4966 "test": "sbox_unittests"
4181 }, 4967 },
4182 { 4968 {
4183 "test": "sbox_validation_tests" 4969 "test": "sbox_validation_tests"
4184 }, 4970 },
4185 { 4971 {
4186 "swarming": { 4972 "swarming": {
4187 "can_use_on_swarming_builders": true 4973 "can_use_on_swarming_builders": true
4188 }, 4974 },
4189 "test": "setup_unittests" 4975 "test": "setup_unittests"
4190 }, 4976 },
4191 { 4977 {
4978 "swarming": {
4979 "can_use_on_swarming_builders": true
4980 },
4192 "test": "skia_unittests" 4981 "test": "skia_unittests"
4193 }, 4982 },
4194 { 4983 {
4984 "swarming": {
4985 "can_use_on_swarming_builders": true
4986 },
4195 "test": "sql_unittests" 4987 "test": "sql_unittests"
4196 }, 4988 },
4197 { 4989 {
4990 "swarming": {
4991 "can_use_on_swarming_builders": true
4992 },
4198 "test": "sync_unit_tests" 4993 "test": "sync_unit_tests"
4199 }, 4994 },
4200 { 4995 {
4201 "test": "ui_base_unittests" 4996 "test": "ui_base_unittests"
4202 }, 4997 },
4203 { 4998 {
4204 "test": "unit_tests" 4999 "test": "unit_tests"
4205 }, 5000 },
4206 { 5001 {
5002 "swarming": {
5003 "can_use_on_swarming_builders": true
5004 },
4207 "test": "url_unittests" 5005 "test": "url_unittests"
4208 }, 5006 },
4209 { 5007 {
4210 "test": "views_unittests" 5008 "test": "views_unittests"
4211 }, 5009 },
4212 { 5010 {
4213 "swarming": { 5011 "swarming": {
4214 "can_use_on_swarming_builders": true 5012 "can_use_on_swarming_builders": true
4215 }, 5013 },
4216 "test": "webkit_unit_tests" 5014 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
4247 "test": "blink_platform_unittests" 5045 "test": "blink_platform_unittests"
4248 }, 5046 },
4249 { 5047 {
4250 "swarming": { 5048 "swarming": {
4251 "can_use_on_swarming_builders": true, 5049 "can_use_on_swarming_builders": true,
4252 "shards": 10 5050 "shards": 10
4253 }, 5051 },
4254 "test": "browser_tests" 5052 "test": "browser_tests"
4255 }, 5053 },
4256 { 5054 {
5055 "swarming": {
5056 "can_use_on_swarming_builders": true
5057 },
4257 "test": "cacheinvalidation_unittests" 5058 "test": "cacheinvalidation_unittests"
4258 }, 5059 },
4259 { 5060 {
4260 "test": "chrome_elf_unittests" 5061 "test": "chrome_elf_unittests"
4261 }, 5062 },
4262 { 5063 {
5064 "swarming": {
5065 "can_use_on_swarming_builders": true
5066 },
4263 "test": "components_unittests" 5067 "test": "components_unittests"
4264 }, 5068 },
4265 { 5069 {
4266 "swarming": { 5070 "swarming": {
4267 "can_use_on_swarming_builders": true 5071 "can_use_on_swarming_builders": true
4268 }, 5072 },
4269 "test": "content_browsertests" 5073 "test": "content_browsertests"
4270 }, 5074 },
4271 { 5075 {
4272 "swarming": { 5076 "swarming": {
(...skipping 13 matching lines...) Expand all
4286 }, 5090 },
4287 "test": "crypto_unittests" 5091 "test": "crypto_unittests"
4288 }, 5092 },
4289 { 5093 {
4290 "test": "device_unittests" 5094 "test": "device_unittests"
4291 }, 5095 },
4292 { 5096 {
4293 "test": "extensions_unittests" 5097 "test": "extensions_unittests"
4294 }, 5098 },
4295 { 5099 {
5100 "swarming": {
5101 "can_use_on_swarming_builders": true
5102 },
4296 "test": "gcm_unit_tests" 5103 "test": "gcm_unit_tests"
4297 }, 5104 },
4298 { 5105 {
4299 "swarming": { 5106 "swarming": {
4300 "can_use_on_swarming_builders": true 5107 "can_use_on_swarming_builders": true
4301 }, 5108 },
4302 "test": "google_apis_unittests" 5109 "test": "google_apis_unittests"
4303 }, 5110 },
4304 { 5111 {
4305 "test": "gpu_unittests" 5112 "test": "gpu_unittests"
4306 }, 5113 },
4307 { 5114 {
4308 "test": "installer_util_unittests" 5115 "test": "installer_util_unittests"
4309 }, 5116 },
4310 { 5117 {
5118 "swarming": {
5119 "can_use_on_swarming_builders": true
5120 },
4311 "test": "ipc_tests" 5121 "test": "ipc_tests"
4312 }, 5122 },
4313 { 5123 {
5124 "swarming": {
5125 "can_use_on_swarming_builders": true
5126 },
4314 "test": "jingle_unittests" 5127 "test": "jingle_unittests"
4315 }, 5128 },
4316 { 5129 {
5130 "swarming": {
5131 "can_use_on_swarming_builders": true
5132 },
4317 "test": "media_blink_unittests" 5133 "test": "media_blink_unittests"
4318 }, 5134 },
4319 { 5135 {
5136 "swarming": {
5137 "can_use_on_swarming_builders": true
5138 },
4320 "test": "media_unittests" 5139 "test": "media_unittests"
4321 }, 5140 },
4322 { 5141 {
5142 "swarming": {
5143 "can_use_on_swarming_builders": true
5144 },
4323 "test": "midi_unittests" 5145 "test": "midi_unittests"
4324 }, 5146 },
4325 { 5147 {
4326 "swarming": { 5148 "swarming": {
4327 "can_use_on_swarming_builders": true 5149 "can_use_on_swarming_builders": true
4328 }, 5150 },
4329 "test": "net_unittests" 5151 "test": "net_unittests"
4330 }, 5152 },
4331 { 5153 {
4332 "test": "ppapi_unittests" 5154 "test": "ppapi_unittests"
4333 }, 5155 },
4334 { 5156 {
5157 "swarming": {
5158 "can_use_on_swarming_builders": true
5159 },
4335 "test": "printing_unittests" 5160 "test": "printing_unittests"
4336 }, 5161 },
4337 { 5162 {
5163 "swarming": {
5164 "can_use_on_swarming_builders": true
5165 },
4338 "test": "remoting_unittests" 5166 "test": "remoting_unittests"
4339 }, 5167 },
4340 { 5168 {
4341 "test": "sbox_integration_tests" 5169 "test": "sbox_integration_tests"
4342 }, 5170 },
4343 { 5171 {
4344 "test": "sbox_unittests" 5172 "test": "sbox_unittests"
4345 }, 5173 },
4346 { 5174 {
4347 "test": "sbox_validation_tests" 5175 "test": "sbox_validation_tests"
4348 }, 5176 },
4349 { 5177 {
4350 "swarming": { 5178 "swarming": {
4351 "can_use_on_swarming_builders": true 5179 "can_use_on_swarming_builders": true
4352 }, 5180 },
4353 "test": "setup_unittests" 5181 "test": "setup_unittests"
4354 }, 5182 },
4355 { 5183 {
5184 "swarming": {
5185 "can_use_on_swarming_builders": true
5186 },
4356 "test": "skia_unittests" 5187 "test": "skia_unittests"
4357 }, 5188 },
4358 { 5189 {
5190 "swarming": {
5191 "can_use_on_swarming_builders": true
5192 },
4359 "test": "sql_unittests" 5193 "test": "sql_unittests"
4360 }, 5194 },
4361 { 5195 {
5196 "swarming": {
5197 "can_use_on_swarming_builders": true
5198 },
4362 "test": "sync_unit_tests" 5199 "test": "sync_unit_tests"
4363 }, 5200 },
4364 { 5201 {
4365 "test": "ui_base_unittests" 5202 "test": "ui_base_unittests"
4366 }, 5203 },
4367 { 5204 {
4368 "swarming": { 5205 "swarming": {
4369 "can_use_on_swarming_builders": true 5206 "can_use_on_swarming_builders": true
4370 }, 5207 },
4371 "test": "unit_tests" 5208 "test": "unit_tests"
4372 }, 5209 },
4373 { 5210 {
5211 "swarming": {
5212 "can_use_on_swarming_builders": true
5213 },
4374 "test": "url_unittests" 5214 "test": "url_unittests"
4375 }, 5215 },
4376 { 5216 {
4377 "test": "views_unittests" 5217 "test": "views_unittests"
4378 }, 5218 },
4379 { 5219 {
4380 "swarming": { 5220 "swarming": {
4381 "can_use_on_swarming_builders": true 5221 "can_use_on_swarming_builders": true
4382 }, 5222 },
4383 "test": "webkit_unit_tests" 5223 "test": "webkit_unit_tests"
(...skipping 30 matching lines...) Expand all
4414 "test": "blink_platform_unittests" 5254 "test": "blink_platform_unittests"
4415 }, 5255 },
4416 { 5256 {
4417 "swarming": { 5257 "swarming": {
4418 "can_use_on_swarming_builders": true, 5258 "can_use_on_swarming_builders": true,
4419 "shards": 10 5259 "shards": 10
4420 }, 5260 },
4421 "test": "browser_tests" 5261 "test": "browser_tests"
4422 }, 5262 },
4423 { 5263 {
5264 "swarming": {
5265 "can_use_on_swarming_builders": true
5266 },
4424 "test": "cacheinvalidation_unittests" 5267 "test": "cacheinvalidation_unittests"
4425 }, 5268 },
4426 { 5269 {
4427 "test": "chrome_elf_unittests" 5270 "test": "chrome_elf_unittests"
4428 }, 5271 },
4429 { 5272 {
5273 "swarming": {
5274 "can_use_on_swarming_builders": true
5275 },
4430 "test": "components_unittests" 5276 "test": "components_unittests"
4431 }, 5277 },
4432 { 5278 {
4433 "swarming": { 5279 "swarming": {
4434 "can_use_on_swarming_builders": true 5280 "can_use_on_swarming_builders": true
4435 }, 5281 },
4436 "test": "content_browsertests" 5282 "test": "content_browsertests"
4437 }, 5283 },
4438 { 5284 {
4439 "swarming": { 5285 "swarming": {
(...skipping 13 matching lines...) Expand all
4453 }, 5299 },
4454 "test": "crypto_unittests" 5300 "test": "crypto_unittests"
4455 }, 5301 },
4456 { 5302 {
4457 "test": "device_unittests" 5303 "test": "device_unittests"
4458 }, 5304 },
4459 { 5305 {
4460 "test": "extensions_unittests" 5306 "test": "extensions_unittests"
4461 }, 5307 },
4462 { 5308 {
5309 "swarming": {
5310 "can_use_on_swarming_builders": true
5311 },
4463 "test": "gcm_unit_tests" 5312 "test": "gcm_unit_tests"
4464 }, 5313 },
4465 { 5314 {
4466 "swarming": { 5315 "swarming": {
4467 "can_use_on_swarming_builders": true 5316 "can_use_on_swarming_builders": true
4468 }, 5317 },
4469 "test": "google_apis_unittests" 5318 "test": "google_apis_unittests"
4470 }, 5319 },
4471 { 5320 {
4472 "test": "gpu_unittests" 5321 "test": "gpu_unittests"
4473 }, 5322 },
4474 { 5323 {
4475 "test": "installer_util_unittests" 5324 "test": "installer_util_unittests"
4476 }, 5325 },
4477 { 5326 {
5327 "swarming": {
5328 "can_use_on_swarming_builders": true
5329 },
4478 "test": "ipc_tests" 5330 "test": "ipc_tests"
4479 }, 5331 },
4480 { 5332 {
5333 "swarming": {
5334 "can_use_on_swarming_builders": true
5335 },
4481 "test": "jingle_unittests" 5336 "test": "jingle_unittests"
4482 }, 5337 },
4483 { 5338 {
5339 "swarming": {
5340 "can_use_on_swarming_builders": true
5341 },
4484 "test": "media_blink_unittests" 5342 "test": "media_blink_unittests"
4485 }, 5343 },
4486 { 5344 {
5345 "swarming": {
5346 "can_use_on_swarming_builders": true
5347 },
4487 "test": "media_unittests" 5348 "test": "media_unittests"
4488 }, 5349 },
4489 { 5350 {
5351 "swarming": {
5352 "can_use_on_swarming_builders": true
5353 },
4490 "test": "midi_unittests" 5354 "test": "midi_unittests"
4491 }, 5355 },
4492 { 5356 {
4493 "swarming": { 5357 "swarming": {
4494 "can_use_on_swarming_builders": true 5358 "can_use_on_swarming_builders": true
4495 }, 5359 },
4496 "test": "net_unittests" 5360 "test": "net_unittests"
4497 }, 5361 },
4498 { 5362 {
4499 "test": "ppapi_unittests" 5363 "test": "ppapi_unittests"
4500 }, 5364 },
4501 { 5365 {
5366 "swarming": {
5367 "can_use_on_swarming_builders": true
5368 },
4502 "test": "printing_unittests" 5369 "test": "printing_unittests"
4503 }, 5370 },
4504 { 5371 {
5372 "swarming": {
5373 "can_use_on_swarming_builders": true
5374 },
4505 "test": "remoting_unittests" 5375 "test": "remoting_unittests"
4506 }, 5376 },
4507 { 5377 {
4508 "test": "sbox_integration_tests" 5378 "test": "sbox_integration_tests"
4509 }, 5379 },
4510 { 5380 {
4511 "test": "sbox_unittests" 5381 "test": "sbox_unittests"
4512 }, 5382 },
4513 { 5383 {
4514 "test": "sbox_validation_tests" 5384 "test": "sbox_validation_tests"
4515 }, 5385 },
4516 { 5386 {
4517 "swarming": { 5387 "swarming": {
4518 "can_use_on_swarming_builders": true 5388 "can_use_on_swarming_builders": true
4519 }, 5389 },
4520 "test": "setup_unittests" 5390 "test": "setup_unittests"
4521 }, 5391 },
4522 { 5392 {
5393 "swarming": {
5394 "can_use_on_swarming_builders": true
5395 },
4523 "test": "skia_unittests" 5396 "test": "skia_unittests"
4524 }, 5397 },
4525 { 5398 {
5399 "swarming": {
5400 "can_use_on_swarming_builders": true
5401 },
4526 "test": "sql_unittests" 5402 "test": "sql_unittests"
4527 }, 5403 },
4528 { 5404 {
5405 "swarming": {
5406 "can_use_on_swarming_builders": true
5407 },
4529 "test": "sync_unit_tests" 5408 "test": "sync_unit_tests"
4530 }, 5409 },
4531 { 5410 {
4532 "test": "ui_base_unittests" 5411 "test": "ui_base_unittests"
4533 }, 5412 },
4534 { 5413 {
4535 "swarming": { 5414 "swarming": {
4536 "can_use_on_swarming_builders": true 5415 "can_use_on_swarming_builders": true
4537 }, 5416 },
4538 "test": "unit_tests" 5417 "test": "unit_tests"
4539 }, 5418 },
4540 { 5419 {
5420 "swarming": {
5421 "can_use_on_swarming_builders": true
5422 },
4541 "test": "url_unittests" 5423 "test": "url_unittests"
4542 }, 5424 },
4543 { 5425 {
4544 "test": "views_unittests" 5426 "test": "views_unittests"
4545 }, 5427 },
4546 { 5428 {
4547 "swarming": { 5429 "swarming": {
4548 "can_use_on_swarming_builders": true 5430 "can_use_on_swarming_builders": true
4549 }, 5431 },
4550 "test": "webkit_unit_tests" 5432 "test": "webkit_unit_tests"
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
4824 }, 5706 },
4825 "test": "remoting_unittests" 5707 "test": "remoting_unittests"
4826 }, 5708 },
4827 { 5709 {
4828 "swarming": { 5710 "swarming": {
4829 "can_use_on_swarming_builders": true 5711 "can_use_on_swarming_builders": true
4830 }, 5712 },
4831 "test": "sandbox_linux_unittests" 5713 "test": "sandbox_linux_unittests"
4832 }, 5714 },
4833 { 5715 {
5716 "swarming": {
5717 "can_use_on_swarming_builders": true
5718 },
4834 "test": "skia_unittests" 5719 "test": "skia_unittests"
4835 }, 5720 },
4836 { 5721 {
4837 "swarming": { 5722 "swarming": {
4838 "can_use_on_swarming_builders": true 5723 "can_use_on_swarming_builders": true
4839 }, 5724 },
4840 "test": "sql_unittests" 5725 "test": "sql_unittests"
4841 }, 5726 },
4842 { 5727 {
4843 "swarming": { 5728 "swarming": {
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
5349 }, 6234 },
5350 "test": "remoting_unittests" 6235 "test": "remoting_unittests"
5351 }, 6236 },
5352 { 6237 {
5353 "swarming": { 6238 "swarming": {
5354 "can_use_on_swarming_builders": true 6239 "can_use_on_swarming_builders": true
5355 }, 6240 },
5356 "test": "sandbox_linux_unittests" 6241 "test": "sandbox_linux_unittests"
5357 }, 6242 },
5358 { 6243 {
6244 "swarming": {
6245 "can_use_on_swarming_builders": true
6246 },
5359 "test": "skia_unittests" 6247 "test": "skia_unittests"
5360 }, 6248 },
5361 { 6249 {
5362 "swarming": { 6250 "swarming": {
5363 "can_use_on_swarming_builders": true 6251 "can_use_on_swarming_builders": true
5364 }, 6252 },
5365 "test": "sql_unittests" 6253 "test": "sql_unittests"
5366 }, 6254 },
5367 { 6255 {
5368 "swarming": { 6256 "swarming": {
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
5809 }, 6697 },
5810 { 6698 {
5811 "args": [ 6699 "args": [
5812 "--site-per-process" 6700 "--site-per-process"
5813 ], 6701 ],
5814 "test": "unit_tests" 6702 "test": "unit_tests"
5815 } 6703 }
5816 ] 6704 ]
5817 } 6705 }
5818 } 6706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698