gcc/libstdc++-v3/testsuite/27_io/basic_istream
Paolo Carlini 9b8d9ac39f testsuite_io.h (class sync_buf): New, templatized version of sync_streambuf; add typedefs for streambuf/wstreambuf.
2004-12-02  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/testsuite_io.h (class sync_buf): New, templatized
	version of sync_streambuf; add typedefs for streambuf/wstreambuf.
	(class fail_buf): Likewise, for fail_streambuf.
	(class fail_num_get): Templatize and add char/wchar_t typedefs.
	(class fail_num_put): Likewise.
	* testsuite/27_io/basic_istream/extractors_arithmetic/char/
	exceptions_badbit_throw.cc: Use the latter.
	* testsuite/27_io/basic_istream/extractors_arithmetic/char/
	exceptions_failbit_throw.cc: Likewise.
	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/
	exceptions_badbit_throw.cc: Likewise.
	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/
	exceptions_failbit_throw.cc: Likewise.

From-SVN: r91635
2004-12-02 13:24:46 +00:00
..
exceptions/char re PR libstdc++/9371 (Bad exception handling in i/ostream::operator>>/<<(streambuf*)) 2003-11-27 08:14:25 +00:00
extractors_arithmetic testsuite_io.h (class sync_buf): New, templatized version of sync_streambuf; add typedefs for streambuf/wstreambuf. 2004-12-02 13:24:46 +00:00
extractors_character 9555-ic.cc: Clarify assertion, set test variable to false before assert. 2004-04-19 19:00:09 +00:00
extractors_other 9318-in.cc: Remove redundant #include. 2004-01-07 17:13:51 +00:00
get 1.cc: New. 2004-12-01 15:46:58 +00:00
getline 2.cc: Fix typo. 2004-11-27 09:34:06 +00:00
ignore 1.cc: New. 2004-12-01 15:46:58 +00:00
peek/char 1.cc: Remove redundant #includes. 2004-01-06 12:20:42 +00:00
putback/char sstream.tcc (pbackfail): Implement correctly 27.7.1.3/2, bullet 2... 2004-10-01 21:01:29 +00:00
read/char 1.cc: Remove redundant #includes. 2004-01-06 12:20:42 +00:00
readsome/char 1-in.cc: XFAIL more arm simulator targets. 2004-09-24 02:04:39 +00:00
seekg/char PR libstdc++/10975 (DR 453) 2004-09-30 17:23:10 +00:00
sentry re PR libstdc++/12297 (istream::sentry::sentry() handles eof() incorrectly.) 2003-11-26 22:45:56 +00:00
tellg/char PR libstdc++/10975 (DR 453) 2004-09-30 17:23:10 +00:00
ws/char locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
1.cc
2.cc 9555-ic.cc: Clarify assertion, set test variable to false before assert. 2004-04-19 19:00:09 +00:00
3.cc locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +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