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

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 14846016: Add asan=1 gyp defines to asan bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/buildbot/buildbot_functions.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 6a3305120a366697e672ccfb5e11de4c227688f7..e2b0a48971e0afef5b2f4ad613ac22de8bc7e25f 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -102,7 +102,7 @@ def GetBotStepMap():
# Other waterfalls
B('asan-builder-tests', compile_step + ['bb_asan_tests_setup'],
- T(std_tests, ['--asan']), None),
+ T(std_tests, ['--asan']), {'extra_gyp_defines': 'asan=1'}),
B('chromedriver-fyi-tests-dbg', std_test_steps, T(['chromedriver']),
None),
B('fyi-builder-dbg',
« no previous file with comments | « no previous file | build/android/buildbot/buildbot_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698