mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 06:36:44 +08:00
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
This commit is contained in:
parent
1040ca3d1f
commit
109257e923
@ -1,5 +1,9 @@
|
||||
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
|
||||
(we pick those up already).
|
||||
|
||||
|
@ -4,21 +4,20 @@ JDK1.1
|
||||
!java.applet
|
||||
!java.awt
|
||||
!java.beans
|
||||
!java.io.Utf8Encoding
|
||||
java.lang.Character.classify12
|
||||
java.lang.String.hash
|
||||
# StringTest includes a test for NullPointerException, which we don't
|
||||
# handle.
|
||||
!java.lang.String.StringTest
|
||||
!java.math
|
||||
!java.net
|
||||
!java.rmi
|
||||
!java.security
|
||||
!java.sql
|
||||
java.text.StringCharacterIterator.iter
|
||||
java.text.FieldPosition.Test
|
||||
java.text.ParsePosition.Test
|
||||
java.text.SimpleDateFormat.getAndSet2DigitYearStart
|
||||
# FIXME: can't enable these until we eliminate compiler bug.
|
||||
# (The bug is in javac, not gcj, so this really has to wait until
|
||||
# we can compile mauve with gcj -C.)
|
||||
# java.text.FieldPosition.Test
|
||||
# java.text.ParsePosition.Test
|
||||
# java.text.SimpleDateFormat.getAndSet2DigitYearStart
|
||||
!java.text.ACIAttribute
|
||||
!java.text.AttributedCharacterIterator
|
||||
!java.text.resources
|
||||
|
Loading…
Reference in New Issue
Block a user