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:
@@ -12,7 +12,7 @@
|
||||
// allocator:
|
||||
// pointer allocate(size_type n, allocator<void>::const_pointer hint=0);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
// allocator:
|
||||
// template <class... Args> void construct(pointer p, Args&&... args);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
|
Reference in New Issue
Block a user