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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-GCC-GalaxyS4-GPU-SGX544-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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 }, 587 },
588 { 588 {
589 "cmd": [ 589 "cmd": [
590 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 590 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
591 "--logcat", 591 "--logcat",
592 "-d", 592 "-d",
593 "arm_v7", 593 "arm_v7",
594 "-s", 594 "-s",
595 "4d00353cd8ed61c3", 595 "4d00353cd8ed61c3",
596 "dm", 596 "dm",
597 "--undefok",
597 "--verbose", 598 "--verbose",
598 "--resourcePath", 599 "--resourcePath",
599 "/storage/emulated/legacy/skiabot/skia_resources", 600 "/storage/emulated/legacy/skiabot/skia_resources",
600 "--skps", 601 "--skps",
601 "/storage/emulated/legacy/skiabot/skia_skp/skps", 602 "/storage/emulated/legacy/skiabot/skia_skp/skps",
602 "--images", 603 "--images",
603 "/storage/emulated/legacy/skiabot/skia_images", 604 "/storage/emulated/legacy/skiabot/skia_images",
604 "--writePath", 605 "--writePath",
605 "/storage/emulated/legacy/skiabot/skia_dm", 606 "/storage/emulated/legacy/skiabot/skia_dm",
606 "--nameByHash", 607 "--nameByHash",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 }, 684 },
684 { 685 {
685 "cmd": [ 686 "cmd": [
686 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 687 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
687 "--logcat", 688 "--logcat",
688 "-d", 689 "-d",
689 "arm_v7", 690 "arm_v7",
690 "-s", 691 "-s",
691 "4d00353cd8ed61c3", 692 "4d00353cd8ed61c3",
692 "nanobench", 693 "nanobench",
694 "--undefok",
693 "-i", 695 "-i",
694 "/storage/emulated/legacy/skiabot/skia_resources", 696 "/storage/emulated/legacy/skiabot/skia_resources",
695 "--skps", 697 "--skps",
696 "/storage/emulated/legacy/skiabot/skia_skp/skps", 698 "/storage/emulated/legacy/skiabot/skia_skp/skps",
697 "--nocpu", 699 "--nocpu",
698 "--dummy-flags" 700 "--dummy-flags"
699 ], 701 ],
700 "env": { 702 "env": {
701 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 703 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
702 "SKIA_ANDROID_VERBOSE_SETUP": "1" 704 "SKIA_ANDROID_VERBOSE_SETUP": "1"
(...skipping 19 matching lines...) Expand all
722 { 724 {
723 "cmd": [ 725 "cmd": [
724 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 726 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
725 "-s", 727 "-s",
726 "4d00353cd8ed61c3", 728 "4d00353cd8ed61c3",
727 "wait-for-device" 729 "wait-for-device"
728 ], 730 ],
729 "name": "wait for device (2)" 731 "name": "wait for device (2)"
730 } 732 }
731 ] 733 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698