From dev-return-7774-apmail-stdcxx-dev-archive=stdcxx.apache.org@stdcxx.apache.org Thu Jun 05 19:31:59 2008 Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 83956 invoked from network); 5 Jun 2008 19:31:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 19:31:57 -0000 Received: (qmail 55008 invoked by uid 500); 5 Jun 2008 19:32:00 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 54992 invoked by uid 500); 5 Jun 2008 19:32:00 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 54981 invoked by uid 99); 5 Jun 2008 19:32:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 12:32:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 19:31:11 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m55JVQC9029835 for ; Thu, 5 Jun 2008 19:31:26 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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/ Date: Thu, 5 Jun 2008 13:31:24 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 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/ Thread-Index: AcjFrbm//TZsAa93SDSCTu/smfxUeQBgCnMgAAKh2iAAAmassA== References: <20080603191006.64B962388A16@eris.apache.org> From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Original Message----- > From: Eric Lemings [mailto:Eric.Lemings@roguewave.com]=20 > Sent: Thursday, June 05, 2008 12:18 PM > To: dev@stdcxx.apache.org > Subject: RE: svn commit: r662858 [1/3] - in=20 > /stdcxx/branches/4.2.x/tests: algorithms/ containers/=20 > diagnostics/ include/ intro/ iostream/ iterators/=20 > localization/ numerics/ regress/ self/ src/ strings/ support/=20 > tr1.c99/ tr1.util/ utilities/ >=20 > =20 >=20 > > -----Original Message----- > > From: Travis Vitek [mailto:Travis.Vitek@roguewave.com]=20 > > Sent: Thursday, June 05, 2008 11:14 AM > > To: dev@stdcxx.apache.org > > Subject: RE: svn commit: r662858 [1/3] - in=20 > > /stdcxx/branches/4.2.x/tests: algorithms/ containers/=20 > > diagnostics/ include/ intro/ iostream/ iterators/=20 > > localization/ numerics/ regress/ self/ src/ strings/ support/=20 > > tr1.c99/ tr1.util/ utilities/ > >=20 > > =20 > > >Author: elemings > > >Date: Tue Jun 3 12:09:49 2008 > > >New Revision: 662858 > > > > > >URL: http://svn.apache.org/viewvc?rev=3D662858&view=3Drev > > >Log: > > >2008-06-03 Eric Lemings > > > > > > 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). > > > > > > > >=20 > > 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=20 > causes the test > > library to fail to compile. >=20 > 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.