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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_host.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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "cmd": [ 387 "cmd": [
388 "catchsegv", 388 "catchsegv",
389 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm ", 389 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm ",
390 "--undefok", 390 "--undefok",
391 "--resourcePath", 391 "--resourcePath",
392 "[SLAVE_BUILD]/skia/resources", 392 "[SLAVE_BUILD]/skia/resources",
393 "--skps", 393 "--skps",
394 "[SLAVE_BUILD]/playback/skps", 394 "[SLAVE_BUILD]/playback/skps",
395 "--images", 395 "--images",
396 "[SLAVE_BUILD]/images/dm", 396 "[SLAVE_BUILD]/images/dm",
397 "--colorImages",
398 "[SLAVE_BUILD]/images/colorspace",
397 "--nameByHash", 399 "--nameByHash",
398 "--properties", 400 "--properties",
399 "gitHash", 401 "gitHash",
400 "164710", 402 "164710",
401 "master", 403 "master",
402 "client.skia", 404 "client.skia",
403 "builder", 405 "builder",
404 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 406 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
405 "build_number", 407 "build_number",
406 "6", 408 "6",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 477 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
476 }, 478 },
477 "name": "nanobench" 479 "name": "nanobench"
478 }, 480 },
479 { 481 {
480 "name": "$result", 482 "name": "$result",
481 "recipe_result": null, 483 "recipe_result": null,
482 "status_code": 0 484 "status_code": 0
483 } 485 }
484 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698