From stdcxx-dev-return-3071-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Mar 28 16:34:00 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 31395 invoked from network); 28 Mar 2007 16:33:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 16:33:59 -0000 Received: (qmail 33719 invoked by uid 500); 28 Mar 2007 16:34:06 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 33708 invoked by uid 500); 28 Mar 2007 16:34:06 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 33697 invoked by uid 99); 28 Mar 2007 16:34:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 09:34:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 09:33:58 -0700 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: problems with new list tests Date: Wed, 28 Mar 2007 19:33:35 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438594E0C@epmsa009.minsk.epam.com> In-Reply-To: <1175098332.3324.37.camel@localhost.localdomain> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problems with new list tests Thread-Index: AcdxVC5w4kwl+PHmTXWEmcfdgfGPuQAAlZzQ From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:msebor@gmail.com]=20 > Sent: Wednesday, March 28, 2007 7:12 PM > To: stdcxx-dev@incubator.apache.org > Subject: problems with new list tests >=20 > I've been working on cleaning up our test results across the=20 > board with the hope of stabilizing things enough to cut a=20 > preliminary 4.2 [pre]release branch sometime soon. Last=20 > night's results contain a number of new failures on several=20 > platforms introduced by the just committed list tests. I'd=20 > like to clean these up before we move on. I put together a=20 > high-level overview to help us focus on the problem=20 > platforms. Farid, please look at the results to see if=20 > something obvious jumps out at you. Once you're done with the=20 > changes on your platforms I'll get to work on the rest. >=20 > IBM VAC++/XLC++ results not available or not meaningful > HP aCC/IPF all tests die with SIGABRT > HP aCC/PA 4 tests fail to compile, one gets SIGBUS > SGI MIPSpro OK > gcc/Linux OK > Sun C++/SPARC 23.list.cons dies with SIGABRT > MSVC/Windows OK > Compaq C++/Tru64 all tests fail to compile or link >=20 Four tests failed to compile due to static inline issue. Fixed thus: http://svn.apache.org/viewvc?view=3Drev&rev=3D523397 Farid.