2004-10-29 Benjamin Kosnik <bkoz@redhat.com>
commitec5a89c1010cfed710acd973d290b68176c92805
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2004 21:03:07 +0000 (29 21:03 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2004 21:03:07 +0000 (29 21:03 +0000)
treeb03f7587a49d63a83a5aa7c190af64d53825a220
parent1106f6fcff5fa57d36df915aadecb8cb17a0178a
2004-10-29  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/testsuite_allocator.h (check_delete): New.
(check_new): Simplify.
* testsuite/ext/array_allocator/check_delete.cc: New.
* testsuite/ext/array_allocator/check_new.cc: Simplify.
* testsuite/ext/debug_allocator/check_delete.cc: New.
* testsuite/ext/debug_allocator/check_new.cc: Simplify.
* testsuite/ext/malloc_allocator/check_delete.cc: New.
* testsuite/ext/malloc_allocator/check_new.cc: Simplify.
* testsuite/ext/mt_allocator/check_delete.cc: New.
* testsuite/ext/mt_allocator/check_new.cc: Simplify.
* testsuite/ext/new_allocator/check_delete.cc: New.
* testsuite/ext/new_allocator/check_new.cc: Simplify.
* testsuite/ext/pool_allocator/check_delete.cc: New.
* testsuite/ext/pool_allocator/check_new.cc: Simplify.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89850 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/array_allocator/check_delete.cc [copied from libstdc++-v3/testsuite/ext/array_allocator/check_new.cc with 89% similarity]
libstdc++-v3/testsuite/ext/array_allocator/check_new.cc
libstdc++-v3/testsuite/ext/debug_allocator/check_delete.cc [copied from libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc with 85% similarity]
libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc
libstdc++-v3/testsuite/ext/malloc_allocator/check_delete.cc [copied from libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc with 88% similarity]
libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc
libstdc++-v3/testsuite/ext/mt_allocator/check_delete.cc [copied from libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc with 85% similarity]
libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc
libstdc++-v3/testsuite/ext/new_allocator/check_delete.cc [copied from libstdc++-v3/testsuite/ext/new_allocator/check_new.cc with 88% similarity]
libstdc++-v3/testsuite/ext/new_allocator/check_new.cc
libstdc++-v3/testsuite/ext/pool_allocator/check_delete.cc [copied from libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc with 85% similarity]
libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc
libstdc++-v3/testsuite/testsuite_allocator.h