Re: [libjava] XFAIL sourcelocation (PR libgcj/55637)

Bryce McKinlay <[email protected]> Thu, 20 Feb 2014 13:49:48 +0000
Newsgroups gmane.comp.gcc.patches,gmane.comp.gcc.java.patches
Message-ID <CALUNu-r3EukN9HdCik=Ouyx60J7j=Bx5=xjrNukd5n6_rLa-WQ@mail.gmail.com>
On Thu, Feb 20, 2014 at 12:05 PM, Rainer Orth
<[email protected]> 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