diff options
author | Mark Wielaard <mark@klomp.org> | 2002-04-21 12:35:04 +0000 |
---|---|---|
committer | Mark Wielaard <mark@gcc.gnu.org> | 2002-04-21 12:35:04 +0000 |
commit | da3c5444ca19f05dc0bbc34442427f8f2d63e181 (patch) | |
tree | 97d5de4616bba7aaddae158511ac18aed17694de /libjava/mauve-libgcj | |
parent | 714708c8b17ebf951dff34eb42bda1e7e5d0c828 (diff) | |
download | gcc-da3c5444ca19f05dc0bbc34442427f8f2d63e181.tar.gz |
re PR java/6391 (Constant float to int conversions don't use ieee_real_to_integer when compiled to byte-code)
* mauve-libgcj: Don't run java.lang.ref tests since they are buggy.
* libjava.mauve/xfail: Expect failures for PR java/6391 and
libgcj/6389.
From-SVN: r52577
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r-- | libjava/mauve-libgcj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index c6443d75e45..165f0b6f5ee 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -27,3 +27,7 @@ JDBC2.0 # Character.unicode seems to be very broken (the test) # Does not give meaningfull test results at the moment. !java.lang.Character.unicode + +# These are almost certainly buggy test cases. +# The behaviour of the garbarge collector cannot be predicted. +!java.lang.ref |