From 3dfc10d4b1178e0429527e08bb62854e666ba2d2 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 26 Aug 2015 07:03:43 +0000 Subject: [PATCH] Remove XFAIL in test. The bug causing it has been fixed. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246022 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../locale.codecvt.members/wchar_t_out.pass.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp b/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp index 2dca3645..dce2d38c 100644 --- a/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp +++ b/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp @@ -15,11 +15,6 @@ // const internT* from, const internT* from_end, const internT*& from_next, // externT* to, externT* to_end, externT*& to_next) const; -// As of 24/Aug/2015 MSAN fails on this test because it doesn't provide an -// interceptor for `wcrtomb` causing it to generate false positives. -// TODO(EricWF) Remove this once D12311 lands. -// XFAIL: msan - #include #include #include