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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "gm", 421 "gm",
422 "_", 422 "_",
423 "image-cacherator-from-ctable", 423 "image-cacherator-from-ctable",
424 "2ndpic-8888", 424 "2ndpic-8888",
425 "gm", 425 "gm",
426 "_", 426 "_",
427 "image-cacherator-from-ctable", 427 "image-cacherator-from-ctable",
428 "serialize-8888", 428 "serialize-8888",
429 "gm", 429 "gm",
430 "_", 430 "_",
431 "image-cacherator-from-ctable" 431 "image-cacherator-from-ctable",
432 "sp-8888",
433 "gm",
434 "_",
435 "gamut",
436 "pic-8888",
437 "gm",
438 "_",
439 "gamut",
440 "lite-8888",
441 "gm",
442 "_",
443 "gamut",
444 "2ndpic-8888",
445 "gm",
446 "_",
447 "gamut",
448 "serialize-8888",
449 "gm",
450 "_",
451 "gamut"
432 ], 452 ],
433 "env": { 453 "env": {
434 "BUILDTYPE": "Debug", 454 "BUILDTYPE": "Debug",
435 "CHROME_HEADLESS": "1", 455 "CHROME_HEADLESS": "1",
436 "SKIA_OUT": "[SLAVE_BUILD]/out" 456 "SKIA_OUT": "[SLAVE_BUILD]/out"
437 }, 457 },
438 "name": "dm" 458 "name": "dm"
439 }, 459 },
440 { 460 {
441 "name": "$result", 461 "name": "$result",
442 "recipe_result": null, 462 "recipe_result": null,
443 "status_code": 0 463 "status_code": 0
444 } 464 }
445 ] 465 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698