Commit 109257e9 by Tom Tromey Committed by Tom Tromey

mauve-libgcj: Don't omit Utf8Encoding or StringTest.

	* mauve-libgcj: Don't omit Utf8Encoding or StringTest.
	Comment out FieldPosition, ParsePosition, and SimpleDateFormat
	again (oops).

From-SVN: r26827
parent 1040ca3d
1999-05-07 Tom Tromey <tromey@cygnus.com> 1999-05-07 Tom Tromey <tromey@cygnus.com>
* mauve-libgcj: Don't omit Utf8Encoding or StringTest.
Comment out FieldPosition, ParsePosition, and SimpleDateFormat
again (oops).
* mauve-libgcj: Test more from java.text. Don't mention 1.1 tests * mauve-libgcj: Test more from java.text. Don't mention 1.1 tests
(we pick those up already). (we pick those up already).
......
...@@ -4,21 +4,20 @@ JDK1.1 ...@@ -4,21 +4,20 @@ JDK1.1
!java.applet !java.applet
!java.awt !java.awt
!java.beans !java.beans
!java.io.Utf8Encoding
java.lang.Character.classify12 java.lang.Character.classify12
java.lang.String.hash java.lang.String.hash
# StringTest includes a test for NullPointerException, which we don't
# handle.
!java.lang.String.StringTest
!java.math !java.math
!java.net !java.net
!java.rmi !java.rmi
!java.security !java.security
!java.sql !java.sql
java.text.StringCharacterIterator.iter java.text.StringCharacterIterator.iter
java.text.FieldPosition.Test # FIXME: can't enable these until we eliminate compiler bug.
java.text.ParsePosition.Test # (The bug is in javac, not gcj, so this really has to wait until
java.text.SimpleDateFormat.getAndSet2DigitYearStart # we can compile mauve with gcj -C.)
# java.text.FieldPosition.Test
# java.text.ParsePosition.Test
# java.text.SimpleDateFormat.getAndSet2DigitYearStart
!java.text.ACIAttribute !java.text.ACIAttribute
!java.text.AttributedCharacterIterator !java.text.AttributedCharacterIterator
!java.text.resources !java.text.resources
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment