| Index: buildbot/buildbot_selector.py
|
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
|
| index b6155a1fee2a7d73b2cc2b3a39533f601b5865db..db498a1b53547c326da4bd3375db861e807743db 100755
|
| --- a/buildbot/buildbot_selector.py
|
| +++ b/buildbot/buildbot_selector.py
|
| @@ -46,6 +46,12 @@ BOT_ASSIGNMENT = {
|
| 'mac10.7-newlib-dbg-asan':
|
| python + ' buildbot/buildbot_standard.py opt 32 newlib --asan',
|
|
|
| + # Sanitizer Pnacl toolchain buildbot.
|
| + 'asan':
|
| + python +
|
| + ' buildbot/buildbot_pnacl_toolchain.py --buildbot --tests-arch x86-64 '
|
| + ' --sanitize address --skip-tests',
|
| +
|
| # PNaCl.
|
| 'oneiric_32-newlib-arm_hw-pnacl-panda-dbg':
|
| bash + ' buildbot/buildbot_pnacl.sh mode-buildbot-arm-hw-dbg',
|
|
|