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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 ASAN", 10 "V8 Linux64 ASAN",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ] 49 ]
50 }, 50 },
51 { 51 {
52 "cmd": [ 52 "cmd": [
53 "python", 53 "python",
54 "-u", 54 "-u",
55 "[DEPOT_TOOLS]/gclient.py", 55 "[DEPOT_TOOLS]/gclient.py",
56 "runhooks" 56 "runhooks"
57 ], 57 ],
58 "env": { 58 "env": {
59 "GYP_DEFINES": "asan=1 clang=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x 64 use_allocator=none use_goma=1 v8_target_arch=x64" 59 "GYP_DEFINES": "asan=1 clang=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x 64 use_goma=1 v8_target_arch=x64"
60 }, 60 },
61 "name": "gclient runhooks" 61 "name": "gclient runhooks"
62 }, 62 },
63 { 63 {
64 "cmd": [ 64 "cmd": [
65 "python", 65 "python",
66 "-u", 66 "-u",
67 "[BUILD]/scripts/slave/cleanup_temp.py" 67 "[BUILD]/scripts/slave/cleanup_temp.py"
68 ], 68 ],
69 "name": "cleanup_temp" 69 "name": "cleanup_temp"
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 197 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
198 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 198 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
199 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 199 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
200 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 200 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
201 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 201 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
202 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 202 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
203 "@@@STEP_LOG_END@durations@@@" 203 "@@@STEP_LOG_END@durations@@@"
204 ] 204 ]
205 } 205 }
206 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698