gcc/libstdc++-v3/testsuite/27_io
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
..
istream_extractor_arith libstdc++-v3-dg.exp (libstdc++-v3-init, [...]): Additionally handle files one level deeper in glob patterns. 2003-01-06 14:16:00 +00:00
filebuf_members-1.tst
filebuf_members-1.txt
filebuf_members.cc
filebuf_virtuals-1.tst
filebuf_virtuals-1.txt
filebuf_virtuals-2.tst
filebuf_virtuals-3.tst
filebuf_virtuals.cc char_traits.h: Remove generic definitions. 2002-07-31 02:47:36 +00:00
filebuf.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
fpos.cc
fstream_members.cc
fstream.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
ifstream_members-1.tst
ifstream_members-1.txt
ifstream_members.cc
ifstream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
instantiations.cc
ios_base_callbacks.cc
ios_base_members_static-1.tst
ios_base_members_static.cc
ios_base_storage.cc vector_capacity.cc (test03): Move ... 2002-12-19 01:54:59 +00:00
ios_base_types.cc
ios_ctor.cc
ios_init.cc char_traits.h: Remove generic definitions. 2002-07-31 02:47:36 +00:00
ios_manip_basefield.cc
ios_manip_fmtflags.cc
ios_members.cc
ios.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
iostream_members.cc
iostream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
istream_extractor_char.cc
istream_extractor_other-1.tst
istream_extractor_other-1.txt
istream_extractor_other-2.tst
istream_extractor_other.cc
istream_manip.cc
istream_seeks-1.tst
istream_seeks-1.txt
istream_seeks-2.tst
istream_seeks-3.tst
istream_seeks.cc re PR libstdc++/8348 (fail() flag is set in istringstream when eof() flag is set !) 2002-11-01 05:38:27 +00:00
istream_sentry.cc
istream_unformatted-1.tst
istream_unformatted-1.txt
istream_unformatted.cc re PR libstdc++/6746 (ifstream::readsome() always returns zero) 2002-11-11 23:18:05 +00:00
istream.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
istringstream_members.cc
istringstream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
narrow_stream_objects.cc istream.tcc (basic_istream::ignore): Use sbumpc, not snextc. 2002-08-09 06:00:46 +00:00
ofstream_members-1.tst
ofstream_members.cc
ofstream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
ostream_inserter_arith.cc re PR libstdc++/9151 (std::setprecision limited to 16 digits when outputting a double to a stream) 2003-01-06 15:32:16 +00:00
ostream_inserter_char-1.tst
ostream_inserter_char-1.txt
ostream_inserter_char.cc
ostream_inserter_other-1.tst
ostream_inserter_other-2.tst
ostream_inserter_other.cc streambuf.tcc (__copy_streambufs): verify __sbin->gptr() + __bufsize < __sbin->egptr() before using. 2002-11-18 22:42:35 +00:00
ostream_manip.cc
ostream_seeks-1.tst
ostream_seeks.cc
ostream_unformatted.cc
ostream.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
ostringstream_members.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
ostringstream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
standard_manipulators.cc
streambuf_members.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
streambuf.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
stringbuf_members.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
stringbuf_virtuals.cc
stringbuf.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
stringstream_members.cc re PR libstdc++/8466 (basic_stringbuf::str(basic_string const&) modifies its argument) 2002-11-05 23:28:15 +00:00
stringstream.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
wide_stream_objects.cc