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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "cmd": [ 361 "cmd": [
362 "catchsegv", 362 "catchsegv",
363 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug/dm", 363 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug/dm",
364 "--undefok", 364 "--undefok",
365 "--resourcePath", 365 "--resourcePath",
366 "[SLAVE_BUILD]/skia/resources", 366 "[SLAVE_BUILD]/skia/resources",
367 "--skps", 367 "--skps",
368 "[SLAVE_BUILD]/playback/skps", 368 "[SLAVE_BUILD]/playback/skps",
369 "--images", 369 "--images",
370 "[SLAVE_BUILD]/images/dm", 370 "[SLAVE_BUILD]/images/dm",
371 "--colorImages",
372 "[SLAVE_BUILD]/images/colorspace",
371 "--nameByHash", 373 "--nameByHash",
372 "--properties", 374 "--properties",
373 "gitHash", 375 "gitHash",
374 "164710", 376 "164710",
375 "master", 377 "master",
376 "client.skia", 378 "client.skia",
377 "builder", 379 "builder",
378 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", 380 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
379 "build_number", 381 "build_number",
380 "5", 382 "5",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 459 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer"
458 }, 460 },
459 "name": "nanobench" 461 "name": "nanobench"
460 }, 462 },
461 { 463 {
462 "name": "$result", 464 "name": "$result",
463 "recipe_result": null, 465 "recipe_result": null,
464 "status_code": 0 466 "status_code": 0
465 } 467 }
466 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698