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

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

Issue 1829583002: Enabling descent into catapult rolls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Updating expectations, rebasing. 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 "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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "DEPS", 101 "DEPS",
102 "--commit", 102 "--commit",
103 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 103 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
104 ], 104 ],
105 "cwd": "[SLAVE_BUILD]", 105 "cwd": "[SLAVE_BUILD]",
106 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS", 106 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
107 "stdout": "/path/to/tmp/", 107 "stdout": "/path/to/tmp/",
108 "~followup_annotations": [ 108 "~followup_annotations": [
109 "@@@STEP_NEST_LEVEL@1@@@", 109 "@@@STEP_NEST_LEVEL@1@@@",
110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
111 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
111 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", 112 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
112 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" 113 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
113 ] 114 ]
114 }, 115 },
115 { 116 {
116 "cmd": [ 117 "cmd": [
117 "python", 118 "python",
118 "-u", 119 "-u",
119 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 120 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
120 "DEPS", 121 "DEPS",
121 "--commit", 122 "--commit",
122 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 123 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
123 ], 124 ],
124 "cwd": "[SLAVE_BUILD]", 125 "cwd": "[SLAVE_BUILD]",
125 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS", 126 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
126 "stdout": "/path/to/tmp/", 127 "stdout": "/path/to/tmp/",
127 "~followup_annotations": [ 128 "~followup_annotations": [
128 "@@@STEP_NEST_LEVEL@1@@@", 129 "@@@STEP_NEST_LEVEL@1@@@",
129 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
131 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 132 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
131 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 133 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
132 ] 134 ]
133 }, 135 },
134 { 136 {
135 "cmd": [], 137 "cmd": [],
136 "cwd": "[SLAVE_BUILD]", 138 "cwd": "[SLAVE_BUILD]",
137 "name": "Expanding revision range" 139 "name": "Expanding revision range"
138 }, 140 },
139 { 141 {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "@@@STEP_NEST_LEVEL@1@@@", 352 "@@@STEP_NEST_LEVEL@1@@@",
351 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@" 353 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
352 ] 354 ]
353 }, 355 },
354 { 356 {
355 "name": "$result", 357 "name": "$result",
356 "recipe_result": null, 358 "recipe_result": null,
357 "status_code": 0 359 "status_code": 0
358 } 360 }
359 ] 361 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698