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]

Pathc: no mauve failurs


I'm committing the appended patch to the 2.95 branch.  It disables all
failing Mauve tests.  I'm not putting this on the trunk since we want
to fix the problems there; the point of the change is to make it so
that 2.95 test results from users will be easier to analyze.

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

	* mauve-libgcj: Turn off many tests which are known to fail.

Tom

Index: mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.7.2.2
diff -u -r1.7.2.2 mauve-libgcj
--- mauve-libgcj	1999/07/07 09:34:42	1.7.2.2
+++ mauve-libgcj	1999/07/07 18:06:51
@@ -20,3 +20,23 @@
 !java.text.AttributedCharacterIterator
 !java.text.resources
 !java.text.DateFormat
+#
+# The following are all `xfail's.
+# There are a frightening number of these.
+#
+!java.io.Utf8Encoding.mojo
+!java.lang.Double.DoubleTest
+!java.lang.Float.FloatTest
+!java.lang.Math.MathTest
+!java.lang.Math.max
+!java.lang.Math.min
+!java.lang.String.StringTest
+!java.lang.StringBuffer.plus
+!java.lang.System.arraycopy
+!java.net.DatagramSocket.DatagramSocketTest2
+!java.net.MulticastSocket.MulticastSocketTest
+!java.net.ServerSocket.ServerSocketTest
+!java.net.URL.URLTest
+!java.net.URLConnection.MyURLConnection
+!java.text.SimpleDateFormat.Test
+!java.text.SimpleDateFormat.getAndSet2DigitYearStart

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