From: Evgeniy Stepanov Date: Wed, 27 Mar 2013 12:50:49 +0000 (+0000) Subject: Disable Initialize.MultipleThreads test under MemorySanitizer. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d6d0ebbed7ecb807e0606ac4f96af9e40202a3bb;p=oota-llvm.git Disable Initialize.MultipleThreads test under MemorySanitizer. Fails due to insufficient thread stack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/ManagedStatic.cpp b/unittests/Support/ManagedStatic.cpp index a4137619f4d..8ddad38ecf1 100644 --- a/unittests/Support/ManagedStatic.cpp +++ b/unittests/Support/ManagedStatic.cpp @@ -19,7 +19,7 @@ using namespace llvm; namespace { -#ifdef HAVE_PTHREAD_H +#if defined(HAVE_PTHREAD_H) && !__has_feature(memory_sanitizer) namespace test1 { llvm::ManagedStatic ms; void *helper(void*) {