This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: istream_unformatted-2.txt ??


>> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]