This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: adapt InvokeReturn test for reflectionless targets
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 22 Mar 2002 11:08:53 -0700
- Subject: Re: Patch: adapt InvokeReturn test for reflectionless targets
- References: <1016740404.1528.149.camel@dhcppc2>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> This patches adapts the InvokeReturn test for targets with no
Anthony> reflection support (no libffi yet).
Anthony> Ok for branch and trunk?
Yes, thanks.
Anthony> + // We get this on targets which don't support reflection (no
Anthony> + // libffi port yet). We might as well fake PASSes.
Too bad we can't turn this into UNTESTED or whatever that other state
is. I think that would require a lot of test suite surgery though.
Tom