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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/test_failure.json

Issue 2204643002: [Android] Add failures to results log line for Host Info step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: [Android] Add failures to results log line for Host Info step. Created 4 years, 4 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 | « scripts/slave/recipes/android/perf.expected/src_side_script_fails.json ('k') | 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 { 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.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "@@@STEP_LOG_LINE@json.output@ }@@@", 484 "@@@STEP_LOG_LINE@json.output@ }@@@",
485 "@@@STEP_LOG_LINE@json.output@ ], @@@", 485 "@@@STEP_LOG_LINE@json.output@ ], @@@",
486 "@@@STEP_LOG_LINE@json.output@ \"free_disk_space\": \"free_disk_space\" , @@@", 486 "@@@STEP_LOG_LINE@json.output@ \"free_disk_space\": \"free_disk_space\" , @@@",
487 "@@@STEP_LOG_LINE@json.output@ \"num_cpus\": \"num_cpus\", @@@", 487 "@@@STEP_LOG_LINE@json.output@ \"num_cpus\": \"num_cpus\", @@@",
488 "@@@STEP_LOG_LINE@json.output@ \"os_release\": \"os_release\", @@@", 488 "@@@STEP_LOG_LINE@json.output@ \"os_release\": \"os_release\", @@@",
489 "@@@STEP_LOG_LINE@json.output@ \"os_system\": \"os_system\", @@@", 489 "@@@STEP_LOG_LINE@json.output@ \"os_system\": \"os_system\", @@@",
490 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@", 490 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@",
491 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@", 491 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@",
492 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @", 492 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @",
493 "@@@STEP_LOG_LINE@json.output@ }, @@@", 493 "@@@STEP_LOG_LINE@json.output@ }, @@@",
494 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@", 494 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
495 "@@@STEP_LOG_LINE@json.output@ \"Failure A\", @@@",
496 "@@@STEP_LOG_LINE@json.output@ \"Failure B\"@@@",
497 "@@@STEP_LOG_LINE@json.output@ ], @@@",
498 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 495 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
499 "@@@STEP_LOG_LINE@json.output@}@@@", 496 "@@@STEP_LOG_LINE@json.output@}@@@",
500 "@@@STEP_LOG_END@json.output@@@", 497 "@@@STEP_LOG_END@json.output@@@"
501 "@@@STEP_LOG_LINE@Failure A@Failure A@@@",
502 "@@@STEP_LOG_END@Failure A@@@",
503 "@@@STEP_LOG_LINE@Failure B@Failure B@@@",
504 "@@@STEP_LOG_END@Failure B@@@"
505 ] 498 ]
506 }, 499 },
507 { 500 {
508 "cmd": [ 501 "cmd": [
509 "python", 502 "python",
510 "-u", 503 "-u",
511 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", 504 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
512 "list", 505 "list",
513 "--browser", 506 "--browser",
514 "android-chromium", 507 "android-chromium",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "@@@STEP_LOG_END@python.inline@@@" 812 "@@@STEP_LOG_END@python.inline@@@"
820 ] 813 ]
821 }, 814 },
822 { 815 {
823 "name": "$result", 816 "name": "$result",
824 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 817 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
825 "recipe_result": null, 818 "recipe_result": null,
826 "status_code": 1 819 "status_code": 1
827 } 820 }
828 ] 821 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android/perf.expected/src_side_script_fails.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698