gcc/libstdc++-v3/testsuite/27_io/basic_filebuf
Benjamin Kosnik 5305b1ae1b test.html: Update.
2005-04-06  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/html/test.html: Update.
	* testsuite/printnow.c: Remove.
	* scripts/check_survey.in: Remove.

	* testsuite/abi_check.cc: To...
	* testuite/testsuite_abi_check.cc: ...here.
	* testsuite/libstdc++-abi/abi.exp: Change abi_check.cc to
	testsuite_abi_check.cc.

	* testsuite/testsuite_hooks.h: Move character related bits to...
	* testsuite/testsuite_character.h: ...here.
	* testsuite/testsuite_character.cc: ... and here.
	* testsuite/21_strings/basic_string/inserters_extractors/pod/
	10081-in.cc: Use testsuite_character.h.
	* testsuite/21_strings/basic_string/inserters_extractors/pod/
	10081-out.cc: Same.
	* testsuite/22_locale/numpunct/members/pod/1.cc: Same.
	* testsuite/22_locale/numpunct/members/pod/2.cc: Same.
	* testsuite/27_io/basic_filebuf/2.cc: Same.
	* testsuite/27_io/basic_fstream/2.cc: Same.
	* testsuite/27_io/basic_istream/2.cc: Same.
	* testsuite/27_io/basic_istream/extractors_arithmetic/pod/
	3983-1.cc: Same.
	* testsuite/27_io/basic_istream/extractors_character/char/
	9826.cc: Same.
	* testsuite/27_io/basic_istream/extractors_character/pod/
	3983-2.cc: Same.
	* testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
	* testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
	* testsuite/27_io/basic_ostream/2.cc: Same.
	* testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
	* testsuite/27_io/basic_streambuf/2.cc: Same.
	* testsuite/27_io/basic_stringbuf/2.cc: Same.
	* testsuite/27_io/basic_stringbuf/4.cc: Same.
	* testsuite/27_io/basic_stringstream/2.cc: Same.
	* testsuite/27_io/fpos/1.cc: Same.
	* testsuite/ext/mt_allocator/tune-1.cc: Same.
	* testsuite/ext/mt_allocator/tune-2.cc: Same.
	* testsuite/ext/stdio_filebuf/char/1.cc: Same.
	* testsuite/lib/libstdc++.exp (v3-build_support): Add
	testsuite_character.cc.
	* testsuite/Makefile.am (libv3test_a_SOURCES): Add
	testsuite_character.cc.
	* testsuite/Makefile.in: Regenerate.

	* configure.ac: Remove use of check_survey.
	* configure: Regenerate.
	* testsuite/Makefile.am: Remove check-script and
	check-script-install rules.
	* testsuite/Makefile.in: Regenerate.

From-SVN: r97772
2005-04-07 04:16:26 +00:00
..
close testsuite_hooks.cc: Update coypright and follow style guidelines. 2005-01-04 00:17:16 +00:00
cons std_sstream.h (basic_stringbuf(ios_base::openmode)): Don't use _M_stringbuf_init, keep the pointers null, per 27.7.1.1. 2004-09-29 21:14:43 +00:00
imbue testsuite_hooks.cc: Update coypright and follow style guidelines. 2005-01-04 00:17:16 +00:00
in_avail/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
is_open/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
open 9507.cc: Allow lseek on fifo to succeed. 2005-01-21 01:37:10 +00:00
overflow 13858.cc: Qualify exception with std::. 2004-02-16 19:28:06 +00:00
pbackfail/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
sbumpc/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
seekoff 13858.cc: Qualify exception with std::. 2004-02-16 19:28:06 +00:00
seekpos binders.cc: Remove explicit instantiations for non-weak systems. 2005-03-16 11:24:36 +00:00
setbuf/char re PR libstdc++/12875 (Weird behaviour in basic_filebuf::setbuf()) 2003-11-12 01:14:34 +00:00
sgetc/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
sgetn/char 1-in.cc: XFAIL more arm simulator targets. 2004-09-24 02:04:39 +00:00
showmanyc/char 9533-1.cc: Open FIFO for writing with ios_base::in|ios_base::out. 2004-02-20 23:51:07 +00:00
snextc/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
sputbackc/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
sputc/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
sputn/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
sungetc/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
sync 13858.cc: Qualify exception with std::. 2004-02-16 19:28:06 +00:00
underflow testsuite_hooks.cc: Update coypright and follow style guidelines. 2005-01-04 00:17:16 +00:00
1.cc
2.cc test.html: Update. 2005-04-07 04:16:26 +00:00
3.cc re PR libstdc++/12790 (basic_filebuf doesn't handle stateful encodings) 2003-11-04 05:27:41 +00:00
4.cc re PR c++/12226 (g++ fails to enforce accessibility requirement for copy constructor) 2004-01-04 22:42:22 +00:00