[tests] Mark some string.conversions expected failures (with system libc++).
authorDaniel Dunbar <daniel@zuster.org>
Tue, 5 Feb 2013 22:10:27 +0000 (22:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 5 Feb 2013 22:10:27 +0000 (22:10 +0000)
llvm-svn: 174451

libcxx/test/strings/string.conversions/stof.pass.cpp
libcxx/test/strings/string.conversions/stoll.pass.cpp

index 444a695..65809cb 100644 (file)
@@ -6,6 +6,9 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// XFAIL: with_system_lib=x86_64-apple-darwin11
+// XFAIL: with_system_lib=x86_64-apple-darwin12
 
 // <string>
 
index 3887b7d..a4ba6a3 100644 (file)
@@ -6,6 +6,9 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// XFAIL: with_system_lib=x86_64-apple-darwin11
+// XFAIL: with_system_lib=x86_64-apple-darwin12
 
 // <string>