| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "--track-origins=yes", | 89 "--track-origins=yes", |
| 90 "--error-exitcode=1", | 90 "--error-exitcode=1", |
| 91 "--num-callers=40", | 91 "--num-callers=40", |
| 92 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 92 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
| 93 "[SLAVE_BUILD]/out/Release/nanobench", | 93 "[SLAVE_BUILD]/out/Release/nanobench", |
| 94 "--undefok", | 94 "--undefok", |
| 95 "-i", | 95 "-i", |
| 96 "[SLAVE_BUILD]/skia/resources", | 96 "[SLAVE_BUILD]/skia/resources", |
| 97 "--skps", | 97 "--skps", |
| 98 "[SLAVE_BUILD]/skp", | 98 "[SLAVE_BUILD]/skp", |
| 99 "--svgs", | |
| 100 "[SLAVE_BUILD]/svg", | |
| 101 "--images", | 99 "--images", |
| 102 "[SLAVE_BUILD]/skimage/nanobench", | 100 "[SLAVE_BUILD]/skimage/nanobench", |
| 103 "--nocpu", | 101 "--nocpu", |
| 104 "--pre_log", | 102 "--pre_log", |
| 105 "--images", | 103 "--images", |
| 106 "--gpuStatsDump", | 104 "--gpuStatsDump", |
| 107 "true", | 105 "true", |
| 108 "--scales", | 106 "--scales", |
| 109 "1.0", | 107 "1.0", |
| 110 "1.1", | 108 "1.1", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "--track-origins=yes", | 162 "--track-origins=yes", |
| 165 "--error-exitcode=1", | 163 "--error-exitcode=1", |
| 166 "--num-callers=40", | 164 "--num-callers=40", |
| 167 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 165 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
| 168 "[SLAVE_BUILD]/out/Release/nanobench", | 166 "[SLAVE_BUILD]/out/Release/nanobench", |
| 169 "--undefok", | 167 "--undefok", |
| 170 "-i", | 168 "-i", |
| 171 "[SLAVE_BUILD]/skia/resources", | 169 "[SLAVE_BUILD]/skia/resources", |
| 172 "--skps", | 170 "--skps", |
| 173 "[SLAVE_BUILD]/skp", | 171 "[SLAVE_BUILD]/skp", |
| 174 "--svgs", | |
| 175 "[SLAVE_BUILD]/svg", | |
| 176 "--images", | 172 "--images", |
| 177 "[SLAVE_BUILD]/skimage/nanobench", | 173 "[SLAVE_BUILD]/skimage/nanobench", |
| 178 "--nocpu", | 174 "--nocpu", |
| 179 "--pre_log", | 175 "--pre_log", |
| 180 "--images", | 176 "--images", |
| 181 "--gpuStatsDump", | 177 "--gpuStatsDump", |
| 182 "true", | 178 "true", |
| 183 "--scales", | 179 "--scales", |
| 184 "1.0", | 180 "1.0", |
| 185 "1.1", | 181 "1.1", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "SKIA_OUT": "[SLAVE_BUILD]/out" | 228 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 233 }, | 229 }, |
| 234 "name": "nanobench --abandonGpuContext" | 230 "name": "nanobench --abandonGpuContext" |
| 235 }, | 231 }, |
| 236 { | 232 { |
| 237 "name": "$result", | 233 "name": "$result", |
| 238 "recipe_result": null, | 234 "recipe_result": null, |
| 239 "status_code": 0 | 235 "status_code": 0 |
| 240 } | 236 } |
| 241 ] | 237 ] |
| OLD | NEW |