From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14568 invoked by alias); 20 Feb 2014 13:49:54 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 14536 invoked by uid 89); 20 Feb 2014 13:49:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-we0-f175.google.com Received: from mail-we0-f175.google.com (HELO mail-we0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 20 Feb 2014 13:49:51 +0000 Received: by mail-we0-f175.google.com with SMTP id q59so1492730wes.34 for ; Thu, 20 Feb 2014 05:49:48 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.11.233 with SMTP id t9mr7848905wib.1.1392904188298; Thu, 20 Feb 2014 05:49:48 -0800 (PST) Received: by 10.194.169.133 with HTTP; Thu, 20 Feb 2014 05:49:48 -0800 (PST) In-Reply-To: References: Date: Thu, 20 Feb 2014 13:49:00 -0000 Message-ID: Subject: Re: [libjava] XFAIL sourcelocation (PR libgcj/55637) From: Bryce McKinlay To: Rainer Orth Cc: GCC Patches , Java Patch List Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-q1/txt/msg00001.txt.bz2 On Thu, Feb 20, 2014 at 12:05 PM, Rainer Orth wrote: > The libjava sourcelocation output test has been FAILing on mainline for > more than a year, with no sign of anything happening to resolve that. > To reduce testsuite noise, I suggest to XFAIL the test. In all mainline > test results from february, only a single set of testresults that > included libjava results (for ia64-suse-linux-gnu) didn't show those > failures. > > Tested with the appropriate runtest invocations on i386-pc-solaris2.11 > and x86_64-unknown-linux-gnu. > > Ok for mainline? OK. The fix for this is to have libjava use libbackttrace to get source line numbers, rather than rely on external addr2line. Bryce