From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87127 invoked by alias); 17 Dec 2015 14:02:04 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 87118 invoked by uid 89); 17 Dec 2015 14:02:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=ricardo, Ricardo, ant, aph@redhat.com X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 17 Dec 2015 14:01:58 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 417AA91D2C; Thu, 17 Dec 2015 14:01:57 +0000 (UTC) Received: from zebedee.pink (ovpn-116-92.ams2.redhat.com [10.36.116.92]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tBHE1utS022791; Thu, 17 Dec 2015 09:01:56 -0500 Subject: Re: GCJ 4.9.3 on mips64el-linux failing to build Ant. To: Ricardo Wurmus References: <87k2qlgtd0.fsf@elephly.net> <56237454.1000808@redhat.com> <874mh9j2rv.fsf@elephly.net> <56320DAB.3040207@redhat.com> <8737wtj1ny.fsf@elephly.net> Cc: java@gcc.gnu.org From: Andrew Haley Message-ID: <5672C053.9050905@redhat.com> Date: Thu, 17 Dec 2015 14:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <8737wtj1ny.fsf@elephly.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00002.txt.bz2 On 10/29/2015 12:32 PM, Ricardo Wurmus wrote: > Andrew Haley writes: > >> On 10/29/2015 12:08 PM, Ricardo Wurmus wrote: >>> Here’s the complete log that I get when building GCJ 4.9.3 and running >>> the tests: >>> >>> http://hydra.gnu.org/build/758888/log/raw >> >> I can't see the output of the libjava testsuite. "make check-target-libjava" >> should do it. > > Here’s the libjava testsuite output: No, the actual testsuite output. It's in a logfile. The acceptable number of fails is 0. I want to know what tests fail. Andrew.