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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json

Issue 2293173002: New gamut GM, to test gamut conversion in various code-paths (Closed)
Patch Set: Regenerated json Created 4 years, 3 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 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "_", 440 "_",
441 "image-cacherator-from-ctable", 441 "image-cacherator-from-ctable",
442 "2ndpic-8888", 442 "2ndpic-8888",
443 "gm", 443 "gm",
444 "_", 444 "_",
445 "image-cacherator-from-ctable", 445 "image-cacherator-from-ctable",
446 "serialize-8888", 446 "serialize-8888",
447 "gm", 447 "gm",
448 "_", 448 "_",
449 "image-cacherator-from-ctable", 449 "image-cacherator-from-ctable",
450 "sp-8888",
451 "gm",
452 "_",
453 "gamut",
454 "pic-8888",
455 "gm",
456 "_",
457 "gamut",
458 "lite-8888",
459 "gm",
460 "_",
461 "gamut",
462 "2ndpic-8888",
463 "gm",
464 "_",
465 "gamut",
466 "serialize-8888",
467 "gm",
468 "_",
469 "gamut",
450 "_", 470 "_",
451 "image", 471 "image",
452 "_", 472 "_",
453 "interlaced1.png", 473 "interlaced1.png",
454 "_", 474 "_",
455 "image", 475 "image",
456 "_", 476 "_",
457 "interlaced2.png", 477 "interlaced2.png",
458 "_", 478 "_",
459 "image", 479 "image",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "SKIA_OUT": "[SLAVE_BUILD]/out" 574 "SKIA_OUT": "[SLAVE_BUILD]/out"
555 }, 575 },
556 "name": "dm" 576 "name": "dm"
557 }, 577 },
558 { 578 {
559 "name": "$result", 579 "name": "$result",
560 "recipe_result": null, 580 "recipe_result": null,
561 "status_code": 0 581 "status_code": 0
562 } 582 }
563 ] 583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698