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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json

Issue 2282563004: Do not exclude the last revision in the range returned by gitiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: typo Created 4 years, 3 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 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "https://chromium.googlesource.com/chromium/src" 142 "https://chromium.googlesource.com/chromium/src"
143 ], 143 ],
144 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 144 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
145 "stdout": "/path/to/tmp/json", 145 "stdout": "/path/to/tmp/json",
146 "~followup_annotations": [ 146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@", 147 "@@@STEP_NEST_LEVEL@1@@@",
148 "@@@STEP_LOG_LINE@json.output@[@@@", 148 "@@@STEP_LOG_LINE@json.output@[@@@",
149 "@@@STEP_LOG_LINE@json.output@ [@@@", 149 "@@@STEP_LOG_LINE@json.output@ [@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@", 150 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", 151 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ ], @@@",
153 "@@@STEP_LOG_LINE@json.output@ [@@@",
154 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111 11\", @@@",
155 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ ]@@@", 156 "@@@STEP_LOG_LINE@json.output@ ]@@@",
153 "@@@STEP_LOG_LINE@json.output@]@@@", 157 "@@@STEP_LOG_LINE@json.output@]@@@",
154 "@@@STEP_LOG_END@json.output@@@" 158 "@@@STEP_LOG_END@json.output@@@"
155 ] 159 ]
156 }, 160 },
157 { 161 {
158 "cmd": [ 162 "cmd": [
159 "python", 163 "python",
160 "-u", 164 "-u",
161 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 165 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988", 488 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988",
485 "stdout": "/path/to/tmp/" 489 "stdout": "/path/to/tmp/"
486 }, 490 },
487 { 491 {
488 "name": "$result", 492 "name": "$result",
489 "reason": "Expected revision to check.", 493 "reason": "Expected revision to check.",
490 "recipe_result": null, 494 "recipe_result": null,
491 "status_code": 1 495 "status_code": 1
492 } 496 }
493 ] 497 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698