Skip the tests that expect an exception be thrown and protect unreachable catch blocks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D26197
Protect tests for new/delete under libcpp-no-exceptions ClosedPublic Authored by rogfer01 on Nov 1 2016, 9:19 AM.
Details Summary Skip the tests that expect an exception be thrown and protect unreachable catch blocks.
Diff Detail
Event Timelinerogfer01 updated this object. This revision is now accepted and ready to land.Nov 1 2016, 6:58 PM Closed by commit rL285791: Protect tests for new/delete under libcpp-no-exceptions (authored by rogfer01). · Explain WhyNov 2 2016, 1:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 76675 libcxx/trunk/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array.pass.cpp
libcxx/trunk/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp
libcxx/trunk/test/std/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp
libcxx/trunk/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow.pass.cpp
|