This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
PATCH: 27_io/istream_seeks.cc failure
- To: gcc-patches at gcc dot gnu dot org
- Subject: PATCH: 27_io/istream_seeks.cc failure
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Wed, 18 Apr 2001 00:13:45 -0500 (CDT)
- CC: libstdc++ at gcc dot gnu dot org
- Reply-to: rittle at rsch dot comm dot mot dot com
Fixes:
FAIL: 27_io/istream_seeks.cc (execution test), static
FAIL: 27_io/istream_seeks.cc (execution test), shared
Applied as obvious to the mainline (but first reran `make check' in
libstdc++-v3/testsuite anyways ;-).
2001-04-17 Loren J. Rittle <ljrittle@acm.org>
* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
Index: testsuite/27_io/istream_seeks.cc
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/testsuite/27_io/istream_seeks.cc,v
retrieving revision 1.5
diff -c -r1.5 istream_seeks.cc
*** istream_seeks.cc 2001/03/07 22:22:41 1.5
--- istream_seeks.cc 2001/04/18 04:17:57
***************
*** 20,25 ****
--- 20,27 ----
// 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>