summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2014-11-04 05:11:41 +0000
committerEric Fiselier <eric@efcs.ca>2014-11-04 05:11:41 +0000
commit446e4b6be1ea99c88924ae6ee588eafa63264018 (patch)
treedad3c8cda79c36a1f4e8519c42f214bb2769e60f /libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
parent1baf2359df5c69d13befb2921372a3b6a03ea7cc (diff)
downloadbcm5719-llvm-446e4b6be1ea99c88924ae6ee588eafa63264018.tar.gz
bcm5719-llvm-446e4b6be1ea99c88924ae6ee588eafa63264018.zip
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. llvm-svn: 221236
Diffstat (limited to 'libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp')
-rw-r--r--libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp b/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
index dc56574a288..8c3e0f8a41d 100644
--- a/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
+++ b/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
@@ -13,6 +13,8 @@
// void swap(function& other);
+// UNSUPPORTED: asan
+
#include <functional>
#include <new>
#include <cstdlib>
OpenPOWER on IntegriCloud