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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2206953006: Create a separate src for colorspace tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: FIXME Created 4 years, 4 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "pdf", 94 "pdf",
95 "msaa16", 95 "msaa16",
96 "nvprdit16", 96 "nvprdit16",
97 "serialize-8888", 97 "serialize-8888",
98 "tiles_rt-8888", 98 "tiles_rt-8888",
99 "pic-8888", 99 "pic-8888",
100 "--src", 100 "--src",
101 "tests", 101 "tests",
102 "gm", 102 "gm",
103 "image", 103 "image",
104 "colorImage",
104 "--blacklist", 105 "--blacklist",
105 "f16", 106 "f16",
106 "_", 107 "_",
107 "_", 108 "_",
108 "dstreadshuffle", 109 "dstreadshuffle",
109 "f16", 110 "f16",
110 "image", 111 "image",
111 "_", 112 "_",
112 "_", 113 "_",
113 "srgb", 114 "srgb",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "pdf", 461 "pdf",
461 "msaa16", 462 "msaa16",
462 "nvprdit16", 463 "nvprdit16",
463 "serialize-8888", 464 "serialize-8888",
464 "tiles_rt-8888", 465 "tiles_rt-8888",
465 "pic-8888", 466 "pic-8888",
466 "--src", 467 "--src",
467 "tests", 468 "tests",
468 "gm", 469 "gm",
469 "image", 470 "image",
471 "colorImage",
470 "--blacklist", 472 "--blacklist",
471 "f16", 473 "f16",
472 "_", 474 "_",
473 "_", 475 "_",
474 "dstreadshuffle", 476 "dstreadshuffle",
475 "f16", 477 "f16",
476 "image", 478 "image",
477 "_", 479 "_",
478 "_", 480 "_",
479 "srgb", 481 "srgb",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 "pdf", 829 "pdf",
828 "msaa16", 830 "msaa16",
829 "nvprdit16", 831 "nvprdit16",
830 "serialize-8888", 832 "serialize-8888",
831 "tiles_rt-8888", 833 "tiles_rt-8888",
832 "pic-8888", 834 "pic-8888",
833 "--src", 835 "--src",
834 "tests", 836 "tests",
835 "gm", 837 "gm",
836 "image", 838 "image",
839 "colorImage",
837 "--blacklist", 840 "--blacklist",
838 "f16", 841 "f16",
839 "_", 842 "_",
840 "_", 843 "_",
841 "dstreadshuffle", 844 "dstreadshuffle",
842 "f16", 845 "f16",
843 "image", 846 "image",
844 "_", 847 "_",
845 "_", 848 "_",
846 "srgb", 849 "srgb",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 "SKIA_OUT": "[SLAVE_BUILD]/out" 1141 "SKIA_OUT": "[SLAVE_BUILD]/out"
1139 }, 1142 },
1140 "name": "dm --preAbandonGpuContext" 1143 "name": "dm --preAbandonGpuContext"
1141 }, 1144 },
1142 { 1145 {
1143 "name": "$result", 1146 "name": "$result",
1144 "recipe_result": null, 1147 "recipe_result": null,
1145 "status_code": 0 1148 "status_code": 0
1146 } 1149 }
1147 ] 1150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698