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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "565", 147 "565",
148 "8888", 148 "8888",
149 "gpu", 149 "gpu",
150 "gpusrgb", 150 "gpusrgb",
151 "pdf", 151 "pdf",
152 "msaa16", 152 "msaa16",
153 "f16", 153 "f16",
154 "srgb", 154 "srgb",
155 "sp-8888", 155 "sp-8888",
156 "2ndpic-8888", 156 "2ndpic-8888",
157 "lite-8888",
157 "serialize-8888", 158 "serialize-8888",
158 "tiles_rt-8888", 159 "tiles_rt-8888",
159 "pic-8888", 160 "pic-8888",
160 "--src", 161 "--src",
161 "tests", 162 "tests",
162 "gm", 163 "gm",
163 "image", 164 "image",
164 "colorImage", 165 "colorImage",
165 "--blacklist", 166 "--blacklist",
166 "f16", 167 "f16",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "_", 289 "_",
289 "drawfilter", 290 "drawfilter",
290 "pic-8888", 291 "pic-8888",
291 "gm", 292 "gm",
292 "_", 293 "_",
293 "drawfilter", 294 "drawfilter",
294 "2ndpic-8888", 295 "2ndpic-8888",
295 "gm", 296 "gm",
296 "_", 297 "_",
297 "drawfilter", 298 "drawfilter",
299 "lite-8888",
300 "gm",
301 "_",
302 "drawfilter",
298 "sp-8888", 303 "sp-8888",
299 "gm", 304 "gm",
300 "_", 305 "_",
301 "image-cacherator-from-picture", 306 "image-cacherator-from-picture",
302 "pic-8888", 307 "pic-8888",
303 "gm", 308 "gm",
304 "_", 309 "_",
305 "image-cacherator-from-picture", 310 "image-cacherator-from-picture",
306 "2ndpic-8888", 311 "2ndpic-8888",
307 "gm", 312 "gm",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "[CUSTOM_[SWARM_OUT_DIR]]" 448 "[CUSTOM_[SWARM_OUT_DIR]]"
444 ], 449 ],
445 "name": "Copy to swarming out (2)" 450 "name": "Copy to swarming out (2)"
446 }, 451 },
447 { 452 {
448 "name": "$result", 453 "name": "$result",
449 "recipe_result": null, 454 "recipe_result": null,
450 "status_code": 0 455 "status_code": 0
451 } 456 }
452 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698