XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct...
authorHoward Hinnant <hhinnant@apple.com>
Thu, 22 Aug 2013 00:04:22 +0000 (00:04 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Thu, 22 Aug 2013 00:04:22 +0000 (00:04 +0000)
llvm-svn: 188964

libcxx/test/strings/string.conversions/stol.pass.cpp
libcxx/test/strings/string.conversions/stoul.pass.cpp
libcxx/test/strings/string.conversions/stoull.pass.cpp

index 0338ef1..d1cd75d 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 dd42b7e..fcd19e8 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 19df706..b1a2f9f 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>