| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux", | 10 "V8 Linux", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "[SLAVE_BUILD]/v8/tools/check-static-initializers.sh", | 103 "[SLAVE_BUILD]/v8/tools/check-static-initializers.sh", |
| 104 "out/Release/d8" | 104 "out/Release/d8" |
| 105 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]/v8", | 106 "cwd": "[SLAVE_BUILD]/v8", |
| 107 "name": "Static-Initializers" | 107 "name": "Static-Initializers" |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| 112 "-u", | 112 "-u", |
| 113 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 113 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 114 "--target", | 114 "--target", |
| 115 "Release", | 115 "Release", |
| 116 "--arch", | 116 "--arch", |
| 117 "ia32", | 117 "ia32", |
| 118 "--testname", | 118 "--testname", |
| 119 "unittests", | 119 "unittests", |
| 120 "--no-variants", | 120 "--no-variants", |
| 121 "--json-test-results", | 121 "--json-test-results", |
| 122 "/path/to/tmp/json" | 122 "/path/to/tmp/json" |
| 123 ], | 123 ], |
| 124 "cwd": "[SLAVE_BUILD]/v8", | 124 "cwd": "[SLAVE_BUILD]/v8", |
| 125 "name": "Unittests" | 125 "name": "Unittests" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 131 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 132 "--target", | 132 "--target", |
| 133 "Release", | 133 "Release", |
| 134 "--arch", | 134 "--arch", |
| 135 "ia32", | 135 "ia32", |
| 136 "--testname", | 136 "--testname", |
| 137 "default", | 137 "default", |
| 138 "--flaky-tests", | 138 "--flaky-tests", |
| 139 "skip", | 139 "skip", |
| 140 "--json-test-results", | 140 "--json-test-results", |
| 141 "/path/to/tmp/json" | 141 "/path/to/tmp/json" |
| 142 ], | 142 ], |
| 143 "cwd": "[SLAVE_BUILD]/v8", | 143 "cwd": "[SLAVE_BUILD]/v8", |
| 144 "name": "Check" | 144 "name": "Check" |
| 145 }, | 145 }, |
| 146 { | 146 { |
| 147 "cmd": [ | 147 "cmd": [ |
| 148 "python", | 148 "python", |
| 149 "-u", | 149 "-u", |
| 150 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 150 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 151 "--target", | 151 "--target", |
| 152 "Release", | 152 "Release", |
| 153 "--arch", | 153 "--arch", |
| 154 "ia32", | 154 "ia32", |
| 155 "--testname", | 155 "--testname", |
| 156 "default", | 156 "default", |
| 157 "--flaky-tests", | 157 "--flaky-tests", |
| 158 "run", | 158 "run", |
| 159 "--json-test-results", | 159 "--json-test-results", |
| 160 "/path/to/tmp/json" | 160 "/path/to/tmp/json" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]/v8", | 162 "cwd": "[SLAVE_BUILD]/v8", |
| 163 "name": "Check - flaky" | 163 "name": "Check - flaky" |
| 164 }, | 164 }, |
| 165 { | 165 { |
| 166 "cmd": [ | 166 "cmd": [ |
| 167 "python", | 167 "python", |
| 168 "-u", | 168 "-u", |
| 169 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 169 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 170 "--target", | 170 "--target", |
| 171 "Release", | 171 "Release", |
| 172 "--arch", | 172 "--arch", |
| 173 "ia32", | 173 "ia32", |
| 174 "--testname", | 174 "--testname", |
| 175 "optimize_for_size", | 175 "optimize_for_size", |
| 176 "--no-variants", | 176 "--no-variants", |
| 177 "--shell_flags=\"--optimize-for-size\"", | 177 "--shell_flags=\"--optimize-for-size\"", |
| 178 "--flaky-tests", | 178 "--flaky-tests", |
| 179 "skip", | 179 "skip", |
| 180 "--json-test-results", | 180 "--json-test-results", |
| 181 "/path/to/tmp/json" | 181 "/path/to/tmp/json" |
| 182 ], | 182 ], |
| 183 "cwd": "[SLAVE_BUILD]/v8", | 183 "cwd": "[SLAVE_BUILD]/v8", |
| 184 "name": "OptimizeForSize" | 184 "name": "OptimizeForSize" |
| 185 }, | 185 }, |
| 186 { | 186 { |
| 187 "cmd": [ | 187 "cmd": [ |
| 188 "python", | 188 "python", |
| 189 "-u", | 189 "-u", |
| 190 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 190 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 191 "--target", | 191 "--target", |
| 192 "Release", | 192 "Release", |
| 193 "--arch", | 193 "--arch", |
| 194 "ia32", | 194 "ia32", |
| 195 "--testname", | 195 "--testname", |
| 196 "optimize_for_size", | 196 "optimize_for_size", |
| 197 "--no-variants", | 197 "--no-variants", |
| 198 "--shell_flags=\"--optimize-for-size\"", | 198 "--shell_flags=\"--optimize-for-size\"", |
| 199 "--flaky-tests", | 199 "--flaky-tests", |
| 200 "run", | 200 "run", |
| 201 "--json-test-results", | 201 "--json-test-results", |
| 202 "/path/to/tmp/json" | 202 "/path/to/tmp/json" |
| 203 ], | 203 ], |
| 204 "cwd": "[SLAVE_BUILD]/v8", | 204 "cwd": "[SLAVE_BUILD]/v8", |
| 205 "name": "OptimizeForSize - flaky" | 205 "name": "OptimizeForSize - flaky" |
| 206 }, | 206 }, |
| 207 { | 207 { |
| 208 "cmd": [ | 208 "cmd": [ |
| 209 "python", | 209 "python", |
| 210 "-u", | 210 "-u", |
| 211 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 211 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 212 "--target", | 212 "--target", |
| 213 "Release", | 213 "Release", |
| 214 "--arch", | 214 "--arch", |
| 215 "ia32", | 215 "ia32", |
| 216 "--testname", | 216 "--testname", |
| 217 "webkit", | 217 "webkit", |
| 218 "--flaky-tests", | 218 "--flaky-tests", |
| 219 "skip", | 219 "skip", |
| 220 "--json-test-results", | 220 "--json-test-results", |
| 221 "/path/to/tmp/json" | 221 "/path/to/tmp/json" |
| 222 ], | 222 ], |
| 223 "cwd": "[SLAVE_BUILD]/v8", | 223 "cwd": "[SLAVE_BUILD]/v8", |
| 224 "name": "Webkit" | 224 "name": "Webkit" |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "cmd": [ | 227 "cmd": [ |
| 228 "python", | 228 "python", |
| 229 "-u", | 229 "-u", |
| 230 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 230 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 231 "--target", | 231 "--target", |
| 232 "Release", | 232 "Release", |
| 233 "--arch", | 233 "--arch", |
| 234 "ia32", | 234 "ia32", |
| 235 "--testname", | 235 "--testname", |
| 236 "webkit", | 236 "webkit", |
| 237 "--flaky-tests", | 237 "--flaky-tests", |
| 238 "run", | 238 "run", |
| 239 "--json-test-results", | 239 "--json-test-results", |
| 240 "/path/to/tmp/json" | 240 "/path/to/tmp/json" |
| 241 ], | 241 ], |
| 242 "cwd": "[SLAVE_BUILD]/v8", | 242 "cwd": "[SLAVE_BUILD]/v8", |
| 243 "name": "Webkit - flaky" | 243 "name": "Webkit - flaky" |
| 244 }, | 244 }, |
| 245 { | 245 { |
| 246 "cmd": [ | 246 "cmd": [ |
| 247 "python", | 247 "python", |
| 248 "-u", | 248 "-u", |
| 249 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 249 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 250 "--target", | 250 "--target", |
| 251 "Release", | 251 "Release", |
| 252 "--arch", | 252 "--arch", |
| 253 "ia32", | 253 "ia32", |
| 254 "--testname", | 254 "--testname", |
| 255 "benchmarks", | 255 "benchmarks", |
| 256 "--json-test-results", | 256 "--json-test-results", |
| 257 "/path/to/tmp/json" | 257 "/path/to/tmp/json" |
| 258 ], | 258 ], |
| 259 "cwd": "[SLAVE_BUILD]/v8", | 259 "cwd": "[SLAVE_BUILD]/v8", |
| 260 "name": "Benchmarks" | 260 "name": "Benchmarks" |
| 261 }, | 261 }, |
| 262 { | 262 { |
| 263 "cmd": [ | 263 "cmd": [ |
| 264 "python", | 264 "python", |
| 265 "-u", | 265 "-u", |
| 266 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 266 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 267 "--target", | 267 "--target", |
| 268 "Release", | 268 "Release", |
| 269 "--arch", | 269 "--arch", |
| 270 "ia32", | 270 "ia32", |
| 271 "--testname", | 271 "--testname", |
| 272 "test262", | 272 "test262", |
| 273 "--json-test-results", | 273 "--json-test-results", |
| 274 "/path/to/tmp/json" | 274 "/path/to/tmp/json" |
| 275 ], | 275 ], |
| 276 "cwd": "[SLAVE_BUILD]/v8", | 276 "cwd": "[SLAVE_BUILD]/v8", |
| 277 "name": "Test262" | 277 "name": "Test262" |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 "cmd": [ | 280 "cmd": [ |
| 281 "python", | 281 "python", |
| 282 "-u", | 282 "-u", |
| 283 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 283 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 284 "--target", | 284 "--target", |
| 285 "Release", | 285 "Release", |
| 286 "--arch", | 286 "--arch", |
| 287 "ia32", | 287 "ia32", |
| 288 "--testname", | 288 "--testname", |
| 289 "test262-es6", | 289 "test262-es6", |
| 290 "--json-test-results", | 290 "--json-test-results", |
| 291 "/path/to/tmp/json" | 291 "/path/to/tmp/json" |
| 292 ], | 292 ], |
| 293 "cwd": "[SLAVE_BUILD]/v8", | 293 "cwd": "[SLAVE_BUILD]/v8", |
| 294 "name": "Test262-es6" | 294 "name": "Test262-es6" |
| 295 }, | 295 }, |
| 296 { | 296 { |
| 297 "cmd": [ | 297 "cmd": [ |
| 298 "python", | 298 "python", |
| 299 "-u", | 299 "-u", |
| 300 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 300 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 301 "--target", | 301 "--target", |
| 302 "Release", | 302 "Release", |
| 303 "--arch", | 303 "--arch", |
| 304 "ia32", | 304 "ia32", |
| 305 "--testname", | 305 "--testname", |
| 306 "mozilla", | 306 "mozilla", |
| 307 "--json-test-results", | 307 "--json-test-results", |
| 308 "/path/to/tmp/json" | 308 "/path/to/tmp/json" |
| 309 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]/v8", | 310 "cwd": "[SLAVE_BUILD]/v8", |
| 311 "name": "Mozilla" | 311 "name": "Mozilla" |
| 312 } | 312 } |
| 313 ] | 313 ] |
| OLD | NEW |