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

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: rebase 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "--nameByHash", 372 "--nameByHash",
373 "--properties", 373 "--properties",
374 "gitHash", 374 "gitHash",
375 "164710", 375 "164710",
376 "master", 376 "master",
377 "client.skia", 377 "client.skia",
378 "builder", 378 "builder",
379 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", 379 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
380 "build_number", 380 "build_number",
381 "5", 381 "5",
382 "--colorImages",
383 "[SLAVE_BUILD]/images/colorspace",
382 "--key", 384 "--key",
383 "arch", 385 "arch",
384 "x86_64", 386 "x86_64",
385 "compiler", 387 "compiler",
386 "Clang", 388 "Clang",
387 "configuration", 389 "configuration",
388 "Debug", 390 "Debug",
389 "cpu_or_gpu", 391 "cpu_or_gpu",
390 "GPU", 392 "GPU",
391 "cpu_or_gpu_value", 393 "cpu_or_gpu_value",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 460 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer"
459 }, 461 },
460 "name": "nanobench" 462 "name": "nanobench"
461 }, 463 },
462 { 464 {
463 "name": "$result", 465 "name": "$result",
464 "recipe_result": null, 466 "recipe_result": null,
465 "status_code": 0 467 "status_code": 0
466 } 468 }
467 ] 469 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698