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
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
PR libgcj/14358, libgcj/24552:
|
||||
|
|
|
@ -22,3 +22,5 @@ JDBC2.0
|
|||
# Tests for not yet implemented classes and/or methods.
|
||||
!java.awt.event.MouseEvent.modifiersEx
|
||||
!org.omg.
|
||||
!javax.rmi
|
||||
!java.io.InputStreamReader.getEncoding
|
||||
|
|
Loading…
Add table
Reference in a new issue