From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26997 invoked by alias); 30 Mar 2014 10:18:08 -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 26976 invoked by uid 89); 30 Mar 2014 10:18:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 30 Mar 2014 10:18:06 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id s2UAI35R036162 ; Sun, 30 Mar 2014 12:18:03 +0200 (CEST) X-Envelope-To: java-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id A599CF6; Sun, 30 Mar 2014 12:18:03 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F69XPqw1VcoW; Sun, 30 Mar 2014 12:18:03 +0200 (CEST) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 913C8FF; Sun, 30 Mar 2014 12:18:03 +0200 (CEST) Date: Sun, 30 Mar 2014 10:18:00 -0000 To: gcc-patches@gcc.gnu.org Cc: java-patches@gcc.gnu.org, ro@CeBiTecUni-Bielefeld.de Subject: Re: [libjava] XFAIL sourcelocation (PR libgcj/55637) User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20140330101803.913C8FF@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) X-SW-Source: 2014-q1/txt/msg00008.txt.bz2 > 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. ... Would it be possible to backport the fix to 4.8? TIA, Dominique