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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 2219343002: finish SkLiteDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skip drawfilter, skia:4769 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "565", 200 "565",
201 "8888", 201 "8888",
202 "gpu", 202 "gpu",
203 "gpusrgb", 203 "gpusrgb",
204 "pdf", 204 "pdf",
205 "msaa16", 205 "msaa16",
206 "f16", 206 "f16",
207 "srgb", 207 "srgb",
208 "sp-8888", 208 "sp-8888",
209 "2ndpic-8888", 209 "2ndpic-8888",
210 "lite-8888",
210 "serialize-8888", 211 "serialize-8888",
211 "tiles_rt-8888", 212 "tiles_rt-8888",
212 "pic-8888", 213 "pic-8888",
213 "--src", 214 "--src",
214 "tests", 215 "tests",
215 "gm", 216 "gm",
216 "image", 217 "image",
217 "colorImage", 218 "colorImage",
218 "--blacklist", 219 "--blacklist",
219 "f16", 220 "f16",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "_", 342 "_",
342 "drawfilter", 343 "drawfilter",
343 "pic-8888", 344 "pic-8888",
344 "gm", 345 "gm",
345 "_", 346 "_",
346 "drawfilter", 347 "drawfilter",
347 "2ndpic-8888", 348 "2ndpic-8888",
348 "gm", 349 "gm",
349 "_", 350 "_",
350 "drawfilter", 351 "drawfilter",
352 "lite-8888",
353 "gm",
354 "_",
355 "drawfilter",
351 "sp-8888", 356 "sp-8888",
352 "gm", 357 "gm",
353 "_", 358 "_",
354 "image-cacherator-from-picture", 359 "image-cacherator-from-picture",
355 "pic-8888", 360 "pic-8888",
356 "gm", 361 "gm",
357 "_", 362 "_",
358 "image-cacherator-from-picture", 363 "image-cacherator-from-picture",
359 "2ndpic-8888", 364 "2ndpic-8888",
360 "gm", 365 "gm",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "SKIA_OUT": "[SLAVE_BUILD]/out" 408 "SKIA_OUT": "[SLAVE_BUILD]/out"
404 }, 409 },
405 "name": "dm" 410 "name": "dm"
406 }, 411 },
407 { 412 {
408 "name": "$result", 413 "name": "$result",
409 "recipe_result": null, 414 "recipe_result": null,
410 "status_code": 0 415 "status_code": 0
411 } 416 }
412 ] 417 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698