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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN.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::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 ASAN", 10 "V8 Linux64 ASAN",
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "--mode", 710 "--mode",
711 "Release", 711 "Release",
712 "--arch", 712 "--arch",
713 "x64", 713 "x64",
714 "--outdir", 714 "--outdir",
715 "out", 715 "out",
716 "--buildbot", 716 "--buildbot",
717 "--timeout=200", 717 "--timeout=200",
718 "--random-seed=831298184", 718 "--random-seed=831298184",
719 "bot_default", 719 "bot_default",
720 "--ignition-turbofan",
721 "--variants=ignition_turbofan", 720 "--variants=ignition_turbofan",
722 "--asan", 721 "--asan",
723 "--rerun-failures-count=2", 722 "--rerun-failures-count=2",
724 "--swarming", 723 "--swarming",
725 "--json-test-results", 724 "--json-test-results",
726 "${ISOLATED_OUTDIR}/output.json" 725 "${ISOLATED_OUTDIR}/output.json"
727 ], 726 ],
728 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", 727 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04",
729 "~followup_annotations": [ 728 "~followup_annotations": [
730 "@@@STEP_LOG_LINE@json.output@{@@@", 729 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 "~followup_annotations": [ 984 "~followup_annotations": [
986 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" 985 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@"
987 ] 986 ]
988 }, 987 },
989 { 988 {
990 "name": "$result", 989 "name": "$result",
991 "recipe_result": null, 990 "recipe_result": null,
992 "status_code": 0 991 "status_code": 0
993 } 992 }
994 ] 993 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698