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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 }, 622 },
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_5", 628 "nexus_5",
629 "-s", 629 "-s",
630 "018dff3520c970f6", 630 "018dff3520c970f6",
631 "dm", 631 "dm",
632 "--undefok",
632 "--verbose", 633 "--verbose",
633 "--resourcePath", 634 "--resourcePath",
634 "/storage/emulated/legacy/skiabot/skia_resources", 635 "/storage/emulated/legacy/skiabot/skia_resources",
635 "--skps", 636 "--skps",
636 "/storage/emulated/legacy/skiabot/skia_skp/skps", 637 "/storage/emulated/legacy/skiabot/skia_skp/skps",
637 "--images", 638 "--images",
638 "/storage/emulated/legacy/skiabot/skia_images", 639 "/storage/emulated/legacy/skiabot/skia_images",
639 "--writePath", 640 "--writePath",
640 "/storage/emulated/legacy/skiabot/skia_dm", 641 "/storage/emulated/legacy/skiabot/skia_dm",
641 "--nameByHash", 642 "--nameByHash",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 }, 719 },
719 { 720 {
720 "cmd": [ 721 "cmd": [
721 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 722 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
722 "--logcat", 723 "--logcat",
723 "-d", 724 "-d",
724 "nexus_5", 725 "nexus_5",
725 "-s", 726 "-s",
726 "018dff3520c970f6", 727 "018dff3520c970f6",
727 "nanobench", 728 "nanobench",
729 "--undefok",
728 "-i", 730 "-i",
729 "/storage/emulated/legacy/skiabot/skia_resources", 731 "/storage/emulated/legacy/skiabot/skia_resources",
730 "--skps", 732 "--skps",
731 "/storage/emulated/legacy/skiabot/skia_skp/skps", 733 "/storage/emulated/legacy/skiabot/skia_skp/skps",
732 "--nocpu", 734 "--nocpu",
733 "--dummy-flags" 735 "--dummy-flags"
734 ], 736 ],
735 "env": { 737 "env": {
736 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 738 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
737 "SKIA_ANDROID_VERBOSE_SETUP": "1" 739 "SKIA_ANDROID_VERBOSE_SETUP": "1"
(...skipping 19 matching lines...) Expand all
757 { 759 {
758 "cmd": [ 760 "cmd": [
759 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 761 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
760 "-s", 762 "-s",
761 "018dff3520c970f6", 763 "018dff3520c970f6",
762 "wait-for-device" 764 "wait-for-device"
763 ], 765 ],
764 "name": "wait for device (3)" 766 "name": "wait for device (3)"
765 } 767 }
766 ] 768 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698