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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.json

Issue 1123333005: Adding ecmascript simd tests to v8 buildbots and trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
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 - nosnap", 10 "V8 Linux - nosnap",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "python", 226 "python",
227 "-u", 227 "-u",
228 "RECIPE_MODULE[v8]/resources/v8testing.py", 228 "RECIPE_MODULE[v8]/resources/v8testing.py",
229 "--target", 229 "--target",
230 "Release", 230 "Release",
231 "--arch", 231 "--arch",
232 "ia32", 232 "ia32",
233 "--outdir", 233 "--outdir",
234 "out", 234 "out",
235 "--testname", 235 "--testname",
236 "simdjs",
237 "--no-snap",
238 "--json-test-results",
239 "/path/to/tmp/json"
240 ],
241 "cwd": "[SLAVE_BUILD]/v8",
242 "name": "SimdJs - all",
243 "~followup_annotations": [
244 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
245 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
246 "@@@STEP_LOG_LINE@durations@@@@",
247 "@@@STEP_LOG_LINE@durations@Details:@@@",
248 "@@@STEP_LOG_LINE@durations@@@@",
249 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
250 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
251 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
252 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
253 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
254 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
255 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
256 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
257 "@@@STEP_LOG_END@durations@@@"
258 ]
259 },
260 {
261 "cmd": [
262 "python",
263 "-u",
264 "RECIPE_MODULE[v8]/resources/v8testing.py",
265 "--target",
266 "Release",
267 "--arch",
268 "ia32",
269 "--outdir",
270 "out",
271 "--testname",
236 "test262", 272 "test262",
237 "--no-variants", 273 "--no-variants",
238 "--no-snap", 274 "--no-snap",
239 "--json-test-results", 275 "--json-test-results",
240 "/path/to/tmp/json" 276 "/path/to/tmp/json"
241 ], 277 ],
242 "cwd": "[SLAVE_BUILD]/v8", 278 "cwd": "[SLAVE_BUILD]/v8",
243 "name": "Test262 - no variants", 279 "name": "Test262 - no variants",
244 "~followup_annotations": [ 280 "~followup_annotations": [
245 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 281 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 361 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
326 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 362 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
327 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 363 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
328 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 364 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
329 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 365 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
330 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 366 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
331 "@@@STEP_LOG_END@durations@@@" 367 "@@@STEP_LOG_END@durations@@@"
332 ] 368 ]
333 } 369 }
334 ] 370 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698