1.cc: Remove redundant #includes.
2004-01-06 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Remove redundant #includes. * testsuite/27_io/basic_istream/extractors_other/char/2.cc: Likewise. * testsuite/27_io/basic_istream/extractors_other/char/3.cc: Likewise. * testsuite/27_io/basic_istream/get/char/1.cc: Likewise. * testsuite/27_io/basic_istream/get/char/2.cc: Likewise. * testsuite/27_io/basic_istream/getline/char/1.cc: Likewise. * testsuite/27_io/basic_istream/getline/char/2.cc: Likewise. * testsuite/27_io/basic_istream/getline/char/3.cc: Likewise. * testsuite/27_io/basic_istream/ignore/char/1.cc: Likewise. * testsuite/27_io/basic_istream/ignore/char/6360.cc: Likewise. * testsuite/27_io/basic_istream/ignore/char/7220.cc: Likewise. * testsuite/27_io/basic_istream/peek/char/1.cc: Likewise. * testsuite/27_io/basic_istream/peek/char/6414.cc: Likewise. * testsuite/27_io/basic_istream/putback/char/1.cc: Likewise. * testsuite/27_io/basic_istream/read/char/1.cc: Likewise. * testsuite/27_io/basic_istream/read/char/2.cc: Likewise. * testsuite/27_io/basic_istream/read/char/3.cc: Likewise. * testsuite/27_io/basic_istream/readsome/char/6746-1.cc: Likewise. * testsuite/27_io/basic_istream/readsome/char/6746-2.cc: Likewise. * testsuite/27_io/basic_istream/readsome/char/8258.cc: Likewise. * testsuite/27_io/basic_istream/seekg/char/2346-fstream.cc: Likewise. * testsuite/27_io/basic_istream/seekg/char/2346-sstream.cc: Likewise. * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Likewise. * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise. * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise. From-SVN: r75469
This commit is contained in:
parent
f26ef71360
commit
b80115c4b7
@ -1,3 +1,39 @@
|
||||
2004-01-06 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/27_io/basic_istream/extractors_other/char/1.cc:
|
||||
Remove redundant #includes.
|
||||
* testsuite/27_io/basic_istream/extractors_other/char/2.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_istream/extractors_other/char/3.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_istream/get/char/1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/get/char/2.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/getline/char/1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/getline/char/2.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/getline/char/3.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/ignore/char/1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/ignore/char/6360.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/ignore/char/7220.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/peek/char/1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/peek/char/6414.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/putback/char/1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/read/char/1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/read/char/2.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/read/char/3.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/readsome/char/6746-1.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_istream/readsome/char/6746-2.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_istream/readsome/char/8258.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_istream/seekg/char/2346-fstream.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_istream/seekg/char/2346-sstream.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
|
||||
|
||||
2004-01-04 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc:
|
||||
|
@ -19,12 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.2.3 basic_istream::operator>>
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// stringbufs.
|
||||
|
@ -23,7 +23,6 @@
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -19,12 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.2.3 basic_istream::operator>>
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
void test03()
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
void
|
||||
|
@ -22,7 +22,6 @@
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
void
|
||||
|
@ -19,13 +19,10 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <cstring> // for strlen
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// [patch] bits/istream.tcc - getline(char_type*,streamsize,char_type)
|
||||
|
@ -19,13 +19,10 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <cstring> // for strlen
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// [bug] istream::getline(char*,streamsize) still broken
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
void
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// 2002-04-19 PR libstdc++ 6360
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/70220
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
void
|
||||
|
@ -24,7 +24,6 @@
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -19,10 +19,7 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
@ -19,13 +19,10 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
void
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// Jim Parsons <parsons at clearway dot com>
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// Theodore Papadopoulo
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/6746
|
||||
|
@ -26,9 +26,7 @@
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -19,13 +19,9 @@
|
||||
// USA.
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <cstring> // for strncmp,...
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <streambuf>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/8258
|
||||
|
@ -24,7 +24,6 @@
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -20,12 +20,9 @@
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
const char* s = " lootpack, peanut butter wolf, rob swift, madlib, quasimoto";
|
||||
|
@ -20,12 +20,9 @@
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/8348
|
||||
|
@ -20,12 +20,9 @@
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/8348
|
||||
|
@ -20,12 +20,9 @@
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
||||
#include <istream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// libstdc++/8348
|
||||
|
Loading…
x
Reference in New Issue
Block a user