PATCH: 27_io/istream_seeks.cc failure

Loren James Rittle rittle@latour.rsch.comm.mot.com
Tue Apr 17 22:13:00 GMT 2001


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>



More information about the Libstdc++ mailing list