gcc/libstdc++-v3/testsuite/23_containers
Benjamin Kosnik 8d59b23018 Renames, namespaces for testsuite utilities.
2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>

	Renames, namespaces for testsuite utilities.
	* testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
	(gnu_allocator_tracker): Rename to allocation_tracker.
	(gnu_new_allocator): Rename to tracker_alloc.
	(__set_testsuite_memlimit): Rename to set_memory_limits.
	(gnu_assignment_operator): Rename to assignment_operator.
	(gnu_destructor): Rename to destructor.
	(gnu_copy_tracker): Rename to copy_tracker.
	(gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
	(run_tests_wrapped_locale): New.
	(run_tests_wrapped_env): New.
	* testsuite/testsuite_hooks.cc: Same.
	(class locale_data): Add.
	(class enviornment_variable): Add.
	(class not_found): Add.
	* testsuite/testsuite_allocator.h: Same.
	* testsuite/testsuite_allocator.cc: Same.
	* testsuite/23_containers/deque_ctor.cc
	(test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
	allocation_tracker.
	Change gnu_new_allocator to tracker_alloc.
	Change gnu_counting_struct to counter.
	Change gnu_copy_tracker to copy_tracker.
	Change gnu_copy_constructor to copy_constructor.
	Change gnu_assignment_operator to assignment_operator.
	Inject.
	* testsuite/23_containers/vector_capacity.cc: Same.
	* testsuite/23_containers/vector_ctor.cc (test01): Same.
	* testsuite/23_containers/list_modifiers.cc: Change
	gnu_copy_tracker to copy_tracker.
	* testsuite/21_strings/ctor_copy_dtor.cc (main): Change
	__set_testsuite_memlimit to set_memory_limits.
	* testsuite/21_strings/insert.cc (main): Same.
	* testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
	* testsuite/27_io/stringstream.cc: Same.
	* testsuite/27_io/stringbuf.cc: Same.
	* testsuite/27_io/streambuf.cc: Same.
	* testsuite/27_io/ostream.cc: Same.
	* testsuite/27_io/istream.cc: Same.
	* testsuite/27_io/fstream.cc: Same.
	* testsuite/lib/libstdc++-v3-dg.exp
	(libstdc++-v3-list-sourcefiles): Additionally handle files two and
	three levels deeper in glob patterns.

From-SVN: r61261
2003-01-14 04:56:56 +00:00
..
adaptors.cc PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161 2002-06-29 01:10:51 +00:00
bitset_ctor.cc std_bitset.h (_Base_biteset<0>): New specialization. 2002-05-24 18:16:00 +00:00
bitset_members.cc std_bitset.h (_Base_bitset::_M_do_left_shift, [...]): Expect a non-zero shift. 2002-12-27 00:03:17 +00:00
bitset_shift.cc std_bitset.h (_Base_bitset::_M_do_left_shift, [...]): Expect a non-zero shift. 2002-12-27 00:03:17 +00:00
deque_ctor.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
deque_operators.cc re PR libstdc++/7186 (DR179 for std::deque::iterator and const_iterator) 2002-07-07 10:15:06 +00:00
list_capacity.cc list_capacity.cc: New file. 2001-11-22 19:19:23 +00:00
list_ctor.cc list_capacity.cc: New file. 2001-11-22 19:19:23 +00:00
list_modifiers.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
list_operators.cc list_capacity.cc: New file. 2001-11-22 19:19:23 +00:00
map_insert.cc re PR libstdc++/3349 (bug in map::insert(p,t)) 2001-08-24 17:40:31 +00:00
map_operators_neg.cc std_memory.h: Fix formatting. 2002-07-04 07:25:19 +00:00
map_operators.cc std_memory.h: Fix formatting. 2002-07-04 07:25:19 +00:00
multiset.cc
set_operators_neg.cc std_memory.h: Fix formatting. 2002-07-04 07:25:19 +00:00
vector_bool.cc stl_bvector.h: Use UL suffix for unsigned longs. 2002-06-01 00:48:21 +00:00
vector_capacity.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
vector_ctor.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
vector_element_access.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
vector_modifiers.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
vector_resize.cc vector_capacity.cc (test03): Move ... 2002-12-19 01:54:59 +00:00