public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gcjx] Patch: FYI: fix constants in test case
@ 2005-10-11 17:20 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2005-10-11 17:20 UTC (permalink / raw)
  To: Java Patch List

I'm checking this in on the gcjx branch.

gcjx is failing the 'err12' test case.  It took me a while to realize
that the string constants in this test are incorrect.  This
realization makes it a lot simpler to fix the bug.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* testsuite/libjava.lang/err12.java: Use correct constant.

Index: testsuite/libjava.lang/err12.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/libjava.lang/err12.java,v
retrieving revision 1.1
diff -u -r1.1 err12.java
--- testsuite/libjava.lang/err12.java 13 Jul 1999 16:20:43 -0000 1.1
+++ testsuite/libjava.lang/err12.java 11 Oct 2005 17:19:35 -0000
@@ -19,8 +19,8 @@
 			System.out.println("OK");
 		} else {
 			System.out.println("NG");
-			System.out.println("x1:[65520]-->[" +(x1-0)+"]");
-			System.out.println("x2:[65520]-->[" +(x2-0)+"]");
+			System.out.println("x1:[55536]-->[" +(x1-0)+"]");
+			System.out.println("x2:[55536]-->[" +(x2-0)+"]");
 		}
 	}
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-11 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-11 17:20 [gcjx] Patch: FYI: fix constants in test case Tom Tromey

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