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

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

Issue 1672263002: Move instrumentation tests on linux_android_rel_ng src-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also do dbg builds. Created 4 years, 10 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 { 250 {
251 "test": "ui_touch_selection_unittests" 251 "test": "ui_touch_selection_unittests"
252 }, 252 },
253 { 253 {
254 "args": [ 254 "args": [
255 "--isolate_file_path=src/chrome/unit_tests.isolate" 255 "--isolate_file_path=src/chrome/unit_tests.isolate"
256 ], 256 ],
257 "test": "unit_tests" 257 "test": "unit_tests"
258 } 258 }
259 ], 259 ],
260 "instrumentation_tests": [
261 {
262 "test": "AndroidWebViewTest"
263 },
264 {
265 "test": "ChromePublic"
bpastene 2016/02/06 00:56:24 Try with s/ChromePublic/ChromePublicTest/
266 },
267 {
268 "test": "ContentShellTest"
269 },
270 {
271 "test": "ChromeSyncShellTest"
272 }
273 ],
260 "scripts": [ 274 "scripts": [
261 { 275 {
262 "name": "webview_licenses", 276 "name": "webview_licenses",
263 "script": "webview_licenses.py" 277 "script": "webview_licenses.py"
264 }, 278 },
265 { 279 {
266 "name": "telemetry_perf_unittests", 280 "name": "telemetry_perf_unittests",
267 "script": "telemetry_perf_unittests.py" 281 "script": "telemetry_perf_unittests.py"
268 } 282 }
269 ] 283 ]
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 { 389 {
376 "test": "ui_touch_selection_unittests" 390 "test": "ui_touch_selection_unittests"
377 }, 391 },
378 { 392 {
379 "args": [ 393 "args": [
380 "--isolate_file_path=src/chrome/unit_tests.isolate" 394 "--isolate_file_path=src/chrome/unit_tests.isolate"
381 ], 395 ],
382 "test": "unit_tests" 396 "test": "unit_tests"
383 } 397 }
384 ], 398 ],
399 "instrumentation_tests": [
400 {
401 "test": "AndroidWebViewTest"
402 },
403 {
404 "test": "ChromePublic"
405 },
406 {
407 "test": "ContentShellTest"
408 },
409 {
410 "test": "ChromeSyncShellTest"
411 }
412 ],
385 "scripts": [ 413 "scripts": [
386 { 414 {
387 "name": "webview_licenses", 415 "name": "webview_licenses",
388 "script": "webview_licenses.py" 416 "script": "webview_licenses.py"
389 }, 417 },
390 { 418 {
391 "name": "telemetry_perf_unittests", 419 "name": "telemetry_perf_unittests",
392 "script": "telemetry_perf_unittests.py" 420 "script": "telemetry_perf_unittests.py"
393 } 421 }
394 ] 422 ]
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 } 1709 }
1682 ], 1710 ],
1683 "scripts": [ 1711 "scripts": [
1684 { 1712 {
1685 "name": "nacl_integration", 1713 "name": "nacl_integration",
1686 "script": "nacl_integration.py" 1714 "script": "nacl_integration.py"
1687 } 1715 }
1688 ] 1716 ]
1689 } 1717 }
1690 } 1718 }
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