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

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

Issue 1083543005: Remove use_allocator=none where it's implied. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_asan_rel", 10 "v8_linux64_asan_rel",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ] 51 ]
52 }, 52 },
53 { 53 {
54 "cmd": [ 54 "cmd": [
55 "python", 55 "python",
56 "-u", 56 "-u",
57 "[DEPOT_TOOLS]/gclient.py", 57 "[DEPOT_TOOLS]/gclient.py",
58 "runhooks" 58 "runhooks"
59 ], 59 ],
60 "env": { 60 "env": {
61 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[BU ILD]/goma' lsan=1 target_arch=x64 use_allocator=none use_goma=1 v8_target_arch=x 64" 61 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[BU ILD]/goma' lsan=1 target_arch=x64 use_goma=1 v8_target_arch=x64"
62 }, 62 },
63 "name": "gclient runhooks" 63 "name": "gclient runhooks"
64 }, 64 },
65 { 65 {
66 "cmd": [ 66 "cmd": [
67 "python", 67 "python",
68 "-u", 68 "-u",
69 "[BUILD]/scripts/slave/cleanup_temp.py" 69 "[BUILD]/scripts/slave/cleanup_temp.py"
70 ], 70 ],
71 "name": "cleanup_temp" 71 "name": "cleanup_temp"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 160 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
161 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 161 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
162 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 162 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
163 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 163 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
164 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 164 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
165 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 165 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
166 "@@@STEP_LOG_END@durations@@@" 166 "@@@STEP_LOG_END@durations@@@"
167 ] 167 ]
168 } 168 }
169 ] 169 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698