Actually mark the tests an unsupported with MSAN (not just ASAN)

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@221240 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2014-11-04 05:36:15 +00:00
parent 72aab5f478
commit 829a84308e
30 changed files with 30 additions and 30 deletions

View File

@@ -9,7 +9,7 @@
// test operator new [] nothrow by replacing only operator new
// UNSUPPORTED: asan
// UNSUPPORTED: asan, msan
#include <new>
#include <cstddef>

View File

@@ -9,7 +9,7 @@
// test operator new[] replacement by replacing only operator new
// UNSUPPORTED: asan
// UNSUPPORTED: asan, msan
#include <new>
#include <cstddef>

View File

@@ -9,7 +9,7 @@
// test operator new nothrow by replacing only operator new
// UNSUPPORTED: asan
// UNSUPPORTED: asan, msan
#include <new>
#include <cstddef>

View File

@@ -9,7 +9,7 @@
// test operator new replacement
// UNSUPPORTED: asan
// UNSUPPORTED: asan, msan
#include <new>
#include <cstddef>