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

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

Issue 1222793008: Revert of V8 Buildbot: Skip test262 on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 5 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/recipes/v8.expected/full_client_v8_V8_Win64.json ('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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py", 304 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py",
305 "--progress=verbose", 305 "--progress=verbose",
306 "--mode", 306 "--mode",
307 "Debug", 307 "Debug",
308 "--arch", 308 "--arch",
309 "x64", 309 "x64",
310 "--outdir", 310 "--outdir",
311 "build", 311 "build",
312 "--buildbot", 312 "--buildbot",
313 "--timeout=200", 313 "--timeout=200",
314 "test262",
315 "--no-variants",
316 "--download-data",
317 "--rerun-failures-count=2",
318 "--json-test-results",
319 "/path/to/tmp/json"
320 ],
321 "cwd": "[SLAVE_BUILD]\\v8",
322 "name": "Test262 - no variants",
323 "~followup_annotations": [
324 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
325 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
326 "@@@STEP_LOG_LINE@durations@@@@",
327 "@@@STEP_LOG_LINE@durations@Details:@@@",
328 "@@@STEP_LOG_LINE@durations@@@@",
329 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
330 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
331 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
332 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
333 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
334 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
335 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
336 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
337 "@@@STEP_LOG_END@durations@@@"
338 ]
339 },
340 {
341 "cmd": [
342 "python",
343 "-u",
344 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py",
345 "--progress=verbose",
346 "--mode",
347 "Debug",
348 "--arch",
349 "x64",
350 "--outdir",
351 "build",
352 "--buildbot",
353 "--timeout=200",
314 "mozilla", 354 "mozilla",
315 "--rerun-failures-count=2", 355 "--rerun-failures-count=2",
316 "--json-test-results", 356 "--json-test-results",
317 "/path/to/tmp/json" 357 "/path/to/tmp/json"
318 ], 358 ],
319 "cwd": "[SLAVE_BUILD]\\v8", 359 "cwd": "[SLAVE_BUILD]\\v8",
320 "name": "Mozilla", 360 "name": "Mozilla",
321 "~followup_annotations": [ 361 "~followup_annotations": [
322 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 362 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
323 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 363 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
324 "@@@STEP_LOG_LINE@durations@@@@", 364 "@@@STEP_LOG_LINE@durations@@@@",
325 "@@@STEP_LOG_LINE@durations@Details:@@@", 365 "@@@STEP_LOG_LINE@durations@Details:@@@",
326 "@@@STEP_LOG_LINE@durations@@@@", 366 "@@@STEP_LOG_LINE@durations@@@@",
327 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 367 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
328 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 368 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
329 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 369 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
330 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 370 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
331 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 371 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
332 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 372 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
333 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 373 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
334 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 374 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
335 "@@@STEP_LOG_END@durations@@@" 375 "@@@STEP_LOG_END@durations@@@"
336 ] 376 ]
337 } 377 }
338 ] 378 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698