mirror of git://gcc.gnu.org/git/gcc.git
mauve-libgcj: Disable javax.rmi.* and java.io.InputStreamReader.getEncoding.
* mauve-libgcj: Disable javax.rmi.* and java.io.InputStreamReader.getEncoding. From-SVN: r106614
This commit is contained in:
parent
7accf123b2
commit
d8aa672350
|
|
@ -1,3 +1,8 @@
|
||||||
|
2005-11-07 David Daney <ddaney@avtrex.com>
|
||||||
|
|
||||||
|
* mauve-libgcj: Disable javax.rmi.* and
|
||||||
|
java.io.InputStreamReader.getEncoding.
|
||||||
|
|
||||||
2005-11-04 Tom Tromey <tromey@redhat.com>
|
2005-11-04 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR libgcj/14358, libgcj/24552:
|
PR libgcj/14358, libgcj/24552:
|
||||||
|
|
|
||||||
|
|
@ -22,3 +22,5 @@ JDBC2.0
|
||||||
# Tests for not yet implemented classes and/or methods.
|
# Tests for not yet implemented classes and/or methods.
|
||||||
!java.awt.event.MouseEvent.modifiersEx
|
!java.awt.event.MouseEvent.modifiersEx
|
||||||
!org.omg.
|
!org.omg.
|
||||||
|
!javax.rmi
|
||||||
|
!java.io.InputStreamReader.getEncoding
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue