diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:24:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:24:31 +0000 |
| commit | 2fa809d9eabddd820af54059faa8362dd50b51de (patch) | |
| tree | d24999651df3a7a5d330d20573335db9a8afcc89 /test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp | |
| parent | 1c3313bd0215c89fb38710a1ea0762ccf32e859c (diff) | |
vendor/libc++/libc++-trunk-r302069vendor/libc++/libc++-trunk-r301939vendor/libc++/libc++-trunk-r301441
Notes
Diffstat (limited to 'test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp')
| -rw-r--r-- | test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp b/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp index 6a9f25cd0855d..6353afcb239b8 100644 --- a/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp +++ b/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp @@ -7,6 +7,9 @@ // //===----------------------------------------------------------------------===// +// exception_ptr has not been implemented on Windows +// XFAIL: LIBCXX-WINDOWS-FIXME + // UNSUPPORTED: libcpp-no-exceptions // <exception> |
