Actually mark the tests an unsupported with MSAN (not just ASAN)
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@221240 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
// template <MoveConstructible R, MoveConstructible ... ArgTypes>
|
||||
// void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// function(nullptr_t);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
// && Convertible<Callable<F, ArgTypes...>::result_type
|
||||
// operator=(F f);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// template<class A> function(allocator_arg_t, const A&, const function&);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// template<class A> function(allocator_arg_t, const A&, function&&);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// function(const function& f);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// function& operator=(const function& f);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// function& operator=(nullptr_t);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// void swap(function& other);
|
||||
|
||||
// UNSUPPORTED: asan
|
||||
// UNSUPPORTED: asan, msan
|
||||
|
||||
#include <functional>
|
||||
#include <new>
|
||||
|
Reference in New Issue
Block a user