This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava testsuite failures (regressions 3.2 -> 3.3)
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: java at gcc dot gnu dot org
- Date: 17 Jan 2003 17:03:24 -0700
- Subject: Re: libjava testsuite failures (regressions 3.2 -> 3.3)
- References: <15912.30866.697165.423256@gargle.gargle.HOWL>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
Matthias> +FAIL: PR1343 compilation from bytecode
Matthias> +FAIL: PR1343 -O compilation from bytecode
This happens because libtool no longer can compile a file with a `$'
in its name. Nobody has had the time and/or motivation to figure out
the problem :-(
Matthias> +WARNING: program timed out.
Matthias> +FAIL: SyncTest execution - gij test
Matthias> +WARNING: program timed out.
Matthias> +FAIL: SyncTest execution - gij test
I see this one too but I haven't investigated. This could be a real
regression. Or it could just be that gij is very slow. As I recall
we didn't run gij tests in 3.2 -- so this is really a new test.
Tom