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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Android-NexusPlayer-PowerVR-x86-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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "arch", 797 "arch",
798 "x86", 798 "x86",
799 "configuration", 799 "configuration",
800 "Debug", 800 "Debug",
801 "gpu", 801 "gpu",
802 "PowerVR", 802 "PowerVR",
803 "model", 803 "model",
804 "NexusPlayer", 804 "NexusPlayer",
805 "os", 805 "os",
806 "Android", 806 "Android",
807 "--blacklist gpu skp _ gpu image _ gpu subset _",
807 "--match", 808 "--match",
808 "~tabl_mozilla_0" 809 "~tabl_mozilla_0"
809 ], 810 ],
810 "env": { 811 "env": {
811 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 812 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
812 "SKIA_ANDROID_VERBOSE_SETUP": "1" 813 "SKIA_ANDROID_VERBOSE_SETUP": "1"
813 }, 814 },
814 "name": "dm" 815 "name": "dm"
815 }, 816 },
816 { 817 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 { 905 {
905 "cmd": [ 906 "cmd": [
906 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 907 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
907 "-s", 908 "-s",
908 "8AB5139A", 909 "8AB5139A",
909 "wait-for-device" 910 "wait-for-device"
910 ], 911 ],
911 "name": "wait for device 8AB5139A (3)" 912 "name": "wait for device 8AB5139A (3)"
912 } 913 }
913 ] 914 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698