public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* xfail Array_3
@ 2005-12-01  8:23 Geoffrey Keating
  2005-12-01  9:09 ` David S. Miller
  2005-12-06 11:49 ` Ranjit Mathew
  0 siblings, 2 replies; 14+ messages in thread
From: Geoffrey Keating @ 2005-12-01  8:23 UTC (permalink / raw)
  To: gcc-patches, java-patches


It looks like this isn't going to be fixed any time soon, so let's
xfail it.

Tested with 'make check-target-libjava' on ppc-darwin8.

-- 
- Geoffrey Keating <geoffk@apple.com>

===File ~/patches/libjava-testsuite-array3xfail.patch=======
2005-12-01  Geoffrey Keating  <geoffk@apple.com>

	* testsuite/lib/libjava.exp (test_libjava_from_javac): Support
	xfail-byte-exec.
	* testsuite/libjava.lang/Array_3.xfail: New file.

Index: libjava/testsuite/libjava.lang/Array_3.xfail
===================================================================
--- libjava/testsuite/libjava.lang/Array_3.xfail	(revision 0)
+++ libjava/testsuite/libjava.lang/Array_3.xfail	(revision 0)
@@ -0,0 +1 @@
+xfail-byte-exec
Index: libjava/testsuite/lib/libjava.exp
===================================================================
--- libjava/testsuite/lib/libjava.exp	(revision 107736)
+++ libjava/testsuite/lib/libjava.exp	(working copy)
@@ -871,6 +871,9 @@
     pass "$errname compilation from bytecode"
 
     # Set up the options the way they are expected by libjava_invoke.
+    if {[info exists opts(xfail-byte-exec)]} {
+	set opts(xfail-exec) x
+    }
     if {[info exists opts(xfail-byte-output)]} {
 	set opts(xfail-output) x
     }
@@ -896,6 +899,8 @@
 #                 front end.
 #   `xfail-byte'  compilation from bytecode will fail
 #   `xfail-exec'  exec will fail
+#   `xfail-byte-exec'
+#		  exec will fail when compiled from bytecode
 #   `xfail-output'
 #                 output will be wrong
 #   `xfail-byte-output'
============================================================

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

end of thread, other threads:[~2005-12-24  3:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-01  8:23 xfail Array_3 Geoffrey Keating
2005-12-01  9:09 ` David S. Miller
2005-12-01  9:21   ` Alan Modra
2005-12-01 17:27     ` Janis Johnson
2005-12-02  0:53       ` Geoff Keating
2005-12-02 23:35         ` Janis Johnson
2005-12-03  9:38           ` Andrew Haley
2005-12-01 10:21   ` Geoffrey Keating
2005-12-06 11:49 ` Ranjit Mathew
2005-12-06 20:54   ` Geoffrey Keating
2005-12-14  5:20     ` Ranjit Mathew
2005-12-15  7:40       ` Alan Modra
2005-12-19  2:45         ` Geoffrey Keating
2005-12-24  3:15           ` Alan Modra

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).