9318-in.cc: Remove redundant #include.
2004-01-07 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc: Remove redundant #include. * testsuite/27_io/basic_ostream/endl/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise, re-enable normal testing. * testsuite/27_io/basic_ostream/ends/char/2.cc: Remove redundant #include. * testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/char/2.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/char/3.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/char/4.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/char/5.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/char/6.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/char/8.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc: More properly, #include <locale>. * testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc: Remove redundant #include. * testsuite/27_io/basic_ostream/inserters_other/char/2.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/3.cc: Remove redundant DejaGnu directive. * testsuite/27_io/basic_ostream/inserters_other/char/4.cc: Remove redundant #include. From-SVN: r75508
This commit is contained in:
parent
26067b8be8
commit
d8f5bd5016
18 changed files with 37 additions and 24 deletions
|
@ -1,3 +1,37 @@
|
||||||
|
2004-01-07 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
|
* testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc:
|
||||||
|
Remove redundant #include.
|
||||||
|
* testsuite/27_io/basic_ostream/endl/char/1.cc: Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise,
|
||||||
|
re-enable normal testing.
|
||||||
|
* testsuite/27_io/basic_ostream/ends/char/2.cc: Remove redundant
|
||||||
|
#include.
|
||||||
|
* testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/char/1.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/char/2.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/char/3.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/char/4.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/char/5.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/char/6.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/char/8.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc:
|
||||||
|
More properly, #include <locale>.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc:
|
||||||
|
Remove redundant #include.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_other/char/2.cc: Likewise.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_other/char/3.cc: Remove
|
||||||
|
redundant DejaGnu directive.
|
||||||
|
* testsuite/27_io/basic_ostream/inserters_other/char/4.cc: Remove
|
||||||
|
redundant #include.
|
||||||
|
|
||||||
2004-01-06 Benjamin Kosnik <bkoz@redhat.com>
|
2004-01-06 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
Stefan Olsson <stefan@snon.net>
|
Stefan Olsson <stefan@snon.net>
|
||||||
|
|
||||||
|
|
|
@ -29,10 +29,8 @@
|
||||||
|
|
||||||
// 27.5.2 template class basic_streambuf
|
// 27.5.2 template class basic_streambuf
|
||||||
|
|
||||||
#include <cstring> // for memset, memcmp
|
|
||||||
#include <streambuf>
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <ostream>
|
#include <istream>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// libstdc++/9318
|
// libstdc++/9318
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
void test01(void)
|
void test01(void)
|
||||||
|
|
|
@ -22,9 +22,7 @@
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
#include <testsuite_hooks.h>
|
||||||
//#include <testsuite_hooks.h>
|
|
||||||
#define VERIFY(x) test&=x
|
|
||||||
|
|
||||||
void test01(void)
|
void test01(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// based vaguely on this:
|
// based vaguely on this:
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
void test01(void)
|
void test01(void)
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// ostringstream width() != zero
|
// ostringstream width() != zero
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// width() != zero
|
// width() != zero
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// stringstream and large strings
|
// stringstream and large strings
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// ostringstream and large strings number 2
|
// ostringstream and large strings number 2
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// ostringstream and positioning, multiple writes
|
// ostringstream and positioning, multiple writes
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
void test08()
|
void test08()
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
#include <locale>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
// Global counter, needs to be reset after use.
|
// Global counter, needs to be reset after use.
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
void test08()
|
void test08()
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
// @diff@ %-*.tst %-*.txt
|
// @diff@ %-*.tst %-*.txt
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
// USA.
|
// USA.
|
||||||
|
|
||||||
// 27.6.2.5.4 basic_ostream character inserters
|
// 27.6.2.5.4 basic_ostream character inserters
|
||||||
// @require@ %-*.tst %-*.txt
|
|
||||||
// @diff@ %-*.tst %-*.txt
|
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -20,12 +20,9 @@
|
||||||
// USA.
|
// USA.
|
||||||
|
|
||||||
// 27.6.2.5.4 basic_ostream character inserters
|
// 27.6.2.5.4 basic_ostream character inserters
|
||||||
// @require@ %-*.tst %-*.txt
|
|
||||||
// @diff@ %-*.tst %-*.txt
|
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
class test_buffer_1 : public std::streambuf
|
class test_buffer_1 : public std::streambuf
|
||||||
|
|
Loading…
Add table
Reference in a new issue