diff options
Diffstat (limited to 'test/std/language.support/support.exception/propagation/current_exception.pass.cpp')
| -rw-r--r-- | test/std/language.support/support.exception/propagation/current_exception.pass.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/std/language.support/support.exception/propagation/current_exception.pass.cpp b/test/std/language.support/support.exception/propagation/current_exception.pass.cpp index 2046997774a8..c33d64d06f0d 100644 --- a/test/std/language.support/support.exception/propagation/current_exception.pass.cpp +++ b/test/std/language.support/support.exception/propagation/current_exception.pass.cpp @@ -7,7 +7,8 @@ // //===----------------------------------------------------------------------===// -// exception_ptr has not been implemented on Windows +// This test needs to be rewritten for the Windows exception_ptr semantics +// which copy the exception each time the exception_ptr is copied. // XFAIL: LIBCXX-WINDOWS-FIXME // UNSUPPORTED: libcpp-no-exceptions |
