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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/compile_failure.json

Issue 1419643002: Ignore compile_targets returned by analyze and rely completely on matching_exes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_chromium_gn_rel", 10 "v8_linux_chromium_gn_rel",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 221 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
222 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", 222 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@",
223 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", 223 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
224 "@@@STEP_LOG_LINE@json.output@ ]@@@", 224 "@@@STEP_LOG_LINE@json.output@ ]@@@",
225 "@@@STEP_LOG_LINE@json.output@}@@@", 225 "@@@STEP_LOG_LINE@json.output@}@@@",
226 "@@@STEP_LOG_END@json.output@@@", 226 "@@@STEP_LOG_END@json.output@@@",
227 "@@@STEP_LOG_LINE@analyze_details@{@@@", 227 "@@@STEP_LOG_LINE@analyze_details@{@@@",
228 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 228 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
229 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 229 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
230 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 230 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"matching_exes\": [@@@",
232 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
233 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 234 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
232 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 235 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
233 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 236 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
234 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 237 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
235 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@", 238 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@",
236 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 239 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
237 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 240 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
238 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 241 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
239 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 242 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
240 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 243 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "@@@STEP_FAILURE@@@", 298 "@@@STEP_FAILURE@@@",
296 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795 22fa\"@@@" 299 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795 22fa\"@@@"
297 ] 300 ]
298 }, 301 },
299 { 302 {
300 "name": "$result", 303 "name": "$result",
301 "reason": "Step('compile') failed with return_code 1", 304 "reason": "Step('compile') failed with return_code 1",
302 "status_code": 1 305 "status_code": 1
303 } 306 }
304 ] 307 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698