public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: FYI: minor test suite updates
@ 2005-10-10 19:16 Tom Tromey
  2005-10-11 17:18 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2005-10-10 19:16 UTC (permalink / raw)
  To: Java Patch List

I'm checking this in on the trunk.

While running the test suite with gcjx, I found a couple of
problems.  One test case was missing its '.out' file.  Another test
case contained invalid java code.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* testsuite/libjava.lang/ExtraClassLoader.out: New file.
	* testsuite/libjava.lang/TestProxy.java (MyInvocationHandler):
	Now static.

Index: testsuite/libjava.lang/ExtraClassLoader.out
===================================================================
RCS file: testsuite/libjava.lang/ExtraClassLoader.out
diff -N testsuite/libjava.lang/ExtraClassLoader.out
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ testsuite/libjava.lang/ExtraClassLoader.out 10 Oct 2005 19:14:48 -0000
@@ -0,0 +1,3 @@
+true
+true
+true
Index: testsuite/libjava.lang/TestProxy.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/libjava.lang/TestProxy.java,v
retrieving revision 1.1
diff -u -r1.1 TestProxy.java
--- testsuite/libjava.lang/TestProxy.java 30 Sep 2002 05:19:09 -0000 1.1
+++ testsuite/libjava.lang/TestProxy.java 10 Oct 2005 19:14:48 -0000
@@ -3,7 +3,7 @@
 
 public class TestProxy
 {
-  public class MyInvocationHandler implements InvocationHandler
+  public static class MyInvocationHandler implements InvocationHandler
   {
     public Object invoke (Object proxy,
 			  Method method,

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

* Re: Patch: FYI: minor test suite updates
  2005-10-10 19:16 Patch: FYI: minor test suite updates Tom Tromey
@ 2005-10-11 17:18 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2005-10-11 17:18 UTC (permalink / raw)
  To: Java Patch List

>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> I'm checking this in on the trunk.
Tom> While running the test suite with gcjx, I found a couple of
Tom> problems.  One test case was missing its '.out' file.  Another test
Tom> case contained invalid java code.

FYI, I'm checking this in on the gcjx branch as well.

Tom

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

end of thread, other threads:[~2005-10-11 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-10 19:16 Patch: FYI: minor test suite updates Tom Tromey
2005-10-11 17:18 ` 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).