diff options
Diffstat (limited to 'libcxx/test/std/strings/basic.string/string.access/at.pass.cpp')
-rw-r--r-- | libcxx/test/std/strings/basic.string/string.access/at.pass.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcxx/test/std/strings/basic.string/string.access/at.pass.cpp b/libcxx/test/std/strings/basic.string/string.access/at.pass.cpp index 514d1a894ce..2105a1504f4 100644 --- a/libcxx/test/std/strings/basic.string/string.access/at.pass.cpp +++ b/libcxx/test/std/strings/basic.string/string.access/at.pass.cpp @@ -11,6 +11,11 @@ // const_reference at(size_type pos) const; // reference at(size_type pos); +// When back-deploying to macosx10.7, the RTTI for exception classes +// incorrectly provided by libc++.dylib is mixed with the one in +// libc++abi.dylib and exceptions are not caught properly. +// XFAIL: with_system_cxx_lib=macosx10.7 + #include <string> #include <stdexcept> #include <cassert> |