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

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

Issue 2246443002: Do not assume that perf tests always have end_time (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 "~followup_annotations": [ 636 "~followup_annotations": [
637 "@@@STEP_LOG_LINE@json.output@[@@@", 637 "@@@STEP_LOG_LINE@json.output@[@@@",
638 "@@@STEP_LOG_LINE@json.output@ {@@@", 638 "@@@STEP_LOG_LINE@json.output@ {@@@",
639 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", 639 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@",
640 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", 640 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@",
641 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", 641 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@",
642 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", 642 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@",
643 "@@@STEP_LOG_LINE@json.output@ }, @@@", 643 "@@@STEP_LOG_LINE@json.output@ }, @@@",
644 "@@@STEP_LOG_LINE@json.output@ {@@@", 644 "@@@STEP_LOG_LINE@json.output@ {@@@",
645 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", 645 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@",
646 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1470050195.193213, @@@",
647 "@@@STEP_LOG_LINE@json.output@ \"test\": \"page_cycler.foo\"@@@", 646 "@@@STEP_LOG_LINE@json.output@ \"test\": \"page_cycler.foo\"@@@",
648 "@@@STEP_LOG_LINE@json.output@ }@@@", 647 "@@@STEP_LOG_LINE@json.output@ }@@@",
649 "@@@STEP_LOG_LINE@json.output@]@@@", 648 "@@@STEP_LOG_LINE@json.output@]@@@",
650 "@@@STEP_LOG_END@json.output@@@" 649 "@@@STEP_LOG_END@json.output@@@"
651 ] 650 ]
652 }, 651 },
653 { 652 {
654 "allow_subannotations": true, 653 "allow_subannotations": true,
655 "cmd": [ 654 "cmd": [
656 "python", 655 "python",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "@@@STEP_LOG_END@python.inline@@@" 851 "@@@STEP_LOG_END@python.inline@@@"
853 ] 852 ]
854 }, 853 },
855 { 854 {
856 "name": "$result", 855 "name": "$result",
857 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 856 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
858 "recipe_result": null, 857 "recipe_result": null,
859 "status_code": 1 858 "status_code": 1
860 } 859 }
861 ] 860 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698