[libcxx] r181610 - XFAIL this test when using the darwin12 system library. Reviewed by Howard

David Dean david_dean at apple.com
Fri May 10 10:25:57 PDT 2013


Author: ddean
Date: Fri May 10 12:25:57 2013
New Revision: 181610

URL: http://llvm.org/viewvc/llvm-project?rev=181610&view=rev
Log:
XFAIL this test when using the darwin12 system library. Reviewed by Howard

Modified:
    libcxx/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp

Modified: libcxx/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp?rev=181610&r1=181609&r2=181610&view=diff
==============================================================================
--- libcxx/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp (original)
+++ libcxx/trunk/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp Fri May 10 12:25:57 2013
@@ -8,6 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // XFAIL: with_system_lib=x86_64-apple-darwin11
+// XFAIL: with_system_lib=x86_64-apple-darwin12
 
 // <locale>
 





More information about the cfe-commits mailing list