Patch: FYI: minor test suite updates
Tom Tromey
tromey@redhat.com
Mon Oct 10 19:16:00 GMT 2005
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,
More information about the Java-patches
mailing list