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

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

Issue 1896003003: Revert of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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",
344 "breakpad_unittests_deps", 324 "breakpad_unittests_deps",
345 "cc_unittests_apk", 325 "cc_unittests_apk",
346 "chrome_junit_tests", 326 "chrome_junit_tests",
347 "chrome_public_test_apk", 327 "chrome_public_test_apk",
348 "chrome_sync_shell_test_apk", 328 "chrome_sync_shell_test_apk",
349 "chromedriver_webview_shell_apk", 329 "chromedriver_webview_shell_apk",
350 "components_unittests_apk", 330 "components_unittests_apk",
351 "content_browsertests_apk", 331 "content_browsertests_apk",
352 "content_junit_tests", 332 "content_junit_tests",
353 "content_shell_test_apk", 333 "content_shell_test_apk",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "~followup_annotations": [ 517 "~followup_annotations": [
538 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" 518 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@"
539 ] 519 ]
540 }, 520 },
541 { 521 {
542 "name": "$result", 522 "name": "$result",
543 "recipe_result": null, 523 "recipe_result": null,
544 "status_code": 0 524 "status_code": 0
545 } 525 }
546 ] 526 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698