This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Mauve - the remainder
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java at gcc dot gnu dot org
- Date: 19 Apr 2002 18:23:03 -0600
- Subject: Re: Mauve - the remainder
- References: <1019080941.7866.133.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> FAIL: gnu.testlet.java.lang.ref.PhantomReference.phantom: unreachable
Mark> (number 1)
Mark> Haven't looked at the PhantomReference documentation enough to know what
Mark> should happen.
This is almost certainly a buggy test case. I wrote it, and even at
the time it was a bad idea. I don't think there is a way to actually
test PhantomReference reliably.
Mark> The other thing that should still be done is cleanup the mauve
Mark> testing script. At the moment it only works after a make
Mark> install. And it only tests source->byte-code->native
Mark> compilation, not source->native.
Thanks. Please submit (separate) PRs for these, since they are
definitely bugs.
Tom