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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/failed_dm.json

Issue 1072483002: Pass --undefok to DM and nanobench for more graceful branch failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
10 ], 10 ],
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "@@@STEP_LOG_LINE@json.output@[@@@", 326 "@@@STEP_LOG_LINE@json.output@[@@@",
327 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 327 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
328 "@@@STEP_LOG_LINE@json.output@]@@@", 328 "@@@STEP_LOG_LINE@json.output@]@@@",
329 "@@@STEP_LOG_END@json.output@@@" 329 "@@@STEP_LOG_END@json.output@@@"
330 ] 330 ]
331 }, 331 },
332 { 332 {
333 "cmd": [ 333 "cmd": [
334 "catchsegv", 334 "catchsegv",
335 "[SLAVE_BUILD]/skia/out/Debug/dm", 335 "[SLAVE_BUILD]/skia/out/Debug/dm",
336 "--undefok",
336 "--verbose", 337 "--verbose",
337 "--resourcePath", 338 "--resourcePath",
338 "[SLAVE_BUILD]/skia/resources", 339 "[SLAVE_BUILD]/skia/resources",
339 "--skps", 340 "--skps",
340 "[SLAVE_BUILD]/playback/skps", 341 "[SLAVE_BUILD]/playback/skps",
341 "--images", 342 "--images",
342 "[SLAVE_BUILD]/images", 343 "[SLAVE_BUILD]/images",
343 "--writePath", 344 "--writePath",
344 "[SLAVE_BUILD]/dm", 345 "[SLAVE_BUILD]/dm",
345 "--nameByHash", 346 "--nameByHash",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "@@@STEP_LOG_LINE@json.output@[@@@", 404 "@@@STEP_LOG_LINE@json.output@[@@@",
404 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 405 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
405 "@@@STEP_LOG_LINE@json.output@]@@@", 406 "@@@STEP_LOG_LINE@json.output@]@@@",
406 "@@@STEP_LOG_END@json.output@@@" 407 "@@@STEP_LOG_END@json.output@@@"
407 ] 408 ]
408 }, 409 },
409 { 410 {
410 "cmd": [ 411 "cmd": [
411 "catchsegv", 412 "catchsegv",
412 "[SLAVE_BUILD]/skia/out/Debug/nanobench", 413 "[SLAVE_BUILD]/skia/out/Debug/nanobench",
414 "--undefok",
413 "-i", 415 "-i",
414 "[SLAVE_BUILD]/skia/resources", 416 "[SLAVE_BUILD]/skia/resources",
415 "--skps", 417 "--skps",
416 "[SLAVE_BUILD]/playback/skps", 418 "[SLAVE_BUILD]/playback/skps",
417 "--nogpu", 419 "--nogpu",
418 "--dummy-flags" 420 "--dummy-flags"
419 ], 421 ],
420 "name": "nanobench" 422 "name": "nanobench"
421 }, 423 },
422 { 424 {
423 "name": "$final_result", 425 "name": "$final_result",
424 "reason": "Failed build steps: dm", 426 "reason": "Failed build steps: dm",
425 "status_code": 1 427 "status_code": 1
426 } 428 }
427 ] 429 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698