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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-Nexus10-MaliT604-Arm7-Release.json

Issue 850403002: Blacklist the new DM features of drawing SKPs and images into GPU canvases on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 11 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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 "arch", 796 "arch",
797 "Arm7", 797 "Arm7",
798 "configuration", 798 "configuration",
799 "Release", 799 "Release",
800 "gpu", 800 "gpu",
801 "MaliT604", 801 "MaliT604",
802 "model", 802 "model",
803 "Nexus10", 803 "Nexus10",
804 "os", 804 "os",
805 "Android", 805 "Android",
806 "--blacklist gpu skp _ gpu image _ gpu subset _",
806 "--nocpu" 807 "--nocpu"
807 ], 808 ],
808 "env": { 809 "env": {
809 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 810 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
810 "SKIA_ANDROID_VERBOSE_SETUP": "1" 811 "SKIA_ANDROID_VERBOSE_SETUP": "1"
811 }, 812 },
812 "name": "dm" 813 "name": "dm"
813 }, 814 },
814 { 815 {
815 "cmd": [ 816 "cmd": [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 { 878 {
878 "cmd": [ 879 "cmd": [
879 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 880 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
880 "-s", 881 "-s",
881 "R32CB017X2L", 882 "R32CB017X2L",
882 "wait-for-device" 883 "wait-for-device"
883 ], 884 ],
884 "name": "wait for device R32CB017X2L (3)" 885 "name": "wait for device R32CB017X2L (3)"
885 } 886 }
886 ] 887 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698