This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFTesters] Make portable sgetn/1-in and 1-io tests
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org, pinskia at physics dot uc dot edu, dje at watson dot ibm dot com, ljrittle at FreeBSD dot org
- Date: Mon, 16 Jun 2003 21:14:10 +0200
- Subject: Re: [RFTesters] Make portable sgetn/1-in and 1-io tests
- References: <3EEE0242.1010707@unitus.it>
Paolo Carlini wrote:
Hi everyone,
perhaps I have nailed down the reason underlying the
failure on *many* platforms of 27_io/basic_filebuf/sgetn/char/1-in.cc
and 1-io.cc: seems due to the value of BUFSIZ not being
8192 everywhere.
If my hypothesis is correct the below should fix it.
Many thanks in advance,
Hm, on a first view it seems darwin likes it :)
PASS: 27_io/basic_filebuf/sgetn/char/1-in.cc (test for excess errors)
PASS: 27_io/basic_filebuf/sgetn/char/1-in.cc execution test
PASS: 27_io/basic_filebuf/sgetn/char/1-io.cc (test for excess errors)
PASS: 27_io/basic_filebuf/sgetn/char/1-io.cc execution test
Andreas