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:
@@ -7,7 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// test operator new[]
|
||||
// test operator new[]
|
||||
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -7,7 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// test operator new [] (nothrow)
|
||||
// test operator new [] (nothrow)
|
||||
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -7,7 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// test operator new [] nothrow by replacing only operator new
|
||||
// test operator new [] nothrow by replacing only operator new
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -7,7 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// test operator new[] replacement by replacing only operator new
|
||||
// test operator new[] replacement by replacing only operator new
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -7,7 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// test operator new nothrow by replacing only operator new
|
||||
// test operator new nothrow by replacing only operator new
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -7,7 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// test operator new replacement
|
||||
// test operator new replacement
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
Reference in New Issue
Block a user