From 7687c99708ee0af13b43e3a802c84859320a1dc6 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 4 Aug 2016 13:35:48 +0100 Subject: [PATCH] Disable clang c++03 memory sanitizer tests. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 114fd8db..95158896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,10 @@ matrix: env: BJAM_TOOLSET=clang - compiler: clang env: BJAM_TOOLSET=clang-std11 - - compiler: clang - env: BJAM_TOOLSET=clang-mem + # Unfortunately the memory sanitizer was just finding issues with + # the standard containers for this toolset. So not very useful right now. + #- compiler: clang + # env: BJAM_TOOLSET=clang-mem - compiler: clang env: BJAM_TOOLSET=clang-mem_std11