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

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

Issue 2381033002: Explicit control in tools of ANGLE frontend and backend (Closed)
Patch Set: add new perf bot test expectation file 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
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",
228 "serialize-8888", 230 "serialize-8888",
229 "tiles_rt-8888", 231 "tiles_rt-8888",
230 "pic-8888", 232 "pic-8888",
231 "angle", 233 "angle",
232 "--src", 234 "--src",
233 "tests", 235 "tests",
234 "gm", 236 "gm",
235 "image", 237 "image",
236 "colorImage", 238 "colorImage",
237 "svg", 239 "svg",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "SKIA_OUT": "[SLAVE_BUILD]\\out" 552 "SKIA_OUT": "[SLAVE_BUILD]\\out"
551 }, 553 },
552 "name": "dm" 554 "name": "dm"
553 }, 555 },
554 { 556 {
555 "name": "$result", 557 "name": "$result",
556 "recipe_result": null, 558 "recipe_result": null,
557 "status_code": 0 559 "status_code": 0
558 } 560 }
559 ] 561 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698