gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf
Benjamin Kosnik fdeeef7f2a re PR libstdc++/21955 (std::stringbuf vs. in_avail)
2005-06-08  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/21955
	* include/std/std_sstream.h (basic_stringbuf::showmanyc): Add.
	Remove unnecessary this->_M_mode decoration.
	* include/bits/fstream.tcc: Adjust line spacing.
	* testsuite/27_io/basic_streambuf/in_avail/char/1.cc: New, test
	base class behavior.
	* testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc: Same.
	* testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: New.
	* testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Match
	filebuf behavior.
	* testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Same.
	* testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc: Same.
	* testsuite/27_io/basic_stringbuf/str/char/1.cc: Same.
	* testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Move...
	* testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc: ...here.

From-SVN: r100770
2005-06-08 17:29:44 +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: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
in_avail re PR libstdc++/21955 (std::stringbuf vs. in_avail) 2005-06-08 17:29:44 +00:00
overflow Add wchar_t counterparts of the basic_stringbuf<char> tests. 2004-07-09 22:00:59 +00:00
pbackfail sstream.tcc (pbackfail): Implement correctly 27.7.1.3/2, bullet 2... 2004-10-01 21:01:29 +00:00
sbumpc 1.cc: Fix typo. 2004-08-11 14:05:47 +00:00
seekoff PR libstdc++/10975 (DR 453) 2004-09-30 17:23:10 +00:00
seekpos re PR libstdc++/16956 ([3.4 only] std::stringbuf::seekoff return wrong position value) 2004-08-12 22:26:32 +00:00
setbuf 5.cc: Make buf static. 2005-02-07 22:56:11 +00:00
sgetc 1.cc: Declare test variable. 2004-08-11 13:47:24 +00:00
sgetn 1.cc: Declare test variable. 2004-08-11 13:47:24 +00:00
snextc 1.cc: Declare test variable. 2004-08-11 13:47:24 +00:00
sputbackc 1.cc: Declare test variable. 2004-08-11 13:47:24 +00:00
sputc 1.cc: Declare test variable. 2004-08-11 13:47:24 +00:00
sputn 1.cc: Declare test variable. 2004-08-11 13:47:24 +00:00
str re PR libstdc++/21955 (std::stringbuf vs. in_avail) 2005-06-08 17:29:44 +00:00
sungetc 1.cc: Declare test variable. 2004-08-11 13:47:24 +00:00
sync Add wchar_t counterparts of the basic_stringbuf<char> tests. 2004-07-09 22:00:59 +00:00
1.cc
2.cc test.html: Update. 2005-04-07 04:16:26 +00:00
3.cc
4.cc test.html: Update. 2005-04-07 04:16:26 +00:00
5.cc