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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// test operator new [] nothrow by replacing only operator new
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// test operator new[] replacement by replacing only operator new
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// test sized operator delete[] by replacing unsized operator delete[].
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// test operator new nothrow by replacing only operator new
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// test operator new replacement
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// test sized operator delete by replacing unsized operator delete.
|
||||
|
||||
// UNSUPPORTED: asan, msan
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user