| 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 50e70ee758598f2ee2100f573a1bbf3fd1b7de3a..366142f33f4418fa0c627a2f07d823eb56aae290 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -142,7 +142,7 @@ def GetBotStepMap():
|
|
|
| # Other waterfalls
|
| B('asan-builder-tests', H(compile_step, extra_gyp='asan=1'),
|
| - T(std_tests, ['--asan'])),
|
| + T(std_tests, ['--asan', '--asan-symbolize'])),
|
| B('blink-try-builder', H(compile_step)),
|
| B('chromedriver-fyi-tests-dbg', H(std_test_steps),
|
| T(['chromedriver'], ['--install=ChromiumTestShell'])),
|
|
|