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

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

Issue 1649593002: Src-ify Android Tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix isolate file. 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
« 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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "test": "window_manager_unittests" 131 "test": "window_manager_unittests"
132 } 132 }
133 ] 133 ]
134 }, 134 },
135 "Android GN (dbg)": { 135 "Android GN (dbg)": {
136 "additional_compile_targets": [ 136 "additional_compile_targets": [
137 "all" 137 "all"
138 ] 138 ]
139 }, 139 },
140 "Android Tests": { 140 "Android Tests": {
141 "gtest_tests": [
142 {
143 "test": "android_webview_unittests"
144 },
145 {
146 "args": [
147 "--isolate_file_path=src/base/base_unittests.isolate"
148 ],
149 "test": "base_unittests"
150 },
151 {
152 "args": [
153 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
154 ],
155 "override_compile_targets": [
156 "breakpad_unittests_deps"
157 ],
158 "test": "breakpad_unittests"
159 },
160 {
161 "test": "cc_unittests"
162 },
163 {
164 "args": [
165 "--isolate_file_path=src/components/components_browsertests.isolate"
166 ],
167 "test": "components_browsertests"
168 },
169 {
170 "args": [
171 "--isolate_file_path=src/components/components_unittests.isolate"
172 ],
173 "test": "components_unittests"
174 },
175 {
176 "args": [
177 "--isolate_file_path=src/content/content_browsertests.isolate"
178 ],
179 "test": "content_browsertests"
180 },
181 {
182 "args": [
183 "--isolate_file_path=src/content/content_unittests.isolate"
184 ],
185 "test": "content_unittests"
186 },
187 {
188 "test": "device_unittests"
189 },
190 {
191 "test": "events_unittests"
192 },
193 {
194 "test": "gl_tests"
195 },
196 {
197 "test": "gl_unittests"
198 },
199 {
200 "test": "gpu_unittests"
201 },
202 {
203 "test": "ipc_tests"
204 },
205 {
206 "args": [
207 "--isolate_file_path=src/media/media_unittests.isolate"
208 ],
209 "test": "media_unittests"
210 },
211 {
212 "args": [
213 "--isolate_file_path=src/net/net_unittests.isolate"
214 ],
215 "test": "net_unittests"
216 },
217 {
218 "override_compile_targets": [
219 "sandbox_linux_unittests_deps"
220 ],
221 "test": "sandbox_linux_unittests"
222 },
223 {
224 "args": [
225 "--isolate_file_path=src/sql/sql_unittests.isolate"
226 ],
227 "test": "sql_unittests"
228 },
229 {
230 "args": [
231 "--isolate_file_path=src/sync/sync_unit_tests.isolate"
232 ],
233 "test": "sync_unit_tests"
234 },
235 {
236 "test": "ui_android_unittests"
237 },
238 {
239 "args": [
240 "--isolate_file_path=src/ui/base/ui_base_tests.isolate"
241 ],
242 "test": "ui_base_unittests"
243 },
244 {
245 "test": "ui_touch_selection_unittests"
246 },
247 {
248 "args": [
249 "--isolate_file_path=src/chrome/unit_tests.isolate"
250 ],
251 "test": "unit_tests"
252 }
253 ],
141 "scripts": [ 254 "scripts": [
142 { 255 {
143 "name": "webview_licenses", 256 "name": "webview_licenses",
144 "script": "webview_licenses.py" 257 "script": "webview_licenses.py"
145 }, 258 },
146 { 259 {
147 "name": "telemetry_perf_unittests", 260 "name": "telemetry_perf_unittests",
148 "script": "telemetry_perf_unittests.py" 261 "script": "telemetry_perf_unittests.py"
149 }, 262 },
150 { 263 {
151 "args": [ 264 "args": [
152 "android_webview_unittests" 265 "android_webview_unittests"
153 ], 266 ],
154 "name": "android_webview_unittests", 267 "name": "android_webview_unittests",
155 "script": "android_gtest_test.py" 268 "script": "android_gtest_test.py"
156 } 269 }
157 ] 270 ]
158 }, 271 },
159 "Android Tests (dbg)": { 272 "Android Tests (dbg)": {
273 "gtest_tests": [
274 {
275 "test": "android_webview_unittests"
276 },
277 {
278 "args": [
279 "--isolate_file_path=src/base/base_unittests.isolate"
280 ],
281 "test": "base_unittests"
282 },
283 {
284 "args": [
285 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
286 ],
287 "override_compile_targets": [
288 "breakpad_unittests_deps"
289 ],
290 "test": "breakpad_unittests"
291 },
292 {
293 "test": "cc_unittests"
294 },
295 {
296 "args": [
297 "--isolate_file_path=src/components/components_browsertests.isolate"
298 ],
299 "test": "components_browsertests"
300 },
301 {
302 "args": [
303 "--isolate_file_path=src/components/components_unittests.isolate"
304 ],
305 "test": "components_unittests"
306 },
307 {
308 "args": [
309 "--isolate_file_path=src/content/content_browsertests.isolate"
310 ],
311 "test": "content_browsertests"
312 },
313 {
314 "args": [
315 "--isolate_file_path=src/content/content_unittests.isolate"
316 ],
317 "test": "content_unittests"
318 },
319 {
320 "test": "device_unittests"
321 },
322 {
323 "test": "events_unittests"
324 },
325 {
326 "test": "gl_tests"
327 },
328 {
329 "test": "gl_unittests"
330 },
331 {
332 "test": "gpu_unittests"
333 },
334 {
335 "test": "ipc_tests"
336 },
337 {
338 "args": [
339 "--isolate_file_path=src/media/media_unittests.isolate"
340 ],
341 "test": "media_unittests"
342 },
343 {
344 "args": [
345 "--isolate_file_path=src/net/net_unittests.isolate"
346 ],
347 "test": "net_unittests"
348 },
349 {
350 "override_compile_targets": [
351 "sandbox_linux_unittests_deps"
352 ],
353 "test": "sandbox_linux_unittests"
354 },
355 {
356 "args": [
357 "--isolate_file_path=src/sql/sql_unittests.isolate"
358 ],
359 "test": "sql_unittests"
360 },
361 {
362 "args": [
363 "--isolate_file_path=src/sync/sync_unit_tests.isolate"
364 ],
365 "test": "sync_unit_tests"
366 },
367 {
368 "test": "ui_android_unittests"
369 },
370 {
371 "args": [
372 "--isolate_file_path=src/ui/base/ui_base_tests.isolate"
373 ],
374 "test": "ui_base_unittests"
375 },
376 {
377 "test": "ui_touch_selection_unittests"
378 },
379 {
380 "args": [
381 "--isolate_file_path=src/chrome/unit_tests.isolate"
382 ],
383 "test": "unit_tests"
384 }
385 ],
160 "scripts": [ 386 "scripts": [
161 { 387 {
162 "name": "webview_licenses", 388 "name": "webview_licenses",
163 "script": "webview_licenses.py" 389 "script": "webview_licenses.py"
164 }, 390 },
165 { 391 {
166 "name": "telemetry_perf_unittests", 392 "name": "telemetry_perf_unittests",
167 "script": "telemetry_perf_unittests.py" 393 "script": "telemetry_perf_unittests.py"
168 } 394 }
169 ] 395 ]
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 } 1655 }
1430 ], 1656 ],
1431 "scripts": [ 1657 "scripts": [
1432 { 1658 {
1433 "name": "nacl_integration", 1659 "name": "nacl_integration",
1434 "script": "nacl_integration.py" 1660 "script": "nacl_integration.py"
1435 } 1661 }
1436 ] 1662 ]
1437 } 1663 }
1438 } 1664 }
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