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.
libcxx/test/std/experimental/optional/optional.object/optional.object.observe
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
..
bool.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
dereference.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
dereference_const.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
op_arrow.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
op_arrow_const.pass.cpp Update status for std::optional LWG issues and fix an optional SFINAE bug 9 years ago
value.pass.cpp Protect std::experimental::optional tests under libcpp-no-exceptions 9 years ago
value_const.fail.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
value_const.pass.cpp Protect std::experimental::optional tests under libcpp-no-exceptions 9 years ago
value_or.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
value_or_const.pass.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago