[kaffe] CVS kaffe (robilad): Fixed broken regression test

Kaffe CVS cvs-commits at kaffe.org
Mon Jan 3 02:43:38 PST 2005


PatchSet 5749 
Date: 2005/01/03 10:38:56
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixed broken regression test

2005-01-03  Dalibor Topic  <robilad at kaffe.org>

        * test/regression/Reflect.java: Adapted expected output to match
        arraycopy.

        Reported by:  Guilhem Lavaux  <guilhem at kaffe.org>

Members: 
	ChangeLog:1.3293->1.3294 
	test/regression/Reflect.java:1.11->1.12 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3293 kaffe/ChangeLog:1.3294
--- kaffe/ChangeLog:1.3293	Mon Jan  3 06:44:03 2005
+++ kaffe/ChangeLog	Mon Jan  3 10:38:56 2005
@@ -1,5 +1,12 @@
 2005-01-03  Dalibor Topic  <robilad at kaffe.org>
 
+	* test/regression/Reflect.java: Adapted expected output to match
+	arraycopy.
+
+	Reported by:  Guilhem Lavaux  <guilhem at kaffe.org>
+
+2005-01-03  Dalibor Topic  <robilad at kaffe.org>
+
 	* libraries/javalib/java/lang/System.java (arraycopy): Moved error
 	checking code from native part of the method into java part of 
 	method's implementation. Improved exception messages.
Index: kaffe/test/regression/Reflect.java
diff -u kaffe/test/regression/Reflect.java:1.11 kaffe/test/regression/Reflect.java:1.12
--- kaffe/test/regression/Reflect.java:1.11	Thu Jul 29 14:25:21 2004
+++ kaffe/test/regression/Reflect.java	Mon Jan  3 10:38:58 2005
@@ -70,7 +70,7 @@
 Method: public static java.util.Properties java.lang.System.getProperties()
 Method: public static native int java.lang.System.identityHashCode(java.lang.Object)
 Method: public static native long java.lang.System.currentTimeMillis()
-Method: public static native void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int)
+Method: public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int)
 Method: public static void java.lang.System.exit(int)
 Method: public static void java.lang.System.gc()
 Method: public static void java.lang.System.load(java.lang.String)




More information about the kaffe mailing list