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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinuxASan.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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTLinuxASan", 10 "ClangToTLinuxASan",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 ] 74 ]
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 80 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 81 "runhooks"
82 ], 82 ],
83 "env": { 83 "env": {
84 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static _library lsan=1 target_arch=x64 test_isolation_mode=prepare use_allocator=none w error=''", 84 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static _library lsan=1 target_arch=x64 test_isolation_mode=prepare werror=''",
85 "LLVM_FORCE_HEAD_REVISION": "YES" 85 "LLVM_FORCE_HEAD_REVISION": "YES"
86 }, 86 },
87 "name": "gclient runhooks" 87 "name": "gclient runhooks"
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "-u", 92 "-u",
93 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 93 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
94 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 94 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--build_revision", 219 "--build_revision",
220 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 220 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
221 "--factory-properties", 221 "--factory-properties",
222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
223 "--build-properties", 223 "--build-properties",
224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinuxASan\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
225 ], 225 ],
226 "name": "package build" 226 "name": "package build"
227 } 227 }
228 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698