[libcxx] r174453 - [tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
daniel at zuster.org
Tue Feb 5 14:21:52 PST 2013
Author: ddunbar
Date: Tue Feb 5 16:21:52 2013
New Revision: 174453
URL: http://llvm.org/viewvc/llvm-project?rev=174453&view=rev
Log:
[tests] Mark another stream input expected failure (with system libc++).
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=174453&r1=174452&r2=174453&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 Tue Feb 5 16:21:52 2013
@@ -6,6 +6,8 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+//
+// XFAIL: with_system_lib=x86_64-apple-darwin11
// <locale>
More information about the cfe-commits
mailing list