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

Side by Side Diff: scripts/slave/recipes/chromium.expected/msan.json

Issue 612753004: Create MSan config for Chromium recipe module + add WebRTC MSan recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 2 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.memory.fyi", 8 "chromium.memory.fyi",
9 "--builder", 9 "--builder",
10 "Linux MSan Tests", 10 "Linux MSan Tests",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 ] 59 ]
60 }, 60 },
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "python", 63 "python",
64 "-u", 64 "-u",
65 "[DEPOT_TOOLS]/gclient.py", 65 "[DEPOT_TOOLS]/gclient.py",
66 "runhooks" 66 "runhooks"
67 ], 67 ],
68 "env": { 68 "env": {
69 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ms an=1 target_arch=x64 use_goma=1" 69 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' in strumented_libraries_jobs=10 msan=1 msan_track_origins=0 target_arch=x64 use_gom a=1 use_instrumented_libraries=1"
70 }, 70 },
71 "name": "gclient runhooks" 71 "name": "gclient runhooks"
72 }, 72 },
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "python", 75 "python",
76 "-u", 76 "-u",
77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.fyi.json", 78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.fyi.json",
79 "/path/to/tmp/json" 79 "/path/to/tmp/json"
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "gtest-results/base_unittests", 160 "gtest-results/base_unittests",
161 "--builder-name=Linux MSan Tests", 161 "--builder-name=Linux MSan Tests",
162 "--slave-name=TestSlavename", 162 "--slave-name=TestSlavename",
163 "--build-number=571", 163 "--build-number=571",
164 "--enable-msan", 164 "--enable-msan",
165 "base_unittests" 165 "base_unittests"
166 ], 166 ],
167 "name": "base_unittests" 167 "name": "base_unittests"
168 } 168 }
169 ] 169 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698