Actually mark the tests an unsupported with MSAN (not just ASAN)
authorEric Fiselier <eric@efcs.ca>
Tue, 4 Nov 2014 05:36:15 +0000 (05:36 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 4 Nov 2014 05:36:15 +0000 (05:36 +0000)
commit652a3f3257dcb824c9be061994c8f3e22394bb40
tree30bed317cbbefc957e405a58b86c1d22af962174
parent9bb421d38bc403e3cf4afc37511a22fc3cc5154d
Actually mark the tests an unsupported with MSAN (not just ASAN)

llvm-svn: 221240
30 files changed:
libcxx/test/containers/sequences/list/list.modifiers/insert_iter_iter_iter.pass.cpp
libcxx/test/containers/sequences/list/list.modifiers/insert_iter_size_value.pass.cpp
libcxx/test/containers/sequences/list/list.modifiers/insert_iter_value.pass.cpp
libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp
libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor.pass.cpp
libcxx/test/localization/locale.stdcvt/codecvt_utf16.pass.cpp
libcxx/test/localization/locale.stdcvt/codecvt_utf8.pass.cpp
libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ctor.pass.cpp
libcxx/test/localization/locales/locale/locale.cons/default.pass.cpp
libcxx/test/localization/locales/locale/locale.members/combine.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp
libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
libcxx/test/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
libcxx/test/utilities/memory/default.allocator/allocator.members/construct.pass.cpp
libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp
libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp
libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp
libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp
libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp