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

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

Issue 1276223002: V8 Buildbot: Add test262-es6 to linux64 trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 4 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
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_rel", 10 "v8_linux64_rel",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "[SLAVE_BUILD]/v8/tools/run-tests.py", 273 "[SLAVE_BUILD]/v8/tools/run-tests.py",
274 "--progress=verbose", 274 "--progress=verbose",
275 "--mode", 275 "--mode",
276 "Release", 276 "Release",
277 "--arch", 277 "--arch",
278 "x64", 278 "x64",
279 "--outdir", 279 "--outdir",
280 "out", 280 "out",
281 "--buildbot", 281 "--buildbot",
282 "--timeout=200", 282 "--timeout=200",
283 "test262-es6",
284 "--no-variants",
285 "--download-data",
286 "--flaky-tests=skip",
287 "--dcheck-always-on",
288 "--rerun-failures-count=2",
289 "--json-test-results",
290 "/path/to/tmp/json"
291 ],
292 "cwd": "[SLAVE_BUILD]/v8",
293 "name": "Test262-es6 - no variants",
294 "~followup_annotations": [
295 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
296 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
297 "@@@STEP_LOG_LINE@durations@@@@",
298 "@@@STEP_LOG_LINE@durations@Details:@@@",
299 "@@@STEP_LOG_LINE@durations@@@@",
300 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
301 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
302 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
303 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
304 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
305 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
306 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
307 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
308 "@@@STEP_LOG_END@durations@@@"
309 ]
310 },
311 {
312 "cmd": [
313 "python",
314 "-u",
315 "[SLAVE_BUILD]/v8/tools/run-tests.py",
316 "--progress=verbose",
317 "--mode",
318 "Release",
319 "--arch",
320 "x64",
321 "--outdir",
322 "out",
323 "--buildbot",
324 "--timeout=200",
283 "simdjs", 325 "simdjs",
284 "--download-data", 326 "--download-data",
285 "--flaky-tests=skip", 327 "--flaky-tests=skip",
286 "--dcheck-always-on", 328 "--dcheck-always-on",
287 "--rerun-failures-count=2", 329 "--rerun-failures-count=2",
288 "--json-test-results", 330 "--json-test-results",
289 "/path/to/tmp/json" 331 "/path/to/tmp/json"
290 ], 332 ],
291 "cwd": "[SLAVE_BUILD]/v8", 333 "cwd": "[SLAVE_BUILD]/v8",
292 "name": "SimdJs - all", 334 "name": "SimdJs - all",
293 "~followup_annotations": [ 335 "~followup_annotations": [
294 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 336 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
295 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 337 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
296 "@@@STEP_LOG_LINE@durations@@@@", 338 "@@@STEP_LOG_LINE@durations@@@@",
297 "@@@STEP_LOG_LINE@durations@Details:@@@", 339 "@@@STEP_LOG_LINE@durations@Details:@@@",
298 "@@@STEP_LOG_LINE@durations@@@@", 340 "@@@STEP_LOG_LINE@durations@@@@",
299 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 341 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
300 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 342 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
301 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 343 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
302 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 344 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
303 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 345 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
304 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 346 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
305 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 347 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
306 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 348 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
307 "@@@STEP_LOG_END@durations@@@" 349 "@@@STEP_LOG_END@durations@@@"
308 ] 350 ]
309 } 351 }
310 ] 352 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698