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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_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.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux Asan", 10 "Linux Asan",
(...skipping 26 matching lines...) Expand all
37 ] 37 ]
38 }, 38 },
39 { 39 {
40 "cmd": [ 40 "cmd": [
41 "python", 41 "python",
42 "-u", 42 "-u",
43 "[DEPOT_TOOLS]/gclient.py", 43 "[DEPOT_TOOLS]/gclient.py",
44 "runhooks" 44 "runhooks"
45 ], 45 ],
46 "env": { 46 "env": {
47 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g oma' lsan=1 target_arch=x64 use_allocator=none use_goma=1" 47 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g oma' lsan=1 target_arch=x64 use_goma=1"
48 }, 48 },
49 "name": "gclient runhooks" 49 "name": "gclient runhooks"
50 }, 50 },
51 { 51 {
52 "cmd": [ 52 "cmd": [
53 "python", 53 "python",
54 "-u", 54 "-u",
55 "[BUILD]/scripts/slave/compile.py", 55 "[BUILD]/scripts/slave/compile.py",
56 "--target", 56 "--target",
57 "Release", 57 "Release",
(...skipping 26 matching lines...) Expand all
84 "--slave-name=slavename", 84 "--slave-name=slavename",
85 "--enable-asan", 85 "--enable-asan",
86 "--enable-lsan", 86 "--enable-lsan",
87 "libyuv_unittest", 87 "libyuv_unittest",
88 "--test-launcher-print-test-stdio=always", 88 "--test-launcher-print-test-stdio=always",
89 "--test-launcher-batch-limit=1" 89 "--test-launcher-batch-limit=1"
90 ], 90 ],
91 "name": "libyuv_unittest" 91 "name": "libyuv_unittest"
92 } 92 }
93 ] 93 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698