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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "_", 485 "_",
486 "image-cacherator-from-ctable", 486 "image-cacherator-from-ctable",
487 "2ndpic-8888", 487 "2ndpic-8888",
488 "gm", 488 "gm",
489 "_", 489 "_",
490 "image-cacherator-from-ctable", 490 "image-cacherator-from-ctable",
491 "serialize-8888", 491 "serialize-8888",
492 "gm", 492 "gm",
493 "_", 493 "_",
494 "image-cacherator-from-ctable", 494 "image-cacherator-from-ctable",
495 "sp-8888",
496 "gm",
497 "_",
498 "gamut",
499 "pic-8888",
500 "gm",
501 "_",
502 "gamut",
503 "lite-8888",
504 "gm",
505 "_",
506 "gamut",
507 "2ndpic-8888",
508 "gm",
509 "_",
510 "gamut",
511 "serialize-8888",
512 "gm",
513 "_",
514 "gamut",
495 "--noRAW_threading" 515 "--noRAW_threading"
496 ], 516 ],
497 "env": { 517 "env": {
498 "BUILDTYPE": "Release_x64", 518 "BUILDTYPE": "Release_x64",
499 "CHROME_HEADLESS": "1", 519 "CHROME_HEADLESS": "1",
500 "SKIA_OUT": "[SLAVE_BUILD]\\out" 520 "SKIA_OUT": "[SLAVE_BUILD]\\out"
501 }, 521 },
502 "name": "dm" 522 "name": "dm"
503 }, 523 },
504 { 524 {
505 "name": "$result", 525 "name": "$result",
506 "recipe_result": null, 526 "recipe_result": null,
507 "status_code": 0 527 "status_code": 0
508 } 528 }
509 ] 529 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698