Use generic feature name for sanitizers that replace new and delete

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2015-03-10 20:46:04 +00:00
parent c6c1a1ee75
commit 07a4bec1dd
36 changed files with 39 additions and 35 deletions

View File

@@ -9,7 +9,7 @@
// test operator new[]
// NOTE: asan and msan will not call the new handler.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>

View File

@@ -9,7 +9,7 @@
// test operator new [] (nothrow)
// NOTE: asan and msan will not call the new handler.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>

View File

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

View File

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

View File

@@ -9,7 +9,7 @@
// test sized operator delete[] by replacing unsized operator delete[].
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -10,7 +10,7 @@
// test nothrow sized operator delete[] by replacing
// nothrow unsized operator delete[].
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -12,7 +12,7 @@
// Note that sized delete operator definitions below are simply ignored
// when sized deallocation is not supported, e.g., prior to C++14.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -12,7 +12,7 @@
// Note that sized delete operator definitions below are simply ignored
// when sized deallocation is not supported, e.g., prior to C++14.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -10,7 +10,7 @@
// test operator new
// asan and msan will not call the new handler.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -10,7 +10,7 @@
// test operator new (nothrow)
// asan and msan will not call the new handler.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

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

View File

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

View File

@@ -9,7 +9,7 @@
// test sized operator delete by replacing unsized operator delete.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -10,7 +10,7 @@
// test nothrow sized operator delete by replacing
// nothrow unsized operator delete.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -12,7 +12,7 @@
// Note that sized delete operator definitions below are simply ignored
// when sized deallocation is not supported, e.g., prior to C++14.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>

View File

@@ -12,7 +12,7 @@
// Note that sized delete operator definitions below are simply ignored
// when sized deallocation is not supported, e.g., prior to C++14.
// UNSUPPORTED: asan, msan
// UNSUPPORTED: sanitizer-new-delete
#include <new>
#include <cstddef>