Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.
tests that replace operator new/delete won't link when using ASAN and MSAN because these sanitizers also replace new/delete. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@221236 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
// allocator:
|
||||
// pointer allocate(size_type n, allocator<void>::const_pointer hint=0);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
#include <cstdlib>
|
||||
|
@@ -12,6 +12,8 @@
|
||||
// allocator:
|
||||
// template <class... Args> void construct(pointer p, Args&&... args);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
|
||||
#include <memory>
|
||||
#include <new>
|
||||
#include <cstdlib>
|
||||
|
Reference in New Issue
Block a user