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

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

Issue 2264103002: compress_r11eac_blocks() required more alignment than dst has. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Turn test back on. 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') | src/opts/SkTextureCompressor_opts.h » ('j') | 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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 "image", 891 "image",
892 "_", 892 "_",
893 ".RW2", 893 ".RW2",
894 "_", 894 "_",
895 "image", 895 "image",
896 "_", 896 "_",
897 ".PEF", 897 ".PEF",
898 "_", 898 "_",
899 "image", 899 "image",
900 "_", 900 "_",
901 ".SRW", 901 ".SRW"
902 "--match",
903 "~CompressCheckerboard"
904 ], 902 ],
905 "env": { 903 "env": {
906 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 904 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
907 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 905 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
908 "BUILDTYPE": "Debug", 906 "BUILDTYPE": "Debug",
909 "CHROME_HEADLESS": "1", 907 "CHROME_HEADLESS": "1",
910 "SKIA_ANDROID_VERBOSE_SETUP": "1", 908 "SKIA_ANDROID_VERBOSE_SETUP": "1",
911 "SKIA_OUT": "[SLAVE_BUILD]/out" 909 "SKIA_OUT": "[SLAVE_BUILD]/out"
912 }, 910 },
913 "name": "dm" 911 "name": "dm"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "SKIA_OUT": "[SLAVE_BUILD]/out" 1004 "SKIA_OUT": "[SLAVE_BUILD]/out"
1007 }, 1005 },
1008 "name": "kill-server" 1006 "name": "kill-server"
1009 }, 1007 },
1010 { 1008 {
1011 "name": "$result", 1009 "name": "$result",
1012 "recipe_result": null, 1010 "recipe_result": null,
1013 "status_code": 0 1011 "status_code": 0
1014 } 1012 }
1015 ] 1013 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.py ('k') | src/opts/SkTextureCompressor_opts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698