This revision was automatically updated to reflect the committed changes.
Closed by commit rL291550: Mark tests as unsupported under libcpp-no-exceptions
(authored by rogfer01).
Changed prior to commit:
https://reviews.llvm.org/D27614?vs=80877&id=83782#toc
Repository:
rL LLVM
https://review
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
I'm OK with this change. Although I'm not 100% sure it's needed, since the
XFAIL seems to work for these tests. However using UNSUPPORTED is more
consistent with other tests.
https://reviews
rogfer01 added a comment.
Ping? :)
https://reviews.llvm.org/D27614
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rmaprath added a comment.
LGTM. Needs approval from @EricWF or @mclow.lists.
https://reviews.llvm.org/D27614
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rogfer01 created this revision.
rogfer01 added reviewers: EricWF, mclow.lists, rmaprath.
rogfer01 added a subscriber: cfe-commits.
The destructor of std::promise needs to construct a std::future_error
exception so it calls std::make_exception_ptr. But under
libcpp-no-exceptions this will trigger a