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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "gm", 441 "gm",
442 "_", 442 "_",
443 "image-cacherator-from-ctable", 443 "image-cacherator-from-ctable",
444 "2ndpic-8888", 444 "2ndpic-8888",
445 "gm", 445 "gm",
446 "_", 446 "_",
447 "image-cacherator-from-ctable", 447 "image-cacherator-from-ctable",
448 "serialize-8888", 448 "serialize-8888",
449 "gm", 449 "gm",
450 "_", 450 "_",
451 "image-cacherator-from-ctable" 451 "image-cacherator-from-ctable",
452 "sp-8888",
453 "gm",
454 "_",
455 "gamut",
456 "pic-8888",
457 "gm",
458 "_",
459 "gamut",
460 "lite-8888",
461 "gm",
462 "_",
463 "gamut",
464 "2ndpic-8888",
465 "gm",
466 "_",
467 "gamut",
468 "serialize-8888",
469 "gm",
470 "_",
471 "gamut"
452 ], 472 ],
453 "env": { 473 "env": {
454 "BUILDTYPE": "Debug", 474 "BUILDTYPE": "Debug",
455 "CHROME_HEADLESS": "1", 475 "CHROME_HEADLESS": "1",
456 "SKIA_OUT": "[SLAVE_BUILD]/out" 476 "SKIA_OUT": "[SLAVE_BUILD]/out"
457 }, 477 },
458 "name": "dm" 478 "name": "dm"
459 }, 479 },
460 { 480 {
461 "name": "$result", 481 "name": "$result",
462 "recipe_result": null, 482 "recipe_result": null,
463 "status_code": 0 483 "status_code": 0
464 } 484 }
465 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698