This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: teststute\27_io\basic_filebuf\sgetn\char\1-in.cc
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Karl Lindstrom <karllindstrom at mac dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 25 Aug 2008 12:04:48 +0200
- Subject: Re: teststute\27_io\basic_filebuf\sgetn\char\1-in.cc
- References: <E8B17E72-E4B3-4B82-9DFA-229698438FF5@mac.com>
Hi,
Do I have the latest test, or is there anything I am missing here?
Unfortunately I don't have any specific technical advice for you, but,
just in case you want to know what *I* would do, I would certainly do a
few things: first, I would make sure to have ready at hand a machine
where all those test pass fluently, like a GNU / Linux machine, and
would run the tests through the debugger in parallel on both machines;
while doing that I would also compare the parameters set at
configure-time for the two different targets (config.h and config.log in
the libstdc++ build dir, also the _GLIBCXX_* versions), in particular,
for I / O, those involved in the various subcases of basic_file_stdio.cc
(make sure showmanyc works correctly)
Paolo.