This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Failed to complete testsuite run in gcc-3.0.4/libjava
- From: Christian Jönsson <chj at j-son dot org>
- To: java at gcc dot gnu dot org
- Date: Sat, 23 Feb 2002 08:05:11 +0100
- Subject: Failed to complete testsuite run in gcc-3.0.4/libjava
This was on a Debian Woody (test release) sun4m system using
binutils 2.11.92.0.12.3-6
dejagnu 1.4-4
gcc-3.0 3.0.3-1
libc6 2.2.5-3
/ChJ
When running a
make -k check RUNTESTFLAGS="--target_board 'unix{-fPIC,-fpic,}'"
I get a failure in the libjava test suite part:
Test Run By chj on Sat Feb 23 01:32:46 2002
Native configuration is sparc-unknown-linux-gnu
=== libjava tests ===
Schedule of variations:
unix/-fPIC
unix/-fpic
unix
Running target unix/-fPIC
Running /share2/gcc-rel/gcc-3.0.4/libjava/testsuite/libjava.compile/compile.exp...
<snip>
unning /share2/gcc-rel/gcc-3.0.4/libjava/testsuite/libjava.lang/lang.exp ...
PASS: Array_1 compilation from source
FAIL: Array_1 execution from source compiled test
UNTESTED: Array_1 output from source compiled test
PASS: Array_1 byte compilation
ERROR: (DejaGnu) proc "Try `jv-scan --help' for more information. -g -L/share2/gcc-rel/gcc-3.0.4/objdir/sparc-linux//libjava/.libs -L/share2/gcc-rel/gcc-3.0.4/objdir/sparc-linux//boehm-gc/.libs -L/share2/gcc-rel/gcc-3.0.4/objdir/sparc-linux//zlib/.libs -lm -fPIC -o /share2/gcc-rel/gcc-3.0.4/objdir/sparc-linux/libjava/testsuite//share2/gcc-rel/+gcc-3.0.4/objdir/gcc/jv-scan: invalid option -- f" does not exist.
=== libjava Summary ===
# of expected passes 274
# of unexpected failures 101
# of expected failures 6
# of untested testcases 9
This does not happen ono the gcc-3.1 branch...
Any idea of what is going on?
/ChJ