> -----Original Message-----
> From: Eric Lemings [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 05, 2008 12:18 PM
> To: [email protected]
> Subject: RE: svn commit: r662858 [1/3] - in
> /stdcxx/branches/4.2.x/tests: algorithms/ containers/
> diagnostics/ include/ intro/ iostream/ iterators/
> localization/ numerics/ regress/ self/ src/ strings/ support/
> tr1.c99/ tr1.util/ utilities/
>
>
>
> > -----Original Message-----
> > From: Travis Vitek [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, June 05, 2008 11:14 AM
> > To: [email protected]
> > Subject: RE: svn commit: r662858 [1/3] - in
> > /stdcxx/branches/4.2.x/tests: algorithms/ containers/
> > diagnostics/ include/ intro/ iostream/ iterators/
> > localization/ numerics/ regress/ self/ src/ strings/ support/
> > tr1.c99/ tr1.util/ utilities/
> >
> >
> > >Author: elemings
> > >Date: Tue Jun 3 12:09:49 2008
> > >New Revision: 662858
> > >
> > >URL: http://svn.apache.org/viewvc?rev=662858&view=rev
> > >Log:
> > >2008-06-03 Eric Lemings <[EMAIL PROTECTED]>
> > >
> > > STDCXX-810
> > > * tests/include/alg_test.h, tests/include/environ.h,
> > > tests/include/testdefs.h tests/include/any.h,
> > > tests/include/driver.h, tests/include/file.h,
> > > tests/include/valcmp.h, tests/include/cmdopt.h: Renamed using
> > > `rw_' prefix.
> > >
> > > * tests/include/21.strings.h, tests/include/23.list.h,
> > > tests/include/23.containers.h: Replaced `21.' and `23.' prefixes
> > > with `rw_' prefix. Also changed `list' to `lists' since the
> > > other two headers are also plural.
> > >
> > > * Updated #include directives where necessary in all test driver
> > > and test suite header and source files (too many to list).
> > >
> > >
> >
> > This change appears to have broken nightly builds for 4.2.x on all
> > platforms. The portions of the test suite that have not yet been
> > migrated over to Apache depend on the names of the old headers
> > [testdefs.h, file.h, environ.h, valcmp.h...] and this
> causes the test
> > library to fail to compile.
>
> Thanks. I'll update the necessary tests in Perforce.
I fixed all of these compile errors save one. I'm not sure what to make
of it:
tests/include/test.h:80:30: error: rw/rwtest/rwtest.h: No such
file
or directory
I can find no such rwtest.h header in Subversion or Perforce. I must be
building the test suite wrong somehow. Any ideas?
Brad.