diff options
author | Howard Hinnant <hhinnant@apple.com> | 2013-08-22 00:04:22 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2013-08-22 00:04:22 +0000 |
commit | 56c917c57f9e0fa6151eba8eb02c92c3407bce49 (patch) | |
tree | fdfa104bb4d86c82469b9de9ae6a84fd257c2aa9 | |
parent | 20326093276bcc8cb5c9dc6f23c1525f83f9b90f (diff) | |
download | bcm5719-llvm-56c917c57f9e0fa6151eba8eb02c92c3407bce49.tar.gz bcm5719-llvm-56c917c57f9e0fa6151eba8eb02c92c3407bce49.zip |
XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct, and pass with an updated libc++.dylib
llvm-svn: 188964
-rw-r--r-- | libcxx/test/strings/string.conversions/stol.pass.cpp | 3 | ||||
-rw-r--r-- | libcxx/test/strings/string.conversions/stoul.pass.cpp | 3 | ||||
-rw-r--r-- | libcxx/test/strings/string.conversions/stoull.pass.cpp | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/test/strings/string.conversions/stol.pass.cpp b/libcxx/test/strings/string.conversions/stol.pass.cpp index 0338ef18f45..d1cd75dcf17 100644 --- a/libcxx/test/strings/string.conversions/stol.pass.cpp +++ b/libcxx/test/strings/string.conversions/stol.pass.cpp @@ -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> diff --git a/libcxx/test/strings/string.conversions/stoul.pass.cpp b/libcxx/test/strings/string.conversions/stoul.pass.cpp index dd42b7e9b70..fcd19e88355 100644 --- a/libcxx/test/strings/string.conversions/stoul.pass.cpp +++ b/libcxx/test/strings/string.conversions/stoul.pass.cpp @@ -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> diff --git a/libcxx/test/strings/string.conversions/stoull.pass.cpp b/libcxx/test/strings/string.conversions/stoull.pass.cpp index 19df70653c7..b1a2f9f0978 100644 --- a/libcxx/test/strings/string.conversions/stoull.pass.cpp +++ b/libcxx/test/strings/string.conversions/stoull.pass.cpp @@ -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> |