This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [libjava] XFAIL sourcelocation (PR libgcj/55637)
- From: Bryce McKinlay <bmckinlay at gmail dot com>
- To: Rainer Orth <ro at cebitec dot uni-bielefeld dot de>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Thu, 20 Feb 2014 13:49:48 +0000
- Subject: Re: [libjava] XFAIL sourcelocation (PR libgcj/55637)
- Authentication-results: sourceware.org; auth=none
- References: <ydda9dm7zwb dot fsf at lokon dot CeBiTec dot Uni-Bielefeld dot DE>
On Thu, Feb 20, 2014 at 12:05 PM, Rainer Orth
<ro@cebitec.uni-bielefeld.de> 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