| Index: tools/buildbot_spec.py
|
| diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
|
| index ae3d4eff7fdd5f3961d0edfa8ea7e804ff88e847..edc05f0b0344a1f6e8f3df57c08cc85b1f2bc428 100755
|
| --- a/tools/buildbot_spec.py
|
| +++ b/tools/buildbot_spec.py
|
| @@ -199,6 +199,9 @@ def build_targets_from_builder_dict(builder_dict, do_test_steps, do_perf_steps):
|
| return ['iOSShell']
|
| if builder_dict.get('extra_config') == 'Appurify':
|
| return ['VisualBenchTest_APK']
|
| + if 'SAN' in builder_dict.get('extra_config', ''):
|
| + # 'most' does not compile under MSAN.
|
| + return ['dm', 'nanobench']
|
| t = []
|
| if do_test_steps:
|
| t.append('dm')
|
|
|