OLD | NEW |
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "--track-origins=yes", | 133 "--track-origins=yes", |
134 "--error-exitcode=1", | 134 "--error-exitcode=1", |
135 "--num-callers=40", | 135 "--num-callers=40", |
136 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 136 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
137 "[SLAVE_BUILD]/out/Release/nanobench", | 137 "[SLAVE_BUILD]/out/Release/nanobench", |
138 "--undefok", | 138 "--undefok", |
139 "-i", | 139 "-i", |
140 "[SLAVE_BUILD]/skia/resources", | 140 "[SLAVE_BUILD]/skia/resources", |
141 "--skps", | 141 "--skps", |
142 "[SLAVE_BUILD]/skp", | 142 "[SLAVE_BUILD]/skp", |
| 143 "--svgs", |
| 144 "[SLAVE_BUILD]/svg", |
143 "--images", | 145 "--images", |
144 "[SLAVE_BUILD]/skimage/nanobench", | 146 "[SLAVE_BUILD]/skimage/nanobench", |
145 "--nocpu", | 147 "--nocpu", |
146 "--pre_log", | 148 "--pre_log", |
147 "--images", | 149 "--images", |
148 "--gpuStatsDump", | 150 "--gpuStatsDump", |
149 "true", | 151 "true", |
150 "--scales", | 152 "--scales", |
151 "1.0", | 153 "1.0", |
152 "1.1", | 154 "1.1", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "--track-origins=yes", | 236 "--track-origins=yes", |
235 "--error-exitcode=1", | 237 "--error-exitcode=1", |
236 "--num-callers=40", | 238 "--num-callers=40", |
237 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 239 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
238 "[SLAVE_BUILD]/out/Release/nanobench", | 240 "[SLAVE_BUILD]/out/Release/nanobench", |
239 "--undefok", | 241 "--undefok", |
240 "-i", | 242 "-i", |
241 "[SLAVE_BUILD]/skia/resources", | 243 "[SLAVE_BUILD]/skia/resources", |
242 "--skps", | 244 "--skps", |
243 "[SLAVE_BUILD]/skp", | 245 "[SLAVE_BUILD]/skp", |
| 246 "--svgs", |
| 247 "[SLAVE_BUILD]/svg", |
244 "--images", | 248 "--images", |
245 "[SLAVE_BUILD]/skimage/nanobench", | 249 "[SLAVE_BUILD]/skimage/nanobench", |
246 "--nocpu", | 250 "--nocpu", |
247 "--pre_log", | 251 "--pre_log", |
248 "--images", | 252 "--images", |
249 "--gpuStatsDump", | 253 "--gpuStatsDump", |
250 "true", | 254 "true", |
251 "--scales", | 255 "--scales", |
252 "1.0", | 256 "1.0", |
253 "1.1", | 257 "1.1", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 354 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
351 "@@@STEP_LOG_END@python.inline@@@" | 355 "@@@STEP_LOG_END@python.inline@@@" |
352 ] | 356 ] |
353 }, | 357 }, |
354 { | 358 { |
355 "name": "$result", | 359 "name": "$result", |
356 "recipe_result": null, | 360 "recipe_result": null, |
357 "status_code": 0 | 361 "status_code": 0 |
358 } | 362 } |
359 ] | 363 ] |
OLD | NEW |