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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json

Issue 1898823002: Reland of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add back in a TODO comment Created 4 years, 8 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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "--compiler", 314 "--compiler",
315 "goma", 315 "goma",
316 "--goma-jsonstatus", 316 "--goma-jsonstatus",
317 "/path/to/tmp/json", 317 "/path/to/tmp/json",
318 "--goma-dir", 318 "--goma-dir",
319 "[SLAVE_BUILD]/src/build/goma/client", 319 "[SLAVE_BUILD]/src/build/goma/client",
320 "--", 320 "--",
321 "android_webview_test_apk", 321 "android_webview_test_apk",
322 "android_webview_unittests_apk", 322 "android_webview_unittests_apk",
323 "base_unittests_apk", 323 "base_unittests_apk",
324 "bin/run_android_webview_unittests",
325 "bin/run_base_unittests",
326 "bin/run_cc_unittests",
327 "bin/run_components_unittests",
328 "bin/run_content_browsertests",
329 "bin/run_content_unittests",
330 "bin/run_events_unittests",
331 "bin/run_gfx_unittests",
332 "bin/run_gl_tests",
333 "bin/run_gpu_unittests",
334 "bin/run_ipc_tests",
335 "bin/run_media_unittests",
336 "bin/run_net_unittests",
337 "bin/run_remoting_unittests",
338 "bin/run_sql_unittests",
339 "bin/run_sync_unit_tests",
340 "bin/run_ui_android_unittests",
341 "bin/run_ui_base_unittests",
342 "bin/run_ui_touch_selection_unittests",
343 "bin/run_unit_tests",
324 "breakpad_unittests_deps", 344 "breakpad_unittests_deps",
325 "cc_unittests_apk", 345 "cc_unittests_apk",
326 "chrome_junit_tests", 346 "chrome_junit_tests",
327 "chrome_public_test_apk", 347 "chrome_public_test_apk",
328 "chrome_sync_shell_test_apk", 348 "chrome_sync_shell_test_apk",
329 "chromedriver_webview_shell_apk", 349 "chromedriver_webview_shell_apk",
330 "components_unittests_apk", 350 "components_unittests_apk",
331 "content_browsertests_apk", 351 "content_browsertests_apk",
332 "content_junit_tests", 352 "content_junit_tests",
333 "content_shell_test_apk", 353 "content_shell_test_apk",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "~followup_annotations": [ 537 "~followup_annotations": [
518 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" 538 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@"
519 ] 539 ]
520 }, 540 },
521 { 541 {
522 "name": "$result", 542 "name": "$result",
523 "recipe_result": null, 543 "recipe_result": null,
524 "status_code": 0 544 "status_code": 0
525 } 545 }
526 ] 546 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698