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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]\\skia", 10 "cwd": "[SLAVE_BUILD]\\skia",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 { 183 {
184 "cmd": [ 184 "cmd": [
185 "[SLAVE_BUILD]\\out\\Release_x64\\dm", 185 "[SLAVE_BUILD]\\out\\Release_x64\\dm",
186 "--undefok", 186 "--undefok",
187 "--resourcePath", 187 "--resourcePath",
188 "[SLAVE_BUILD]\\skia\\resources", 188 "[SLAVE_BUILD]\\skia\\resources",
189 "--skps", 189 "--skps",
190 "[SLAVE_BUILD]\\skps", 190 "[SLAVE_BUILD]\\skps",
191 "--images", 191 "--images",
192 "[SLAVE_BUILD]\\images\\dm", 192 "[SLAVE_BUILD]\\images\\dm",
193 "--colorImages",
194 "[SLAVE_BUILD]\\images\\colorspace",
193 "--nameByHash", 195 "--nameByHash",
194 "--properties", 196 "--properties",
195 "gitHash", 197 "gitHash",
196 "abc123", 198 "abc123",
197 "master", 199 "master",
198 "client.skia", 200 "client.skia",
199 "builder", 201 "builder",
200 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", 202 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot",
201 "build_number", 203 "build_number",
202 "5", 204 "5",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "SKIA_OUT": "[SLAVE_BUILD]\\out" 237 "SKIA_OUT": "[SLAVE_BUILD]\\out"
236 }, 238 },
237 "name": "dm" 239 "name": "dm"
238 }, 240 },
239 { 241 {
240 "name": "$result", 242 "name": "$result",
241 "recipe_result": null, 243 "recipe_result": null,
242 "status_code": 0 244 "status_code": 0
243 } 245 }
244 ] 246 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698