[PATCH] D32927: [libc++] Implement exception_ptr on Windows

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 7 18:30:14 PDT 2017


EricWF updated this revision to Diff 98119.
EricWF added a comment.

- Remove some missed XFAILS


https://reviews.llvm.org/D32927

Files:
  include/exception
  lib/CMakeLists.txt
  src/exception.cpp
  src/support/runtime/exception_pointer_msvc.ipp
  test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
  test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
  test/std/language.support/support.exception/except.nested/assign.pass.cpp
  test/std/language.support/support.exception/except.nested/ctor_copy.pass.cpp
  test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp
  test/std/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp
  test/std/language.support/support.exception/except.nested/rethrow_nested.pass.cpp
  test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp
  test/std/language.support/support.exception/propagation/current_exception.pass.cpp
  test/std/language.support/support.exception/propagation/exception_ptr.pass.cpp
  test/std/language.support/support.exception/propagation/make_exception_ptr.pass.cpp
  test/std/language.support/support.exception/propagation/rethrow_exception.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32927.98119.patch
Type: text/x-patch
Size: 15764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170508/62342b74/attachment-0001.bin>


More information about the cfe-commits mailing list