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]

another 2.95 mauve patch


I'm committing the appended patch, which turns off a couple more
failing Mauve tests.  This patch is only going on the 2.95 branch.

1999-07-07  Tom Tromey  <tromey@cygnus.com>

	* mauve-libgcj: Omit SocketTest and URLConnectionTest.

Tom

Index: mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.7.2.3
diff -u -r1.7.2.3 mauve-libgcj
--- mauve-libgcj	1999/07/07 11:13:23	1.7.2.3
+++ mauve-libgcj	1999/07/07 18:43:16
@@ -40,3 +40,5 @@
 !java.net.URLConnection.MyURLConnection
 !java.text.SimpleDateFormat.Test
 !java.text.SimpleDateFormat.getAndSet2DigitYearStart
+!java.net.Socket.SocketTest
+!java.net.URLConnection.URLConnectionTest

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