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

Side by Side Diff: scripts/slave/recipes/skia/skia.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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "cmd": [ 313 "cmd": [
314 "catchsegv", 314 "catchsegv",
315 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm ", 315 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm ",
316 "--undefok", 316 "--undefok",
317 "--resourcePath", 317 "--resourcePath",
318 "[SLAVE_BUILD]/skia/resources", 318 "[SLAVE_BUILD]/skia/resources",
319 "--skps", 319 "--skps",
320 "[SLAVE_BUILD]/playback/skps", 320 "[SLAVE_BUILD]/playback/skps",
321 "--images", 321 "--images",
322 "[SLAVE_BUILD]/images/dm", 322 "[SLAVE_BUILD]/images/dm",
323 "--colorImages",
324 "[SLAVE_BUILD]/images/colorspace",
323 "--nameByHash", 325 "--nameByHash",
324 "--properties", 326 "--properties",
325 "gitHash", 327 "gitHash",
326 "164710", 328 "164710",
327 "master", 329 "master",
328 "client.skia", 330 "client.skia",
329 "builder", 331 "builder",
330 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 332 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
331 "build_number", 333 "build_number",
332 "5", 334 "5",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 403 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
402 }, 404 },
403 "name": "nanobench" 405 "name": "nanobench"
404 }, 406 },
405 { 407 {
406 "name": "$result", 408 "name": "$result",
407 "recipe_result": null, 409 "recipe_result": null,
408 "status_code": 0 410 "status_code": 0
409 } 411 }
410 ] 412 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698