mirror of git://gcc.gnu.org/git/gcc.git
* mauve-libgcj: Don't run CollationElementIterator tests.
From-SVN: r69596
This commit is contained in:
parent
8a6b9b7fb8
commit
1b339d862a
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-07-19 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* mauve-libgcj: Don't run CollationElementIterator tests.
|
||||||
|
|
||||||
2003-07-19 Jeroen Frijters <jeroen@sumatra.nl>
|
2003-07-19 Jeroen Frijters <jeroen@sumatra.nl>
|
||||||
|
|
||||||
* java/net/URLClassLoader.java (addURL): Moved implementation to
|
* java/net/URLClassLoader.java (addURL): Moved implementation to
|
||||||
|
|
|
||||||
|
|
@ -25,3 +25,6 @@ JDBC2.0
|
||||||
# The behaviour of the garbarge collector cannot be predicted.
|
# The behaviour of the garbarge collector cannot be predicted.
|
||||||
# Note the . at the end so we do test java.lang.reflect
|
# Note the . at the end so we do test java.lang.reflect
|
||||||
!java.lang.ref.
|
!java.lang.ref.
|
||||||
|
|
||||||
|
# We don't have CollationElementIterator.setText.
|
||||||
|
!java.text.CollationElementIterator.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue