llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms
Roger Ferrer Ibanez 929282836a Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions
Skip tests that expect an exception be thrown.

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

llvm-svn: 287866
2016-11-24 11:17:09 +00:00
..
specialized.addressof Make one of the new tests fail correctly on pre-C++17 systems 2016-11-14 19:35:34 +00:00
specialized.destroy Fix memory leak in test. 2016-07-24 04:41:44 +00:00
uninitialized.construct.default Fix incorrect exception handling behavior in the uninitialized algorithms 2016-10-11 21:13:44 +00:00
uninitialized.construct.value Fix incorrect exception handling behavior in the uninitialized algorithms 2016-10-11 21:13:44 +00:00
uninitialized.copy Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions 2016-11-24 11:17:09 +00:00
uninitialized.fill Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions 2016-11-24 11:17:09 +00:00
uninitialized.fill.n Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions 2016-11-24 11:17:09 +00:00
uninitialized.move Fix incorrect exception handling behavior in the uninitialized algorithms 2016-10-11 21:13:44 +00:00
nothing_to_do.pass.cpp