From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17976 invoked by alias); 18 Dec 2002 08:50:32 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17955 invoked from network); 18 Dec 2002 08:50:30 -0000 Received: from unknown (HELO egil.codesourcery.com) (66.92.14.122) by 209.249.29.67 with SMTP; 18 Dec 2002 08:50:30 -0000 Received: from zack by egil.codesourcery.com with local (Exim 3.36 #1 (Debian)) id 18OZuE-0002Gc-00; Wed, 18 Dec 2002 00:50:18 -0800 To: Mark Wielaard Cc: gcc@gcc.gnu.org, java@gcc.gnu.org Subject: Re: libjava testresults References: <87y96se9bx.fsf@egil.codesourcery.com> <20021216121524.GA8359@elsschot> From: Zack Weinberg Date: Wed, 18 Dec 2002 05:18:00 -0000 In-Reply-To: <20021216121524.GA8359@elsschot> (Mark Wielaard's message of "Mon, 16 Dec 2002 13:15:24 +0100") Message-ID: <87znr3soc5.fsf@egil.codesourcery.com> User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg01117.txt.bz2 Mark Wielaard writes: > Hi (java@gcc.gnu.org added to the CC), > > On Sat, Dec 14, 2002 at 10:36:50AM -0800, Zack Weinberg wrote: >> >> I have now committed a merge from trunk to the 3.4 basic-improvements >> branch. My tests show only one significant difference between >> testsuite results on the mainline and the branch: that is an >> additional failure of the libjava testsuite. As the libjava test >> suite is currently in bad shape with 65 unexpected failures on the >> mainline, I am not inclined to hold the merge over it. > > That is strange. I tested both mainline and the 3.4-bi branch last night > and the results don't look that bad. How odd. Perhaps there is something locally glitched with my system, but as I am using essentially the same one you are... I was seeing a great deal of failures of the form FAIL: ArrayStore execution - gij test FAIL: ArrayStore execution - gij test FAIL: ArrayStore2 execution - gij test FAIL: ArrayStore2 execution - gij test See http://gcc.gnu.org/ml/gcc-testresults/2002-12/msg00548.html and http://gcc.gnu.org/ml/gcc-testresults/2002-12/msg00547.html for the full list. However, the rebuild I did on 2002-12-16 shows only FAIL: PR1343 compilation from bytecode FAIL: PR1343 -O compilation from bytecode WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest -O execution - bytecode->native test FAIL: pr8823 execution - gij test FAIL: pr8823 compilation from bytecode FAIL: pr8823 execution - gij test FAIL: pr8823 -O compilation from bytecode (the WARNINGs appear to be related to the FAILs immediately after them). I'll do another build overnight and see what I get. zw