Disable clang c++03 memory sanitizer tests.

This commit is contained in:
Daniel James
2016-08-04 13:35:48 +01:00
parent 81cc773013
commit 7687c99708

View File

@ -24,8 +24,10 @@ matrix:
env: BJAM_TOOLSET=clang env: BJAM_TOOLSET=clang
- compiler: clang - compiler: clang
env: BJAM_TOOLSET=clang-std11 env: BJAM_TOOLSET=clang-std11
- compiler: clang # Unfortunately the memory sanitizer was just finding issues with
env: BJAM_TOOLSET=clang-mem # the standard containers for this toolset. So not very useful right now.
#- compiler: clang
# env: BJAM_TOOLSET=clang-mem
- compiler: clang - compiler: clang
env: BJAM_TOOLSET=clang-mem_std11 env: BJAM_TOOLSET=clang-mem_std11