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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug.json

Issue 2245063002: Skip CompressCheckerboard unit test on N6. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: ~ Created 4 years, 4 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
« no previous file with comments | « infra/bots/recipes/swarm_test.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 "image", 827 "image",
828 "_", 828 "_",
829 ".RW2", 829 ".RW2",
830 "_", 830 "_",
831 "image", 831 "image",
832 "_", 832 "_",
833 ".PEF", 833 ".PEF",
834 "_", 834 "_",
835 "image", 835 "image",
836 "_", 836 "_",
837 ".SRW" 837 ".SRW",
838 "--match",
839 "~CompressCheckerboard"
838 ], 840 ],
839 "env": { 841 "env": {
840 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 842 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
841 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 843 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
842 "BUILDTYPE": "Debug", 844 "BUILDTYPE": "Debug",
843 "CHROME_HEADLESS": "1", 845 "CHROME_HEADLESS": "1",
844 "SKIA_ANDROID_VERBOSE_SETUP": "1", 846 "SKIA_ANDROID_VERBOSE_SETUP": "1",
845 "SKIA_OUT": "[SLAVE_BUILD]/out" 847 "SKIA_OUT": "[SLAVE_BUILD]/out"
846 }, 848 },
847 "name": "dm" 849 "name": "dm"
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 "CHROME_HEADLESS": "1", 941 "CHROME_HEADLESS": "1",
940 "SKIA_OUT": "[SLAVE_BUILD]/out" 942 "SKIA_OUT": "[SLAVE_BUILD]/out"
941 }, 943 },
942 "name": "kill-server" 944 "name": "kill-server"
943 }, 945 },
944 { 946 {
945 "name": "$result", 947 "name": "$result",
946 "recipe_result": null, 948 "recipe_result": null,
947 "status_code": 0 949 "status_code": 0
948 } 950 }
949 ] 951 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698