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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release.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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 { 623 {
624 "cmd": [ 624 "cmd": [
625 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 625 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
626 "--logcat", 626 "--logcat",
627 "-d", 627 "-d",
628 "nexus_10", 628 "nexus_10",
629 "-s", 629 "-s",
630 "R32CB017X2L", 630 "R32CB017X2L",
631 "--release", 631 "--release",
632 "dm", 632 "dm",
633 "--undefok",
633 "--verbose", 634 "--verbose",
634 "--resourcePath", 635 "--resourcePath",
635 "/storage/emulated/legacy/skiabot/skia_resources", 636 "/storage/emulated/legacy/skiabot/skia_resources",
636 "--skps", 637 "--skps",
637 "/storage/emulated/legacy/skiabot/skia_skp/skps", 638 "/storage/emulated/legacy/skiabot/skia_skp/skps",
638 "--images", 639 "--images",
639 "/storage/emulated/legacy/skiabot/skia_images", 640 "/storage/emulated/legacy/skiabot/skia_images",
640 "--writePath", 641 "--writePath",
641 "/storage/emulated/legacy/skiabot/skia_dm", 642 "/storage/emulated/legacy/skiabot/skia_dm",
642 "--nameByHash", 643 "--nameByHash",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 { 720 {
720 "cmd": [ 721 "cmd": [
721 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 722 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
722 "-s", 723 "-s",
723 "R32CB017X2L", 724 "R32CB017X2L",
724 "wait-for-device" 725 "wait-for-device"
725 ], 726 ],
726 "name": "wait for device (3)" 727 "name": "wait for device (3)"
727 } 728 }
728 ] 729 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698