gcc/libstdc++-v3/testsuite/20_util/unique_ptr/cons
Jonathan Wakely d40627f933 Move negative unique_ptr tests to new file
* testsuite/20_util/unique_ptr/cons/cv_qual.cc: Move negative tests
	to new file.
	* testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: New file.  Fix
	test for incompatible deleters to not also use incompatible types.
	Add tests for incompatible array types.

From-SVN: r241332
2016-10-19 11:10:54 +01:00
..
77990.cc PR77990 refactor unique_ptr to encapsulate tuple 2016-10-19 10:34:57 +01:00
array_convertible_neg.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
auto_ptr_neg.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
auto_ptr.cc testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
constexpr.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
convertible_neg.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
cv_qual_neg.cc Move negative unique_ptr tests to new file 2016-10-19 11:10:54 +01:00
cv_qual.cc Move negative unique_ptr tests to new file 2016-10-19 11:10:54 +01:00
noexcept_move_construct.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
nullptr.cc testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
pointer_array_convertible_neg.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
pointer_array.cc testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
pointer.cc testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
ptr_deleter_neg.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
ptr_deleter.cc testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00