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

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

Issue 2222913002: V8: Remove deprecated test-runner flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 "--mode", 549 "--mode",
550 "Debug", 550 "Debug",
551 "--arch", 551 "--arch",
552 "ia32", 552 "ia32",
553 "--outdir", 553 "--outdir",
554 "out", 554 "out",
555 "--buildbot", 555 "--buildbot",
556 "--timeout=200", 556 "--timeout=200",
557 "--random-seed=-275937916", 557 "--random-seed=-275937916",
558 "bot_default", 558 "bot_default",
559 "--ignition-turbofan",
560 "--variants=ignition_turbofan", 559 "--variants=ignition_turbofan",
561 "--rerun-failures-count=2", 560 "--rerun-failures-count=2",
562 "--swarming", 561 "--swarming",
563 "--json-test-results", 562 "--json-test-results",
564 "${ISOLATED_OUTDIR}/output.json" 563 "${ISOLATED_OUTDIR}/output.json"
565 ], 564 ],
566 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", 565 "name": "[trigger] Ignition - turbofan on Windows-7-SP1",
567 "~followup_annotations": [ 566 "~followup_annotations": [
568 "@@@STEP_LOG_LINE@json.output@{@@@", 567 "@@@STEP_LOG_LINE@json.output@{@@@",
569 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Windows-7-SP1/[dummy has/V8 Win32 - debug/571\", @@@", 568 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Windows-7-SP1/[dummy has/V8 Win32 - debug/571\", @@@",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 772 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
774 "@@@STEP_LOG_END@durations@@@" 773 "@@@STEP_LOG_END@durations@@@"
775 ] 774 ]
776 }, 775 },
777 { 776 {
778 "name": "$result", 777 "name": "$result",
779 "recipe_result": null, 778 "recipe_result": null,
780 "status_code": 0 779 "status_code": 0
781 } 780 }
782 ] 781 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698