]> git.ipfire.org Git - thirdparty/gcc.git/commit
Reshuffle 23_containers testsuite.
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 31 Jul 2003 18:48:48 +0000 (18:48 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 31 Jul 2003 18:48:48 +0000 (18:48 +0000)
commit17472bb623e869846f6d555995686bc54e499c10
tree8df98329304b5133dcb1fbf92cd6a6694e37ce5c
parent9143c6b76b4b7f198901e441cd06357a3b9c573a
Reshuffle 23_containers testsuite.

2003-07-31  Benjamin Kosnik  <bkoz@redhat.com>

Reshuffle 23_containers testsuite.
* 23_containers/adaptors.cc, bitset_ctor.cc,bitset_members.cc,
bitset_shift.cc, deque_ctor.cc, deque_operators.cc,
list_capacity.cc, list_ctor.cc, list_modifiers.cc, list_operators.cc,
map_insert.cc, map_operators.cc, map_operators_neg.cc, multiset.cc,
set_operators_neg.cc, vector_bool.cc, vector_capacity.cc,
vector_ctor.cc, vector_element_access.cc, vector_modifiers.cc,
vector_resize.cc: Split into...
* 23_containers/bitset/cons/1.cc: New.
* 23_containers/bitset/cons/6282.cc: New.
* 23_containers/bitset/count/6124.cc: New.
* 23_containers/bitset/operations/1.cc: New.
* 23_containers/bitset/operations/2.cc: New.
* 23_containers/bitset/test/1.cc: New.
* 23_containers/bitset/to_ulong/1.cc: New.
* 23_containers/deque/cons/1.cc: New.
* 23_containers/deque/cons/2.cc: New.
* 23_containers/deque/operators/1.cc: New.
* 23_containers/list/capacity/1.cc: New.
* 23_containers/list/cons/1.cc: New.
* 23_containers/list/cons/2.cc: New.
* 23_containers/list/cons/3.cc: New.
* 23_containers/list/cons/4.cc: New.
* 23_containers/list/cons/5.cc: New.
* 23_containers/list/cons/6.cc: New.
* 23_containers/list/cons/7.cc: New.
* 23_containers/list/cons/8.cc: New.
* 23_containers/list/cons/9.cc: New.
* 23_containers/list/modifiers/1.cc: New.
* 23_containers/list/modifiers/2.cc: New.
* 23_containers/list/modifiers/3.cc: New.
* 23_containers/list/operators/1.cc: New.
* 23_containers/list/operators/2.cc: New.
* 23_containers/list/operators/3.cc: New.
* 23_containers/list/operators/4.cc: New.
* 23_containers/map/insert/1.cc: New.
* 23_containers/map/operators/1.cc: New.
* 23_containers/map/operators/1_neg.cc: New.
* 23_containers/multiset/insert/1.cc: New.
* 23_containers/priority_queue/members/7161.cc: New.
* 23_containers/queue/members/7157.cc: New.
* 23_containers/set/operators/1_neg.cc: New.
* 23_containers/stack/members/7158.cc: New.
* 23_containers/vector/bool/1.cc: New.
* 23_containers/vector/bool/6886.cc: New.
* 23_containers/vector/capacity/1.cc: New.
* 23_containers/vector/capacity/2.cc: New.
* 23_containers/vector/capacity/8230.cc: New.
* 23_containers/vector/cons/1.cc: New.
* 23_containers/vector/cons/2.cc: New.
* 23_containers/vector/cons/3.cc: New.
* 23_containers/vector/cons/4.cc: New.
* 23_containers/vector/cons/6513.cc: New.
* 23_containers/vector/element_access/1.cc: New.
* 23_containers/vector/modifiers/1.cc: New.
* 23_containers/vector/modifiers/2.cc: New.
* 23_containers/vector/resize/1.cc: New.

From-SVN: r70011
53 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/bitset/cons/1.cc [moved from libstdc++-v3/testsuite/23_containers/bitset_ctor.cc with 76% similarity]
libstdc++-v3/testsuite/23_containers/bitset/cons/6282.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/bitset/count/6124.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/bitset/operations/1.cc [moved from libstdc++-v3/testsuite/23_containers/bitset_shift.cc with 95% similarity]
libstdc++-v3/testsuite/23_containers/bitset/operations/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/bitset/test/1.cc [moved from libstdc++-v3/testsuite/23_containers/bitset_members.cc with 80% similarity]
libstdc++-v3/testsuite/23_containers/bitset/to_ulong/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/deque/cons/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/deque/cons/2.cc [moved from libstdc++-v3/testsuite/23_containers/deque_ctor.cc with 98% similarity]
libstdc++-v3/testsuite/23_containers/deque/operators/1.cc [moved from libstdc++-v3/testsuite/23_containers/deque_operators.cc with 100% similarity]
libstdc++-v3/testsuite/23_containers/list/capacity/1.cc [moved from libstdc++-v3/testsuite/23_containers/list_capacity.cc with 98% similarity]
libstdc++-v3/testsuite/23_containers/list/cons/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/4.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/5.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/6.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/7.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/8.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/cons/9.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operators/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operators/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operators/3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/operators/4.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list_ctor.cc [deleted file]
libstdc++-v3/testsuite/23_containers/list_modifiers.cc [deleted file]
libstdc++-v3/testsuite/23_containers/list_operators.cc [deleted file]
libstdc++-v3/testsuite/23_containers/map/insert/1.cc [moved from libstdc++-v3/testsuite/23_containers/map_insert.cc with 100% similarity]
libstdc++-v3/testsuite/23_containers/map/operators/1.cc [moved from libstdc++-v3/testsuite/23_containers/map_operators.cc with 100% similarity]
libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc [moved from libstdc++-v3/testsuite/23_containers/map_operators_neg.cc with 100% similarity]
libstdc++-v3/testsuite/23_containers/multiset/insert/1.cc [moved from libstdc++-v3/testsuite/23_containers/multiset.cc with 100% similarity]
libstdc++-v3/testsuite/23_containers/priority_queue/members/7161.cc [moved from libstdc++-v3/testsuite/23_containers/adaptors.cc with 83% similarity]
libstdc++-v3/testsuite/23_containers/queue/members/7157.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc [moved from libstdc++-v3/testsuite/23_containers/set_operators_neg.cc with 100% similarity]
libstdc++-v3/testsuite/23_containers/stack/members/7158.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/bool/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/bool/6886.cc [moved from libstdc++-v3/testsuite/23_containers/vector_bool.cc with 94% similarity]
libstdc++-v3/testsuite/23_containers/vector/capacity/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/capacity/2.cc [moved from libstdc++-v3/testsuite/23_containers/vector_capacity.cc with 70% similarity]
libstdc++-v3/testsuite/23_containers/vector/capacity/8230.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/cons/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/cons/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/cons/3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/cons/4.cc [moved from libstdc++-v3/testsuite/23_containers/vector_ctor.cc with 91% similarity]
libstdc++-v3/testsuite/23_containers/vector/cons/6513.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/element_access/1.cc [moved from libstdc++-v3/testsuite/23_containers/vector_element_access.cc with 100% similarity]
libstdc++-v3/testsuite/23_containers/vector/modifiers/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/modifiers/2.cc [moved from libstdc++-v3/testsuite/23_containers/vector_modifiers.cc with 78% similarity]
libstdc++-v3/testsuite/23_containers/vector/resize/1.cc [moved from libstdc++-v3/testsuite/23_containers/vector_resize.cc with 100% similarity]