diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-02-05 22:10:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-02-05 22:10:27 +0000 |
commit | 5ce9a5358bdf5179c915f3798bf98a6bb1d4c21e (patch) | |
tree | d95e6d0bda7c9048d7363bbbea14c9dd8af003e0 /libcxx/test/strings/string.conversions/stof.pass.cpp | |
parent | 1a7f7bc6bff7db10f4f2213cb219d52b3ada9a3a (diff) | |
download | bcm5719-llvm-5ce9a5358bdf5179c915f3798bf98a6bb1d4c21e.tar.gz bcm5719-llvm-5ce9a5358bdf5179c915f3798bf98a6bb1d4c21e.zip |
[tests] Mark some string.conversions expected failures (with system libc++).
llvm-svn: 174451
Diffstat (limited to 'libcxx/test/strings/string.conversions/stof.pass.cpp')
-rw-r--r-- | libcxx/test/strings/string.conversions/stof.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/strings/string.conversions/stof.pass.cpp b/libcxx/test/strings/string.conversions/stof.pass.cpp index 444a69518c6..65809cb2cf1 100644 --- a/libcxx/test/strings/string.conversions/stof.pass.cpp +++ b/libcxx/test/strings/string.conversions/stof.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> |