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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-GalaxyS4-SGX544-Arm7-Debug.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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 "arch", 761 "arch",
762 "Arm7", 762 "Arm7",
763 "configuration", 763 "configuration",
764 "Debug", 764 "Debug",
765 "gpu", 765 "gpu",
766 "SGX544", 766 "SGX544",
767 "model", 767 "model",
768 "GalaxyS4", 768 "GalaxyS4",
769 "os", 769 "os",
770 "Android", 770 "Android",
771 "--blacklist gpu skp _ gpu image _ gpu subset _",
771 "--nocpu" 772 "--nocpu"
772 ], 773 ],
773 "env": { 774 "env": {
774 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 775 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
775 "SKIA_ANDROID_VERBOSE_SETUP": "1" 776 "SKIA_ANDROID_VERBOSE_SETUP": "1"
776 }, 777 },
777 "name": "dm" 778 "name": "dm"
778 }, 779 },
779 { 780 {
780 "cmd": [ 781 "cmd": [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 { 869 {
869 "cmd": [ 870 "cmd": [
870 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 871 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
871 "-s", 872 "-s",
872 "4d00353cd8ed61c3", 873 "4d00353cd8ed61c3",
873 "wait-for-device" 874 "wait-for-device"
874 ], 875 ],
875 "name": "wait for device 4d00353cd8ed61c3 (2)" 876 "name": "wait for device 4d00353cd8ed61c3 (2)"
876 } 877 }
877 ] 878 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698