gcc/libstdc++-v3/testsuite/27_io
Benjamin Kosnik ac1613a2c2 [multiple changes]
2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/23_containers/bitset_members.cc: Add test variable.
	* testsuite/23_containers/map_insert.cc: Same.
	* testsuite/22_locale/ctype/cons/char/1.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
	* testsuite/27_io/istream_exception.cc: Same.
	* testsuite/27_io/filebuf_virtuals.cc: Same.
	* testsuite/27_io/stringbuf_virtuals.cc: Same.
	* testsuite/27_io/ostream_inserter_arith.cc: Same.
	* testsuite/26_numerics/valarray_operators.cc: Same.
	* testsuite/26_numerics/slice.cc: Same.
	* testsuite/26_numerics/slice_array_assignment.cc: Same.
	* testsuite/24_iterators/istream_iterator.cc: Same.
	* mkcheck.in (TESTS_FILE): Use dejagnu-generated file if possible.

2003-03-14  Petur Runolfsson  <peturr02@ru.is>

	PR libstdc++/9581
	PR libstdc++/9870
	* config/locale/generic/ctype_members.cc,
	* config/locale/gnu/ctype_members.cc
	(ctype<wchar_t>::do_widen(char)):  Cast argument to
	unsigned char before passing to btowc.
	(ctype<wchar_t>::do_widen(const char*, const char*, wchar_t*)):
	Convert characters with btowc instead of mbsrtowcs.
	(ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*,
	char, char*):
	Convert characters with wctob instead of wcsrtombs.
	* testsuite/22_locale/ctype/narrow/wchar_t/3.cc:  New test.
	* testsuite/22_locale/ctype/widen/wchar_t/2.cc:  New test.
	* testsuite/22_locale/ctype/widen/wchar_t/3.cc:  New test.

From-SVN: r64391
2003-03-15 04:53:52 +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.cc: New file. 2000-06-24 00:53:06 +00:00
filebuf_members-1.txt mkcheck.in: Construct file names that match $objdir structure. 2001-01-18 07:24:16 +00:00
filebuf_members.cc [multiple changes] 2003-02-04 18:08:45 +00:00
filebuf_virtuals-1.tst fstream.tcc (filebuf::close()): Fix close for input streams. 2002-01-26 01:55:09 +00:00
filebuf_virtuals-1.txt fstream.tcc (filebuf::close()): Fix close for input streams. 2002-01-26 01:55:09 +00:00
filebuf_virtuals-2.tst fstream.tcc (filebuf::close()): Fix close for input streams. 2002-01-26 01:55:09 +00:00
filebuf_virtuals-3.tst fstream.tcc (filebuf::close()): Fix close for input streams. 2002-01-26 01:55:09 +00:00
filebuf_virtuals.cc [multiple changes] 2003-03-15 04:53:52 +00:00
filebuf.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
fpos.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
fstream_members.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
fstream.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
ifstream_members-1.tst std_fstream.h: Formatting tweaks. 2000-06-23 22:21:47 +00:00
ifstream_members-1.txt mkcheck.in: Construct file names that match $objdir structure. 2001-01-18 07:24:16 +00:00
ifstream_members.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
ifstream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
instantiations.cc localefwd.h (locale:🆔:_M_id): Do this correctly, as type safety is important, especially on solaris. 2002-04-18 23:47:50 +00:00
ios_base_callbacks.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
ios_base_members_static-1.tst mkcheck.in: Construct file names that match $objdir structure. 2001-01-18 07:24:16 +00:00
ios_base_members_static.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
ios_base_storage.cc ios_base_storage.cc (test02): Set exception mask. 2003-03-06 22:37:01 +00:00
ios_base_types.cc ios_base_type.cc: Move to... 2002-07-25 07:19:40 +00:00
ios_ctor.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
ios_init.cc char_traits.h: Remove generic definitions. 2002-07-31 02:47:36 +00:00
ios_manip_basefield.cc num_get_members_char.cc (test04): Use a named locale expecting grouping (de_DE). 2002-03-02 21:32:56 +00:00
ios_manip_fmtflags.cc locale_facets.tcc (num_get::_M_extract_int): Admit grouping for octals and hexadecimals too. 2002-02-28 21:16:45 +00:00
ios_members.cc c_locale.cc (locale::facet::_S_create_c_locale): Throw runtime exception when unsupported language is specified. 2003-03-08 08:55:54 +00:00
ios.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
iostream_members.cc fstream.tcc (filebuf::close()): Fix close for input streams. 2002-01-26 01:55:09 +00:00
iostream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
istream_exception.cc [multiple changes] 2003-03-15 04:53:52 +00:00
istream_extractor_char.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
istream_extractor_other-1.tst
istream_extractor_other-1.txt
istream_extractor_other-2.tst
istream_extractor_other.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
istream_manip.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
istream_seeks-1.tst std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
istream_seeks-1.txt std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
istream_seeks-2.tst std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
istream_seeks-3.tst basic_string.h (string::compare): Adjust signatures as per DR 5. 2001-06-12 02:30:37 +00:00
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 re PR libstdc++/9562 (ostream::sentry::operator bool () should be const) 2003-02-07 00:26:44 +00:00
istream_unformatted-1.tst std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
istream_unformatted-1.txt std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
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 acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
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 re PR libstdc++/7744 (streambuf::in_avail() always returns 0 (zero) for cin input stream) 2003-03-09 22:31:45 +00:00
ofstream_members-1.tst std_fstream.h: Formatting tweaks. 2000-06-23 22:21:47 +00:00
ofstream_members.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
ofstream.cc re PR libstdc++/7216 (basic_iostream::traits_type is ambiguous issue) 2002-07-26 01:49:36 +00:00
ostream_exception.cc re PR libstdc++/9561 (ostream inserters rethrow exception of wrong type) 2003-03-09 04:19:52 +00:00
ostream_fail.cc streambuf_iterator.h (_M_put): Set _M_failed if sputn fails. 2003-03-07 14:14:11 +00:00
ostream_inserter_arith.cc [multiple changes] 2003-03-15 04:53:52 +00:00
ostream_inserter_char-1.tst
ostream_inserter_char-1.txt mkcheck.in: Construct file names that match $objdir structure. 2001-01-18 07:24:16 +00:00
ostream_inserter_char.cc re PR libstdc++/6750 (ofstream incorrectly sets failbit (severe regression)) 2002-05-24 15:50:51 +00:00
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_manip.cc: Enable test02. 2002-02-02 13:13:00 +00:00
ostream_seeks-1.tst ostream_manip.cc (test02): Add tests. 2000-06-30 02:47:19 +00:00
ostream_seeks.cc fstream.tcc (basic_filebuf::seekoff): Fix for output-only filebufs. 2002-04-23 17:56:10 -04:00
ostream_sentry.cc re PR libstdc++/9563 (ostream::sentry returns true after a failed preparation) 2003-02-12 19:39:19 +00:00
ostream_unformatted.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
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 money_put_members_char.cc: Fix. 2002-02-20 21:06:42 +00:00
streambuf_members.cc c_locale.cc (locale::facet::_S_create_c_locale): Throw runtime exception when unsupported language is specified. 2003-03-08 08:55:54 +00:00
streambuf.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
stringbuf_members.cc std_sstream.h (str()): the size of the current string may be different from the initial one whenever... 2003-02-18 23:26:32 +00:00
stringbuf_virtuals.cc [multiple changes] 2003-03-15 04:53:52 +00:00
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 re PR libstdc++/9182 (basic_filebuf<> does not report errors in codecvt<>::out) 2003-03-07 22:06:28 +00:00
wide_stream_objects.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00