Replace throw with TEST_THROW and protect tests that do throw. Also add missing assert(false).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27252
Protect sequences test under libcpp-no-exceptions ClosedPublic Authored by rogfer01 on Nov 30 2016, 3:27 AM.
Details Summary Replace throw with TEST_THROW and protect tests that do throw. Also add missing assert(false).
Diff Detail
Event Timelinerogfer01 updated this object. This revision is now accepted and ready to land.Nov 30 2016, 7:20 AM Closed by commit rL288383: Protect sequences test under libcpp-no-exceptions (authored by rogfer01). · Explain WhyDec 1 2016, 9:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 79934 libcxx/trunk/test/std/containers/sequences/list/list.modifiers/insert_iter_size_value.pass.cpp
libcxx/trunk/test/std/containers/sequences/vector/vector.modifiers/push_back_exception_safety.pass.cpp
|