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 /libcxx/test/strings/string.conversions/stoul.pass.cpp | |
| 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
Diffstat (limited to 'libcxx/test/strings/string.conversions/stoul.pass.cpp')
| -rw-r--r-- | libcxx/test/strings/string.conversions/stoul.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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> |

