This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix Jacks testsuite invocation
- From: Tom Tromey <tromey at redhat dot com>
- To: Ulrich Weigand <weigand at immd1 dot informatik dot uni-erlangen dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 04 Feb 2003 01:26:46 -0700
- Subject: Re: [PATCH] Fix Jacks testsuite invocation
- References: <200302032051.VAA27809@faui11.informatik.uni-erlangen.de>
- Reply-to: tromey at redhat dot com
>>>>> "Ulrich" == Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de> writes:
Ulrich> The majority of the errors turned out to be another setup problem
Ulrich> apparently, as they go away when . is added to the CLASSPATH.
I wonder why I don't see these.
Ulrich> The final two cases appear to be platform-independent:
Ulrich> FAIL: 13.4.8-constant-runtime-1
I'm a little surprised at this one. I haven't investigated yet.
Ulrich> FAIL: 14.19.2-runtime-try-1
I looked at this. I don't know why it hasn't been failing here for
me. Odd. In any case, this one is a compiler bug. We generate
invalid bytecode for this method.
These tests are definitely correct. If there are failures with them
it is either gcj or our dejagnu code.
Tom