]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc
Fix some libstdc++ testsuite failures
authorJonathan Wakely <jwakely@redhat.com>
Wed, 21 Mar 2018 12:32:14 +0000 (12:32 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 21 Mar 2018 12:32:14 +0000 (12:32 +0000)
commit5a0729f5a4c323aaee60fa93a1b0823c74e32f4e
treefa077ba47c8842c19e447058b50cbc8cdb219f7f
parentc75c35e0f52a4f4feca1058a67bb78c660605e24
Fix some libstdc++ testsuite failures

* testsuite/20_util/function_objects/comparisons_pointer.cc: Use
VERIFY instead of assert.
* testsuite/20_util/hash/84998.cc: New test.
* testsuite/23_containers/vector/cons/destructible_debug_neg.cc: New
copy of test adjusted for Debug Mode.
* testsuite/23_containers/vector/cons/destructible_neg.cc: Do not run
test in Debug Mode.

From-SVN: r258714
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/function_objects/comparisons_pointer.cc
libstdc++-v3/testsuite/20_util/hash/84998.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/cons/destructible_neg.cc