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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 1951843002: Skia: Add --colorImages to DM (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "cmd": [ 185 "cmd": [
186 "catchsegv", 186 "catchsegv",
187 "[SLAVE_BUILD]/out/Debug/dm", 187 "[SLAVE_BUILD]/out/Debug/dm",
188 "--undefok", 188 "--undefok",
189 "--resourcePath", 189 "--resourcePath",
190 "[SLAVE_BUILD]/skia/resources", 190 "[SLAVE_BUILD]/skia/resources",
191 "--skps", 191 "--skps",
192 "[SLAVE_BUILD]/skps", 192 "[SLAVE_BUILD]/skps",
193 "--images", 193 "--images",
194 "[SLAVE_BUILD]/images/dm", 194 "[SLAVE_BUILD]/images/dm",
195 "--colorImages",
196 "[SLAVE_BUILD]/images/colorspace",
195 "--nameByHash", 197 "--nameByHash",
196 "--properties", 198 "--properties",
197 "gitHash", 199 "gitHash",
198 "abc123", 200 "abc123",
199 "master", 201 "master",
200 "client.skia", 202 "client.skia",
201 "builder", 203 "builder",
202 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 204 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
203 "build_number", 205 "build_number",
204 "5", 206 "5",
(...skipping 28 matching lines...) Expand all
233 "SKIA_OUT": "[SLAVE_BUILD]/out" 235 "SKIA_OUT": "[SLAVE_BUILD]/out"
234 }, 236 },
235 "name": "dm" 237 "name": "dm"
236 }, 238 },
237 { 239 {
238 "name": "$result", 240 "name": "$result",
239 "recipe_result": null, 241 "recipe_result": null,
240 "status_code": 0 242 "status_code": 0
241 } 243 }
242 ] 244 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698