[libcxx] r246022 - Remove XFAIL in test. The bug causing it has been fixed.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 00:03:43 PDT 2015


Author: ericwf
Date: Wed Aug 26 02:03:43 2015
New Revision: 246022

URL: http://llvm.org/viewvc/llvm-project?rev=246022&view=rev
Log:
Remove XFAIL in test. The bug causing it has been fixed.

Modified:
    libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp

Modified: libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp?rev=246022&r1=246021&r2=246022&view=diff
==============================================================================
--- libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp (original)
+++ libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp Wed Aug 26 02:03:43 2015
@@ -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 <locale>
 #include <string>
 #include <vector>




More information about the cfe-commits mailing list