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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Win8-MSVC-ShuttleA-CPU-AVX-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.bat", 4 "git.bat",
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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "~followup_annotations": [ 367 "~followup_annotations": [
368 "@@@STEP_LOG_LINE@json.output@[@@@", 368 "@@@STEP_LOG_LINE@json.output@[@@@",
369 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 369 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
370 "@@@STEP_LOG_LINE@json.output@]@@@", 370 "@@@STEP_LOG_LINE@json.output@]@@@",
371 "@@@STEP_LOG_END@json.output@@@" 371 "@@@STEP_LOG_END@json.output@@@"
372 ] 372 ]
373 }, 373 },
374 { 374 {
375 "cmd": [ 375 "cmd": [
376 "[SLAVE_BUILD]\\skia\\out\\Debug_x64\\dm", 376 "[SLAVE_BUILD]\\skia\\out\\Debug_x64\\dm",
377 "--undefok",
377 "--verbose", 378 "--verbose",
378 "--resourcePath", 379 "--resourcePath",
379 "[SLAVE_BUILD]\\skia\\resources", 380 "[SLAVE_BUILD]\\skia\\resources",
380 "--skps", 381 "--skps",
381 "[SLAVE_BUILD]\\playback\\skps", 382 "[SLAVE_BUILD]\\playback\\skps",
382 "--images", 383 "--images",
383 "[SLAVE_BUILD]\\images", 384 "[SLAVE_BUILD]\\images",
384 "--writePath", 385 "--writePath",
385 "[SLAVE_BUILD]\\dm", 386 "[SLAVE_BUILD]\\dm",
386 "--nameByHash", 387 "--nameByHash",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "~followup_annotations": [ 440 "~followup_annotations": [
440 "@@@STEP_LOG_LINE@json.output@[@@@", 441 "@@@STEP_LOG_LINE@json.output@[@@@",
441 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 442 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
442 "@@@STEP_LOG_LINE@json.output@]@@@", 443 "@@@STEP_LOG_LINE@json.output@]@@@",
443 "@@@STEP_LOG_END@json.output@@@" 444 "@@@STEP_LOG_END@json.output@@@"
444 ] 445 ]
445 }, 446 },
446 { 447 {
447 "cmd": [ 448 "cmd": [
448 "[SLAVE_BUILD]\\skia\\out\\Debug_x64\\nanobench", 449 "[SLAVE_BUILD]\\skia\\out\\Debug_x64\\nanobench",
450 "--undefok",
449 "-i", 451 "-i",
450 "[SLAVE_BUILD]\\skia\\resources", 452 "[SLAVE_BUILD]\\skia\\resources",
451 "--skps", 453 "--skps",
452 "[SLAVE_BUILD]\\playback\\skps", 454 "[SLAVE_BUILD]\\playback\\skps",
453 "--nogpu", 455 "--nogpu",
454 "--dummy-flags" 456 "--dummy-flags"
455 ], 457 ],
456 "name": "nanobench" 458 "name": "nanobench"
457 } 459 }
458 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698