You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/experimental/optional/optional.object/optional.object.assign
Roger Ferrer Ibanez 240b8c875b Protect std::experimental::optional tests under libcpp-no-exceptions
In these tests there are some paths that explicitly throw, so use
the TEST_THROW macro that was proposed for this and then skip the tests
that may enter the throwing path.

Differential Revision: https://reviews.llvm.org/D26142



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@286099 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
assign_value.pass.cpp Avoid compile error by giving the test type a user defined default constructor 9 years ago
copy.pass.cpp Protect std::experimental::optional tests under libcpp-no-exceptions 9 years ago
emplace.pass.cpp Protect std::experimental::optional tests under libcpp-no-exceptions 9 years ago
emplace_initializer_list.pass.cpp Protect std::experimental::optional tests under libcpp-no-exceptions 9 years ago
move.pass.cpp Protect std::experimental::optional tests under libcpp-no-exceptions 9 years ago
nullopt_t.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago