From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3928 invoked by alias); 18 Nov 2009 10:48:21 -0000 Received: (qmail 3898 invoked by uid 22791); 18 Nov 2009 10:48:19 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f211.google.com (HELO mail-bw0-f211.google.com) (209.85.218.211) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Nov 2009 10:47:26 +0000 Received: by bwz3 with SMTP id 3so1080576bwz.16 for ; Wed, 18 Nov 2009 02:47:24 -0800 (PST) Received: by 10.204.34.196 with SMTP id m4mr1619378bkd.193.1258541243918; Wed, 18 Nov 2009 02:47:23 -0800 (PST) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 14sm1497974fxm.7.2009.11.18.02.47.21 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Nov 2009 02:47:21 -0800 (PST) Message-ID: <4B03D465.6070600@gmail.com> Date: Wed, 18 Nov 2009 10:48:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: gcc@coreland.ath.cx CC: gcc@gcc.gnu.org Subject: Re: Build logs of GCC, G++ and GNAT on FreeBSD x86_64 now available References: <20091118090026.GA93658@logik.internal.network> In-Reply-To: <20091118090026.GA93658@logik.internal.network> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00449.txt.bz2 gcc@coreland wrote: > While there aren't *too* many test failures currently, there appears to > be a problem with the test suite in that it returns a 'failure' exit > code when the test ends and I'm not sure if this is expected behaviour > or not. Yes, it certainly is expected and by-design. Generally people give make the "-k" option when running any of various the check targets. cheers, DaveK