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

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

Powered by Google App Engine
This is Rietveld 408576698