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

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

Issue 11819061: Update Clang on the ASan Android test runner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
===================================================================
--- build/android/buildbot/bb_run_bot.py (revision 175779)
+++ build/android/buildbot/bb_run_bot.py (working copy)
@@ -85,7 +85,8 @@
# Other waterfalls
B('asan-builder', std_build_steps, None, None),
- B('asan-tests', std_test_steps, T(std_tests, ['--asan']), None),
+ B('asan-tests', std_test_steps + ['bb_asan_tests_setup'],
+ T(std_tests, ['--asan']), None),
B('fyi-builder-dbg',
['bb_check_webview_licenses', 'bb_compile', 'bb_compile_experimental',
'bb_run_findbugs', 'bb_zip_build'], None, None),
« 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