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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json

Issue 2384483003: Revert of Explicit control in tools of ANGLE frontend and backend (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « infra/bots/recipes/swarm_test.py ('k') | tests/TestConfigParsing.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", 218 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt",
219 "--writePath", 219 "--writePath",
220 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", 220 "[CUSTOM_[SWARM_OUT_DIR]]\\dm",
221 "--nocpu", 221 "--nocpu",
222 "--config", 222 "--config",
223 "8888", 223 "8888",
224 "gpu", 224 "gpu",
225 "gpusrgb", 225 "gpusrgb",
226 "pdf", 226 "pdf",
227 "msaa16", 227 "msaa16",
228 "angle_gl_es2",
229 "angle_d3d11_es2",
230 "serialize-8888", 228 "serialize-8888",
231 "tiles_rt-8888", 229 "tiles_rt-8888",
232 "pic-8888", 230 "pic-8888",
233 "angle", 231 "angle",
234 "--src", 232 "--src",
235 "tests", 233 "tests",
236 "gm", 234 "gm",
237 "image", 235 "image",
238 "colorImage", 236 "colorImage",
239 "svg", 237 "svg",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "SKIA_OUT": "[SLAVE_BUILD]\\out" 550 "SKIA_OUT": "[SLAVE_BUILD]\\out"
553 }, 551 },
554 "name": "dm" 552 "name": "dm"
555 }, 553 },
556 { 554 {
557 "name": "$result", 555 "name": "$result",
558 "recipe_result": null, 556 "recipe_result": null,
559 "status_code": 0 557 "status_code": 0
560 } 558 }
561 ] 559 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.py ('k') | tests/TestConfigParsing.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698