Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 11943 invoked from network); 29 Mar 2007 15:26:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 15:26:09 -0000 Received: (qmail 32796 invoked by uid 500); 29 Mar 2007 15:26:13 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 32759 invoked by uid 500); 29 Mar 2007 15:26:13 -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 32712 invoked by uid 99); 29 Mar 2007 15:26:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 08:26:12 -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; Thu, 29 Mar 2007 08:26:04 -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: Thu, 29 Mar 2007 18:25:41 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438656DAD@epmsa009.minsk.epam.com> In-Reply-To: <1175099977.3324.62.camel@localhost.localdomain> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problems with new list tests Thread-Index: AcdxV/+JVFcDgJh/TjmwiDjvyFAQHwAvc17Q From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > > > 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 > >=20 > > Four tests failed to compile due to static inline issue. > > Fixed thus: http://svn.apache.org/viewvc?view=3Drev&rev=3D523397 >=20 > Great! Can you think of a reason for any of the other failures? > if not off the top of your head, do you want to look into it=20 > or should I go ahead? The problem on Compaq C++/Tru64 is using size_t type when header included. I've fixed: http://svn.apache.org/viewvc?view=3Drev&rev=3D523692 I don't have any thoughts why the tests died with signal. Please go ahead to look into it. Farid.