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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/failed_dm.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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "srgb", 208 "srgb",
209 "sp-8888", 209 "sp-8888",
210 "2ndpic-8888", 210 "2ndpic-8888",
211 "serialize-8888", 211 "serialize-8888",
212 "tiles_rt-8888", 212 "tiles_rt-8888",
213 "pic-8888", 213 "pic-8888",
214 "--src", 214 "--src",
215 "tests", 215 "tests",
216 "gm", 216 "gm",
217 "image", 217 "image",
218 "colorImage",
218 "--blacklist", 219 "--blacklist",
219 "f16", 220 "f16",
220 "_", 221 "_",
221 "_", 222 "_",
222 "dstreadshuffle", 223 "dstreadshuffle",
223 "f16", 224 "f16",
224 "image", 225 "image",
225 "_", 226 "_",
226 "_", 227 "_",
227 "srgb", 228 "srgb",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "@@@STEP_FAILURE@@@" 410 "@@@STEP_FAILURE@@@"
410 ] 411 ]
411 }, 412 },
412 { 413 {
413 "name": "$result", 414 "name": "$result",
414 "reason": "Failed build steps: dm", 415 "reason": "Failed build steps: dm",
415 "recipe_result": null, 416 "recipe_result": null,
416 "status_code": 1 417 "status_code": 1
417 } 418 }
418 ] 419 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698