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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/big_issue_number.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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "gpusrgb", 207 "gpusrgb",
208 "pdf", 208 "pdf",
209 "msaa16", 209 "msaa16",
210 "serialize-8888", 210 "serialize-8888",
211 "tiles_rt-8888", 211 "tiles_rt-8888",
212 "pic-8888", 212 "pic-8888",
213 "--src", 213 "--src",
214 "tests", 214 "tests",
215 "gm", 215 "gm",
216 "image", 216 "image",
217 "colorImage",
217 "--blacklist", 218 "--blacklist",
218 "f16", 219 "f16",
219 "_", 220 "_",
220 "_", 221 "_",
221 "dstreadshuffle", 222 "dstreadshuffle",
222 "f16", 223 "f16",
223 "image", 224 "image",
224 "_", 225 "_",
225 "_", 226 "_",
226 "srgb", 227 "srgb",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "SKIA_OUT": "[SLAVE_BUILD]\\out" 465 "SKIA_OUT": "[SLAVE_BUILD]\\out"
465 }, 466 },
466 "name": "dm" 467 "name": "dm"
467 }, 468 },
468 { 469 {
469 "name": "$result", 470 "name": "$result",
470 "recipe_result": null, 471 "recipe_result": null,
471 "status_code": 0 472 "status_code": 0
472 } 473 }
473 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698