[PATCH] D24562: [libcxx] Recover no-exceptions XFAILs
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 09:57:14 PDT 2016
rmaprath updated this revision to Diff 73661.
rmaprath added a comment.
First batch of XFAIL fixes.
I've changed some XFAILs to UNSUPPORTED where the test is all about exception handling. In other cases, I've used the test macro TEST_HAS_NO_EXCEPTIONS to conditionally exclude those parts that test
exception handling behaviour.
@EricWF: I can create a separate review if necessary, thought I'll re-use this review for the first batch, will be opening new reviews for the follow-ups.
/ Asiri
https://reviews.llvm.org/D24562
Files:
test/std/re/re.alg/re.alg.search/grep.pass.cpp
test/std/re/re.regex/re.regex.assign/assign.pass.cpp
test/std/re/re.regex/re.regex.construct/bad_escape.pass.cpp
test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp
test/std/thread/futures/futures.async/async.pass.cpp
test/std/thread/futures/futures.promise/dtor.pass.cpp
test/std/thread/futures/futures.promise/get_future.pass.cpp
test/std/thread/futures/futures.promise/move_ctor.pass.cpp
test/std/thread/futures/futures.promise/set_exception.pass.cpp
test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
test/std/thread/futures/futures.promise/set_lvalue.pass.cpp
test/std/thread/futures/futures.promise/set_value_const.pass.cpp
test/std/thread/futures/futures.promise/set_value_void.pass.cpp
test/std/thread/futures/futures.shared_future/get.pass.cpp
test/std/thread/futures/futures.task/futures.task.members/dtor.pass.cpp
test/std/thread/futures/futures.task/futures.task.members/get_future.pass.cpp
test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp
test/std/thread/futures/futures.unique_future/get.pass.cpp
test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24562.73661.patch
Type: text/x-patch
Size: 23608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161005/5d15ae26/attachment-0001.bin>
More information about the cfe-commits
mailing list