public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [libjava] XFAIL sourcelocation (PR libgcj/55637)
@ 2014-02-20 12:05 Rainer Orth
  2014-02-20 13:49 ` Bryce McKinlay
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Orth @ 2014-02-20 12:05 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

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?

	Rainer


2014-02-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	PR libgcj/55637
	* testsuite/libjava.lang/sourcelocation.xfail: New file.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: libjava-testsuite-sourcelocation-xfail.patch --]
[-- Type: text/x-patch, Size: 353 bytes --]

# HG changeset patch
# Parent 6fd38b9012dee330d1343765cfe3cd0e06f33d33
XFAIL sourcelocation (PR libgcj/55637)

diff --git a/libjava/testsuite/libjava.lang/sourcelocation.xfail b/libjava/testsuite/libjava.lang/sourcelocation.xfail
new file mode 100644
--- /dev/null
+++ b/libjava/testsuite/libjava.lang/sourcelocation.xfail
@@ -0,0 +1,1 @@
+xfail-output

[-- Attachment #3: Type: text/plain, Size: 143 bytes --]


-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [libjava] XFAIL sourcelocation (PR libgcj/55637)
  2014-02-20 12:05 [libjava] XFAIL sourcelocation (PR libgcj/55637) Rainer Orth
@ 2014-02-20 13:49 ` Bryce McKinlay
  2014-02-20 14:06   ` Rainer Orth
  0 siblings, 1 reply; 5+ messages in thread
From: Bryce McKinlay @ 2014-02-20 13:49 UTC (permalink / raw)
  To: Rainer Orth; +Cc: GCC Patches, Java Patch List

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [libjava] XFAIL sourcelocation (PR libgcj/55637)
  2014-02-20 13:49 ` Bryce McKinlay
@ 2014-02-20 14:06   ` Rainer Orth
  0 siblings, 0 replies; 5+ messages in thread
From: Rainer Orth @ 2014-02-20 14:06 UTC (permalink / raw)
  To: Bryce McKinlay; +Cc: GCC Patches, Java Patch List

Bryce McKinlay <bmckinlay@gmail.com> writes:

> The fix for this is to have libjava use libbackttrace to get source
> line numbers, rather than rely on external addr2line.

I see.  Doesn't sound exactly like 4.9 material, though.

Thanks.
        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [libjava] XFAIL sourcelocation (PR libgcj/55637)
  2014-03-30 10:18 Dominique Dhumieres
@ 2014-03-30 21:10 ` Rainer Orth
  0 siblings, 0 replies; 5+ messages in thread
From: Rainer Orth @ 2014-03-30 21:10 UTC (permalink / raw)
  To: Dominique Dhumieres; +Cc: gcc-patches, java-patches

dominiq@lps.ens.fr (Dominique Dhumieres) writes:

>> 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?

Sure, patch preapproved.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [libjava] XFAIL sourcelocation (PR libgcj/55637)
@ 2014-03-30 10:18 Dominique Dhumieres
  2014-03-30 21:10 ` Rainer Orth
  0 siblings, 1 reply; 5+ messages in thread
From: Dominique Dhumieres @ 2014-03-30 10:18 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches, ro

> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-30 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-20 12:05 [libjava] XFAIL sourcelocation (PR libgcj/55637) Rainer Orth
2014-02-20 13:49 ` Bryce McKinlay
2014-02-20 14:06   ` Rainer Orth
2014-03-30 10:18 Dominique Dhumieres
2014-03-30 21:10 ` Rainer Orth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).