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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/recipe_with_gerrit_patch.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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "--images", 149 "--images",
150 "--gpuStatsDump", 150 "--gpuStatsDump",
151 "true", 151 "true",
152 "--scales", 152 "--scales",
153 "1.0", 153 "1.0",
154 "1.1", 154 "1.1",
155 "--config", 155 "--config",
156 "8888", 156 "8888",
157 "gpu", 157 "gpu",
158 "nonrendering", 158 "nonrendering",
159 "angle",
159 "hwui", 160 "hwui",
160 "f16", 161 "f16",
161 "srgb", 162 "srgb",
162 "msaa16", 163 "msaa16",
163 "nvpr16", 164 "nvpr16",
164 "nvprdit16", 165 "nvprdit16",
165 "--loops", 166 "--loops",
166 "1", 167 "1",
167 "--samples", 168 "--samples",
168 "1", 169 "1",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "--images", 252 "--images",
252 "--gpuStatsDump", 253 "--gpuStatsDump",
253 "true", 254 "true",
254 "--scales", 255 "--scales",
255 "1.0", 256 "1.0",
256 "1.1", 257 "1.1",
257 "--config", 258 "--config",
258 "8888", 259 "8888",
259 "gpu", 260 "gpu",
260 "nonrendering", 261 "nonrendering",
262 "angle",
261 "hwui", 263 "hwui",
262 "f16", 264 "f16",
263 "srgb", 265 "srgb",
264 "msaa16", 266 "msaa16",
265 "nvpr16", 267 "nvpr16",
266 "nvprdit16", 268 "nvprdit16",
267 "--loops", 269 "--loops",
268 "1", 270 "1",
269 "--samples", 271 "--samples",
270 "1", 272 "1",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 354 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
353 "@@@STEP_LOG_END@python.inline@@@" 355 "@@@STEP_LOG_END@python.inline@@@"
354 ] 356 ]
355 }, 357 },
356 { 358 {
357 "name": "$result", 359 "name": "$result",
358 "recipe_result": null, 360 "recipe_result": null,
359 "status_code": 0 361 "status_code": 0
360 } 362 }
361 ] 363 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | infra/bots/recipes/swarm_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698