2002-11-25 Stephen M. Webb <stephen@bregmasoft.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Nov 2002 00:53:12 +0000 (00:53 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Nov 2002 00:53:12 +0000 (00:53 +0000)
commit279dda50554686af3140c454f49fcc009dbf9fd4
treee4baea16bf1eec7ffd7ac2c84641d07feb071158
parente5be0cc6bb25467fda221aa46461288ea5999e1c
2002-11-25  Stephen M. Webb  <stephen@bregmasoft.com>

        * testsuite/testsuite_allocator.h: New file.
        * testsuite/testsuite_allocator.cc: New file.
        * testsuite/Makefile.am: Added testsuite_allocator to test library.
        * testsuite/testsuite_hooks.h: Added more detailed tracker objects
        gnu_copy_constructor, gnu_assignment_operator, and gnu_destructor.
        * testsuite/testsuite_hooks.cc: Added new static objects definitions.
        * testsuite/23_containers/vector_capacity.cc: Added reserve() tests.
        * testsuite/23_containers/vector_ctor.cc: Added a plethora of tests.
        * testsuite/23_containers/deque_ctor.cc: Added a slew of new tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59484 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/testsuite/23_containers/deque_ctor.cc
libstdc++-v3/testsuite/23_containers/vector_capacity.cc
libstdc++-v3/testsuite/23_containers/vector_ctor.cc
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite/testsuite_allocator.cc [new file with mode: 0644]
libstdc++-v3/testsuite/testsuite_allocator.h [new file with mode: 0644]
libstdc++-v3/testsuite/testsuite_hooks.cc
libstdc++-v3/testsuite/testsuite_hooks.h