>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. http://stdcxx.apache.org/builds/4.2.x/hpux-11.31-ia64-6.16.html http://stdcxx.apache.org/builds/4.2.x/linux_redhat_el-5.0-em64t-icc-9.1. html http://stdcxx.apache.org/builds/4.2.x/linux_redhat_el-4.4-amd64-gcc-3.4. 6.html http://stdcxx.apache.org/builds/4.2.x/linux_redhat_el-5.0-em64t-gcc-4.3. 0.html http://stdcxx.apache.org/builds/4.2.x/solaris-10-amd64-sunpro-5.9.html The build results on windows may look like there are no failures, but they are experiencing the same problems... Compiling... value.cpp [...] test.cpp $(TOPDIR)\tests\include\test.h(25) : fatal error C1083: Cannot open include file: 'file.h': No such file or directory string.cpp $(TOPDIR)\tests\include\test.h(25) : fatal error C1083: Cannot open include file: 'file.h': No such file or directory singleton.cpp [...] dbgprint.cpp $(TOPDIR)\tests\src\dbgprint.h(27) : fatal error C1083: Cannot open include file: 'testdefs.h': No such file or directory ctype.cpp [...] 21.strings.cpp Generating Code... ------- .rwtest - 3 error(s), 1 warning(s) Travis
