This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: istream_unformatted-2.txt ??
- To: libstdc++ at gcc dot gnu dot org
- Subject: Re: istream_unformatted-2.txt ??
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Mon, 5 Mar 2001 17:48:06 -0600 (CST)
- Reply-to: rittle at rsch dot comm dot mot dot com
>> Is anyone else seeing errors from diff(1) during the testsuite runs,
>> due to this file not being there?
> I didn't see this on my build/test of the 3.0 branch on March 1.
OK, I see it today as well. The only change to libstdc++-v3 between
these two builds was for a port configuration...
> istream_unformatted-2.txt is created when istream_unformatted is run
> thus it shouldn't exist in the CVS archive.
I have uncovered the grand mystery. 27_io/istream_seeks.cc, not
27_io/istream_unformatted.cc, creates istream_unformatted-2.txt.
Since 27_io/istream_unformatted.cc is usually tested after
27_io/istream_seeks.cc runs successful, this has not been spotted
until 27_io/istream_seeks.cc failed due to a change in the compiler.
Under the naming convention of tests and the files they create, this
appears to be a bug. I suspect that a test was split at some point.
Regards,
Loren