This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
java broken/miscompiled on i686
- To: gcc at gcc dot gnu dot org
- Subject: java broken/miscompiled on i686
- From: Andreas Jaeger <aj at suse dot de>
- Date: Thu, 26 Jul 2001 15:27:07 +0200
It seems that we have somehow an endless loop in java, most of the
libjava tests time out on i686-linux-gnu, the results are:
=== libjava tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /cvs/gcc/libjava/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /cvs/gcc/libjava/testsuite/libjava.compile/compile.exp ...
Running /cvs/gcc/libjava/testsuite/libjava.jni/jni.exp ...
WARNING: program timed out.
FAIL: noclass run
FAIL: register run
WARNING: program timed out.
FAIL: throwit run
Running /cvs/gcc/libjava/testsuite/libjava.lang/lang.exp ...
WARNING: program timed out.
FAIL: Divide_1 execution from source compiled test
WARNING: program timed out.
FAIL: Divide_1 execution from bytecode->native test
WARNING: program timed out.
FAIL: Divide_1 -O execution from source compiled test
WARNING: program timed out.
FAIL: Divide_1 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: Final execution from source compiled test
WARNING: program timed out.
FAIL: Final execution from bytecode->native test
WARNING: program timed out.
FAIL: Final -O execution from source compiled test
WARNING: program timed out.
FAIL: Final -O execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990302_02 execution from source compiled test
WARNING: program timed out.
FAIL: G19990302_02 execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990302_02 -O execution from source compiled test
WARNING: program timed out.
FAIL: G19990302_02 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990303_01 execution from source compiled test
WARNING: program timed out.
FAIL: G19990303_01 execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990303_01 -O execution from source compiled test
WARNING: program timed out.
FAIL: G19990303_01 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990303_02 execution from source compiled test
WARNING: program timed out.
FAIL: G19990303_02 execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990303_02 -O execution from source compiled test
WARNING: program timed out.
FAIL: G19990303_02 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990304_01 execution from source compiled test
WARNING: program timed out.
FAIL: G19990304_01 execution from bytecode->native test
WARNING: program timed out.
FAIL: G19990304_01 -O execution from source compiled test
WARNING: program timed out.
FAIL: G19990304_01 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: InterfaceDispatch execution from source compiled test
WARNING: program timed out.
FAIL: InterfaceDispatch execution from bytecode->native test
WARNING: program timed out.
FAIL: InterfaceDispatch -O execution from source compiled test
WARNING: program timed out.
FAIL: InterfaceDispatch -O execution from bytecode->native test
WARNING: program timed out.
FAIL: Invoke_1 execution from source compiled test
WARNING: program timed out.
FAIL: Invoke_1 execution from bytecode->native test
WARNING: program timed out.
FAIL: Invoke_1 -O execution from source compiled test
WARNING: program timed out.
FAIL: Invoke_1 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: PR141 execution from source compiled test
WARNING: program timed out.
FAIL: PR141 execution from bytecode->native test
WARNING: program timed out.
FAIL: PR141 -O execution from source compiled test
WARNING: program timed out.
FAIL: PR141 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: PR218 execution from source compiled test
WARNING: program timed out.
FAIL: PR218 execution from bytecode->native test
WARNING: program timed out.
FAIL: PR218 -O execution from source compiled test
WARNING: program timed out.
FAIL: PR218 -O execution from bytecode->native test
FAIL: StringBuffer_1 execution from source compiled test
FAIL: StringBuffer_1 execution from bytecode->native test
FAIL: StringBuffer_1 -O execution from source compiled test
FAIL: StringBuffer_1 -O execution from bytecode->native test
FAIL: Thread_Alive execution from source compiled test
FAIL: Thread_Alive execution from bytecode->native test
FAIL: Thread_Alive -O execution from source compiled test
FAIL: Thread_Alive -O execution from bytecode->native test
WARNING: program timed out.
FAIL: Thread_Interrupt execution from source compiled test
FAIL: Thread_Interrupt execution from bytecode->native test
WARNING: program timed out.
FAIL: Thread_Interrupt -O execution from source compiled test
FAIL: Thread_Interrupt -O execution from bytecode->native test
WARNING: program timed out.
FAIL: Thread_Wait_2 execution from source compiled test
WARNING: program timed out.
FAIL: Thread_Wait_2 execution from bytecode->native test
FAIL: Thread_Wait_2 -O execution from source compiled test
FAIL: Thread_Wait_2 -O execution from bytecode->native test
FAIL: Thread_Wait_Interrupt execution from source compiled test
FAIL: Thread_Wait_Interrupt execution from bytecode->native test
FAIL: Thread_Wait_Interrupt -O execution from source compiled test
FAIL: Thread_Wait_Interrupt -O execution from bytecode->native test
WARNING: program timed out.
FAIL: Throw_1 execution from source compiled test
WARNING: program timed out.
FAIL: Throw_1 execution from bytecode->native test
WARNING: program timed out.
FAIL: Throw_1 -O execution from source compiled test
WARNING: program timed out.
FAIL: Throw_1 -O execution from bytecode->native test
WARNING: program timed out.
FAIL: instinit2 execution from source compiled test
WARNING: program timed out.
FAIL: instinit2 execution from bytecode->native test
WARNING: program timed out.
FAIL: instinit2 -O execution from source compiled test
got a TERM signal, terminated
=== libjava Summary ===
# of expected passes 1373
# of unexpected failures 70
# of expected failures 10
# of untested testcases 86
[I killed expect at this point]
Jeffrey, this could explain the long time you need for your nightly
bootstrap+testsuite runs.
Andreas
P.S. This is with current CVS sources (updated 8am UTC this morning)
on i686-linux configured with:
/cvs/gcc/configure --prefix=/opt/gcc-3.1-devel --enable-shared \
--enable-threads=posix \
--with-gnu-as --with-gnu-ld --disable-nls --with-system-zlib \
--enable-languages=c,objc,c++,f77,java
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj