OSDN Git Service

2009-06-17 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jun 2009 01:40:44 +0000 (01:40 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jun 2009 01:40:44 +0000 (01:40 +0000)
commit2b3fc9df3214cd9407d339d25edc64857f653150
tree95f1e99a7847a263518a24056b488079730a1618
parentc119b8ad7b84d02c43821a2a79330d79395cc462
2009-06-17  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/23_containers/list/check_construct_destroy.h: New.
Move test logic here.
* testsuite/23_containers/list/moveable.h: Same.
* testsuite/23_containers/list/modifiers/insert/25288.h: Same.
* testsuite/23_containers/list/modifiers/1.h: Same.
* testsuite/23_containers/list/modifiers/2.h: Same.
* testsuite/23_containers/list/modifiers/3.h: Same.
* testsuite/23_containers/list/modifiers/swap/1.h: Same.
* testsuite/23_containers/list/modifiers/swap/2.h: Same.
* testsuite/23_containers/list/modifiers/swap/3.h: Same.
* testsuite/23_containers/list/operations/1.h: Same.
* testsuite/23_containers/list/operations/2.h: Same.
* testsuite/23_containers/list/operations/3.h: Same.
* testsuite/23_containers/list/operations/4.h: Same.
* testsuite/23_containers/list/operations/5.h: Same.
* testsuite/23_containers/list/capacity/1.h: Same.
* testsuite/23_containers/list/init-list.h: Same.
* testsuite/23_containers/list/cons/1.h: Same.
* testsuite/23_containers/list/cons/2.h: Same.
* testsuite/23_containers/list/cons/3.h: Same.
* testsuite/23_containers/list/cons/4.h: Same.
* testsuite/23_containers/list/cons/5.h: Same.
* testsuite/23_containers/list/cons/6.h: Same.
* testsuite/23_containers/list/cons/7.h: Same.
* testsuite/23_containers/list/cons/8.h: Same.
* testsuite/23_containers/list/cons/9.h: Same.
* testsuite/23_containers/list/cons/clear_allocator.h: Same.
* testsuite/23_containers/list/modifiers/insert/25288.cc: Include test
header.
* testsuite/23_containers/list/modifiers/1.cc: Same.
* testsuite/23_containers/list/modifiers/2.cc: Same.
* testsuite/23_containers/list/modifiers/3.cc: Same.
* testsuite/23_containers/list/modifiers/swap/1.cc: Same.
* testsuite/23_containers/list/modifiers/swap/2.cc: Same.
* testsuite/23_containers/list/modifiers/swap/3.cc: Same.
* testsuite/23_containers/list/operations/1.cc: Same.
* testsuite/23_containers/list/operations/2.cc: Same.
* testsuite/23_containers/list/operations/3.cc: Same.
* testsuite/23_containers/list/operations/4.cc: Same.
* testsuite/23_containers/list/operations/5.cc: Same.
* testsuite/23_containers/list/capacity/1.cc: Same.
* testsuite/23_containers/list/init-list.cc: Same.
* testsuite/23_containers/list/cons/1.cc: Same.
* testsuite/23_containers/list/cons/2.cc: Same.
* testsuite/23_containers/list/cons/3.cc: Same.
* testsuite/23_containers/list/cons/4.cc: Same.
* testsuite/23_containers/list/cons/5.cc: Same.
* testsuite/23_containers/list/cons/6.cc: Same.
* testsuite/23_containers/list/cons/7.cc: Same.
* testsuite/23_containers/list/cons/8.cc: Same.
* testsuite/23_containers/list/cons/9.cc: Same.
* testsuite/23_containers/list/cons/clear_allocator.cc: Same.
* testsuite/23_containers/list/check_construct_destroy.cc: Same.
* testsuite/23_containers/list/moveable.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148644 138bc75d-0d04-0410-961f-82ee72b054a4
53 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/list/capacity/1.cc
libstdc++-v3/testsuite/23_containers/list/capacity/1.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc
libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/1.cc
libstdc++-v3/testsuite/23_containers/list/cons/1.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/2.cc
libstdc++-v3/testsuite/23_containers/list/cons/2.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/3.cc
libstdc++-v3/testsuite/23_containers/list/cons/3.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/4.cc
libstdc++-v3/testsuite/23_containers/list/cons/4.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/5.cc
libstdc++-v3/testsuite/23_containers/list/cons/5.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/6.cc
libstdc++-v3/testsuite/23_containers/list/cons/6.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/7.cc
libstdc++-v3/testsuite/23_containers/list/cons/7.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/8.cc
libstdc++-v3/testsuite/23_containers/list/cons/8.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/9.cc
libstdc++-v3/testsuite/23_containers/list/cons/9.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.cc
libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/init-list.cc
libstdc++-v3/testsuite/23_containers/list/init-list.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/1.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/2.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/3.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.cc
libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/moveable.cc
libstdc++-v3/testsuite/23_containers/list/moveable.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operations/1.cc
libstdc++-v3/testsuite/23_containers/list/operations/1.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operations/2.cc
libstdc++-v3/testsuite/23_containers/list/operations/2.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operations/3.cc
libstdc++-v3/testsuite/23_containers/list/operations/3.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operations/4.cc
libstdc++-v3/testsuite/23_containers/list/operations/4.h [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operations/5.cc
libstdc++-v3/testsuite/23_containers/list/operations/5.h [new file with mode: 0644]