On Thu, Feb 20, 2014 at 12:05 PM, Rainer Orth <r...@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