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/libcxx/thread/futures/futures.promise/set_exception.pass.cpp | |
parent | 1c3313bd0215c89fb38710a1ea0762ccf32e859c (diff) |
vendor/libc++/libc++-trunk-r302069vendor/libc++/libc++-trunk-r301939vendor/libc++/libc++-trunk-r301441
Notes
Diffstat (limited to 'test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp')
-rw-r--r-- | test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp b/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp index bf567a30243a..12c0a3d5ef41 100644 --- a/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp +++ b/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp @@ -8,6 +8,9 @@ //===----------------------------------------------------------------------===// // +// This test depends on std::exception_ptr which has not yet been implemented. +// XFAIL: LIBCXX-WINDOWS-FIXME + // UNSUPPORTED: libcpp-no-exceptions // UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: c++98, c++03 |