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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.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 "git", 4 "git",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "@@@STEP_LOG_LINE@json.output@[@@@", 370 "@@@STEP_LOG_LINE@json.output@[@@@",
371 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 371 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
372 "@@@STEP_LOG_LINE@json.output@]@@@", 372 "@@@STEP_LOG_LINE@json.output@]@@@",
373 "@@@STEP_LOG_END@json.output@@@" 373 "@@@STEP_LOG_END@json.output@@@"
374 ] 374 ]
375 }, 375 },
376 { 376 {
377 "cmd": [ 377 "cmd": [
378 "catchsegv", 378 "catchsegv",
379 "[SLAVE_BUILD]/skia/out/Debug/dm", 379 "[SLAVE_BUILD]/skia/out/Debug/dm",
380 "--undefok",
380 "--verbose", 381 "--verbose",
381 "--resourcePath", 382 "--resourcePath",
382 "[SLAVE_BUILD]/skia/resources", 383 "[SLAVE_BUILD]/skia/resources",
383 "--skps", 384 "--skps",
384 "[SLAVE_BUILD]/playback/skps", 385 "[SLAVE_BUILD]/playback/skps",
385 "--images", 386 "--images",
386 "[SLAVE_BUILD]/images", 387 "[SLAVE_BUILD]/images",
387 "--writePath", 388 "--writePath",
388 "[SLAVE_BUILD]/dm", 389 "[SLAVE_BUILD]/dm",
389 "--nameByHash", 390 "--nameByHash",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "@@@STEP_LOG_LINE@json.output@[@@@", 448 "@@@STEP_LOG_LINE@json.output@[@@@",
448 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 449 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
449 "@@@STEP_LOG_LINE@json.output@]@@@", 450 "@@@STEP_LOG_LINE@json.output@]@@@",
450 "@@@STEP_LOG_END@json.output@@@" 451 "@@@STEP_LOG_END@json.output@@@"
451 ] 452 ]
452 }, 453 },
453 { 454 {
454 "cmd": [ 455 "cmd": [
455 "catchsegv", 456 "catchsegv",
456 "[SLAVE_BUILD]/skia/out/Debug/nanobench", 457 "[SLAVE_BUILD]/skia/out/Debug/nanobench",
458 "--undefok",
457 "-i", 459 "-i",
458 "[SLAVE_BUILD]/skia/resources", 460 "[SLAVE_BUILD]/skia/resources",
459 "--skps", 461 "--skps",
460 "[SLAVE_BUILD]/playback/skps", 462 "[SLAVE_BUILD]/playback/skps",
461 "--nocpu", 463 "--nocpu",
462 "--dummy-flags" 464 "--dummy-flags"
463 ], 465 ],
464 "env": { 466 "env": {
465 "CC": "/usr/bin/clang", 467 "CC": "/usr/bin/clang",
466 "CXX": "/usr/bin/clang++" 468 "CXX": "/usr/bin/clang++"
467 }, 469 },
468 "name": "nanobench" 470 "name": "nanobench"
469 } 471 }
470 ] 472 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698