Hi, On Mon, 2006-11-27 at 10:32 +0100, Roman Kennke wrote: > > - java.awt.datatransfer.Clipboard.clipboardFlavors > > - java.awt.datatransfer.DataFlavor.flavor > > > > Failures are in cases where the representation class is one of the > > standard classes like java.io.InputStream. I'll look into this. > > Please compare if these tests fail with the RI or so (many do and are > thus probably bogus). I've done some testing with the Harmony tests > there only. I know I wrote these tests for Mauve from public docs. Unfortunately datatransfer is a little confusing on the precise details of the mime-types used. The failures seem to indicate small differences in interpretation. They are probably non-fatal and the mauve tests are actually wrong or too strict. > > - java.util.Vector.AcuniaVectorTest > > > > Fails because it expects a NullPointerException on a v.removeAll(null) > > and v.retainAll(null), where the Vector v is empty. This seems a little > > pedantic, but might be right. > > This was already discussed. The RI also fails with this test. I've > changed that behaviour in Classpath because I had an app here that > wasn't working because of that corner case. I suggest we either remove > this specific check or fix it (might not be ideal either, as it's > slightly against the spec). Yeah. I'll disable these two checks and add a comment in mauve. Cheers, Mark
Attachment:
signature.asc
Description: This is a digitally signed message part