This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Disable Object Serialization mauve tests



Geoff Berry contributed a bunch of useful object serialization tests
to mauve.  Of course we can't handle these yet.

I am committing the following to the trunk:

Sun Jul 25 01:43:34 1999  Anthony Green  <green@cygnus.com>

       * mauve-libgcj: Disable Object Serialization tests.


Index: libjava/mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.9
diff -u -p -u -r1.9 mauve-libgcj
--- mauve-libgcj        1999/07/07 09:30:46     1.9
+++ mauve-libgcj        1999/07/25 08:47:38
@@ -4,6 +4,9 @@ JDK1.1
 !java.applet
 !java.awt
 !java.beans
+# We don't support object serialization yet.
+!java.io.ObjectStreamClass
+!java.io.ObjectInputOutput
 java.lang.Character.classify12
 java.lang.String.hash
 # We don't have the URL function in Class yet.

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]