summaryrefslogtreecommitdiff
path: root/mauve-classpath
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2001-11-27 03:12:02 +0000
committerBrian Jones <cbj@gnu.org>2001-11-27 03:12:02 +0000
commita14894f3ee7860317bd2e5d1d74e9641c49cc91f (patch)
tree877ab1617391bbf0113b7b760a5d46e692e6718f /mauve-classpath
parent6854e6e4f28dc92862b411684a932f92dc3f98aa (diff)
downloadclasspath-a14894f3ee7860317bd2e5d1d74e9641c49cc91f.tar.gz
* java/net/DatagramSocket (getLocalAddress): return local address
used in creating socket instead of calling a native method to retrieve a value that cannot be changed (fixes Mauve regression). * native/jni/classpath/jcl.h: #include <config.h> for definition of DEBUG * native/jni/java-net/java_net_PlainDatagramSocketImpl.c: Added more checks for exceptions thrown from use of JNI functions to all methods (fixes Mauve regression). Debug messages cleaned up. * native/jni/java-net/javanet.c: ditto * native/jni/java-io/javaio.c: _javaio_ThrowException changed to JCL_ThrowException * mauve-classpath: updated and can be used with ORP (158 of 1943 tests fail)
Diffstat (limited to 'mauve-classpath')
-rw-r--r--mauve-classpath14
1 files changed, 9 insertions, 5 deletions
diff --git a/mauve-classpath b/mauve-classpath
index 1cc682fa8..957522ed7 100644
--- a/mauve-classpath
+++ b/mauve-classpath
@@ -1,27 +1,28 @@
# Config file that tells mauve about the `libjava' tag.
JDK1.0
JDK1.1
-#JDK1.2
+JDK1.2
#JDBC2.0
!java.applet
!java.awt
-!java.beans
-!java.beans.DescriptorTest
-!java.beans.IntrospectorTest
!java.lang.Character
!java.lang.Character.unicode
!java.lang.Character.classify12
-!java.lang.Class.reflect
!java.lang.String.hash
!java.lang.String.decode
!java.lang.String.StringTest
!java.lang.StringBuffer.StringBufferTest
+# java.lang.Object.clone attempts OutOfMemoryError
+!java.lang.Object.clone
!java.lang.Object.ObjectTest
+# java.lang.reflect.Array.newInstance attempts OutOfMemoryError
+!java.lang.reflect.Array.newInstance
!java.lang.reflect.Constructor.newInstance
!java.lang.reflect.Modifier.toString12
!java.io.ObjectInputOutput.InputTest
!java.io.ObjectInputOutput.OutputTest
!java.io.ObjectStreamClass.Test
+!java.io.PipedStream.close
!java.math
!java.net.Socket.SocketTest
!java.net.ServerSocket.ServerSocketTest
@@ -37,9 +38,12 @@ JDK1.1
!java.text.Annotation
!java.text.AttributedCharacterIterator
!java.text.AttributedString
+!java.text.DecimalFormat
!java.text.DecimalFormatSymbols.DumpDefault12
!java.text.DecimalFormatSymbols.GetSet12
!java.text.resources
+# java.util.BitSet.jdk10 results in OutOfMemoryError, avoiding for now
+!java.util.BitSet.jdk10
!java.util.zip.GZIPInputStream.basic
!java.util.zip.ZipInputStream.basic
!java.util.zip.ZipInputStream.close