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

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

Issue 1123213005: Add tests for chromium.mac's Mac10.10 builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Canonicalize Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "base_unittests", 5 "base_unittests",
6 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
7 "cast_unittests", 7 "cast_unittests",
8 "cc_unittests", 8 "cc_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "sync_unit_tests", 62 "sync_unit_tests",
63 "ui_base_unittests", 63 "ui_base_unittests",
64 "url_unittests" 64 "url_unittests"
65 ], 65 ],
66 "gtest_tests": [ 66 "gtest_tests": [
67 { 67 {
68 "test": "base_unittests" 68 "test": "base_unittests"
69 } 69 }
70 ] 70 ]
71 }, 71 },
72 "Mac10.10 Tests": {
73 "gtest_tests": [
74 {
75 "swarming": {
76 "can_use_on_swarming_builders": true
77 },
78 "test": "accessibility_unittests"
79 },
80 {
81 "swarming": {
82 "can_use_on_swarming_builders": true
83 },
84 "test": "app_list_unittests"
85 },
86 {
87 "swarming": {
88 "can_use_on_swarming_builders": true
89 },
90 "test": "base_unittests"
91 },
92 {
93 "test": "cacheinvalidation_unittests"
94 },
95 {
96 "swarming": {
97 "can_use_on_swarming_builders": true
98 },
99 "test": "cast_unittests"
100 },
101 {
102 "swarming": {
103 "can_use_on_swarming_builders": true
104 },
105 "test": "cc_unittests"
106 },
107 {
108 "test": "chromedriver_unittests"
109 },
110 {
111 "swarming": {
112 "can_use_on_swarming_builders": true
113 },
114 "test": "components_unittests"
115 },
116 {
117 "swarming": {
118 "can_use_on_swarming_builders": true
119 },
120 "test": "crypto_unittests"
121 },
122 {
123 "test": "extensions_unittests"
124 },
125 {
126 "test": "gcm_unit_tests"
127 },
128 {
129 "test": "google_apis_unittests"
130 },
131 {
132 "swarming": {
133 "can_use_on_swarming_builders": true
134 },
135 "test": "gpu_unittests"
136 },
137 {
138 "test": "jingle_unittests"
139 },
140 {
141 "swarming": {
142 "can_use_on_swarming_builders": true
143 },
144 "test": "media_unittests"
145 },
146 {
147 "swarming": {
148 "can_use_on_swarming_builders": true
149 },
150 "test": "message_center_unittests"
151 },
152 {
153 "swarming": {
154 "can_use_on_swarming_builders": true
155 },
156 "test": "midi_unittests"
157 },
158 {
159 "test": "mojo_common_unittests"
160 },
161 {
162 "test": "mojo_public_bindings_unittests"
163 },
164 {
165 "test": "mojo_public_environment_unittests"
166 },
167 {
168 "test": "mojo_public_system_unittests"
169 },
170 {
171 "test": "mojo_public_utility_unittests"
172 },
173 {
174 "test": "nacl_loader_unittests"
175 },
176 {
177 "swarming": {
178 "can_use_on_swarming_builders": true
179 },
180 "test": "net_unittests"
181 },
182 {
183 "test": "ppapi_unittests"
184 },
185 {
186 "test": "printing_unittests"
187 },
188 {
189 "test": "remoting_unittests"
190 },
191 {
192 "test": "skia_unittests"
193 },
194 {
195 "test": "sql_unittests"
196 },
197 {
198 "test": "sync_unit_tests"
199 },
200 {
201 "swarming": {
202 "can_use_on_swarming_builders": true
203 },
204 "test": "ui_base_unittests"
205 },
206 {
207 "test": "url_unittests"
208 }
209 ],
210 "scripts": [
211 {
212 "name": "telemetry_unittests",
213 "script": "telemetry_unittests.py"
214 },
215 {
216 "name": "telemetry_perf_unittests",
217 "script": "telemetry_perf_unittests.py"
218 },
219 {
220 "name": "nacl_integration",
221 "script": "nacl_integration.py"
222 }
223 ]
224 },
72 "Mac10.6 Tests": { 225 "Mac10.6 Tests": {
73 "gtest_tests": [ 226 "gtest_tests": [
74 { 227 {
75 "swarming": { 228 "swarming": {
76 "can_use_on_swarming_builders": true 229 "can_use_on_swarming_builders": true
77 }, 230 },
78 "test": "accessibility_unittests" 231 "test": "accessibility_unittests"
79 }, 232 },
80 { 233 {
81 "swarming": { 234 "swarming": {
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "name": "telemetry_perf_unittests", 1043 "name": "telemetry_perf_unittests",
891 "script": "telemetry_perf_unittests.py" 1044 "script": "telemetry_perf_unittests.py"
892 }, 1045 },
893 { 1046 {
894 "name": "nacl_integration", 1047 "name": "nacl_integration",
895 "script": "nacl_integration.py" 1048 "script": "nacl_integration.py"
896 } 1049 }
897 ] 1050 ]
898 } 1051 }
899 } 1052 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698