diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-03-10 20:46:04 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-03-10 20:46:04 +0000 |
| commit | 4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229 (patch) | |
| tree | 4ad149f7d039eca4690dc8bd31fc4f202de36b1e /libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared | |
| parent | fab5892f8b762a83d151976db4666895e5e4198b (diff) | |
| download | bcm5719-llvm-4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229.tar.gz bcm5719-llvm-4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229.zip | |
Use generic feature name for sanitizers that replace new and delete
llvm-svn: 231841
Diffstat (limited to 'libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared')
5 files changed, 5 insertions, 5 deletions
diff --git a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp index 28e49d6ecc4..b2e61faff5e 100644 --- a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp +++ b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp @@ -11,7 +11,7 @@ // template<class Y> explicit shared_ptr(auto_ptr<Y>&& r); -// UNSUPPORTED: asan, msan +// UNSUPPORTED: sanitizer-new-delete #include <memory> #include <new> diff --git a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp index a8588cc6735..97d3f69fb5c 100644 --- a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp +++ b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp @@ -13,7 +13,7 @@ // template<class D> shared_ptr(nullptr_t, D d); -// UNSUPPORTED: asan, msan +// UNSUPPORTED: sanitizer-new-delete #include <memory> #include <cassert> diff --git a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp index b024f7e15a5..ead08164567 100644 --- a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp +++ b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp @@ -13,7 +13,7 @@ // template<class Y, class D> shared_ptr(Y* p, D d); -// UNSUPPORTED: asan, msan +// UNSUPPORTED: sanitizer-new-delete #include <memory> #include <cassert> diff --git a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp index 28fb8bfd91c..041fe9a7853 100644 --- a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp +++ b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp @@ -11,7 +11,7 @@ // template<class Y> explicit shared_ptr(Y* p); -// UNSUPPORTED: asan, msan +// UNSUPPORTED: sanitizer-new-delete #include <memory> #include <new> diff --git a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp index dc2a6afef21..68b9b288100 100644 --- a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp +++ b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp @@ -11,7 +11,7 @@ // template <class Y, class D> explicit shared_ptr(unique_ptr<Y, D>&&r); -// UNSUPPORTED: asan, msan +// UNSUPPORTED: sanitizer-new-delete #include <memory> #include <new> |

