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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "srgb", 154 "srgb",
155 "sp-8888", 155 "sp-8888",
156 "2ndpic-8888", 156 "2ndpic-8888",
157 "serialize-8888", 157 "serialize-8888",
158 "tiles_rt-8888", 158 "tiles_rt-8888",
159 "pic-8888", 159 "pic-8888",
160 "--src", 160 "--src",
161 "tests", 161 "tests",
162 "gm", 162 "gm",
163 "image", 163 "image",
164 "colorImage",
164 "--blacklist", 165 "--blacklist",
165 "f16", 166 "f16",
166 "_", 167 "_",
167 "_", 168 "_",
168 "dstreadshuffle", 169 "dstreadshuffle",
169 "f16", 170 "f16",
170 "image", 171 "image",
171 "_", 172 "_",
172 "_", 173 "_",
173 "srgb", 174 "srgb",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "[CUSTOM_[SWARM_OUT_DIR]]" 449 "[CUSTOM_[SWARM_OUT_DIR]]"
449 ], 450 ],
450 "name": "Copy to swarming out (2)" 451 "name": "Copy to swarming out (2)"
451 }, 452 },
452 { 453 {
453 "name": "$result", 454 "name": "$result",
454 "recipe_result": null, 455 "recipe_result": null,
455 "status_code": 0 456 "status_code": 0
456 } 457 }
457 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698