This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Current testsuite results for i386-unknown-freebsd4.2
- To: java at gcc dot gnu dot org
- Subject: Current testsuite results for i386-unknown-freebsd4.2
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Tue, 8 May 2001 05:57:19 -0500 (CDT)
- Reply-to: rittle at rsch dot comm dot mot dot com
With both the libjava and boehm-gc configuration patches for
*-*-freebsd* applied:
=== libjava Summary ===
# of expected passes 870
# of unexpected failures 378
# of expected failures 14
# of untested testcases 454
Compiler version: 3.1 20010507 (experimental)
Platform: i386-unknown-freebsd4.2
configure flags: --host=i386-unknown-freebsd4.2 --enable-threads=posix
--enable-libgcj --with-dwarf2 --prefix=/usr/local/beta-gcc --with-gnu-as
--with-as=/usr/local/beta-gcc/bin/as --with-gnu-ld
--with-ld=/usr/local/beta-gcc/bin/ld
BOOT_CFLAGS=-g -O2
All compilations from source passed (unless they were marked XFAIL).
All byte compilations passed (unless they were marked XFAIL). 222
compilation from bytecode passed. 68 compilation from bytecode
failed. All compilation failure were of this form (exact types found
and PC count in verification error were seen to be different in every
case spot-checked):
ArrayClass.java: In class `ArrayClass':
ArrayClass.java: In method `class$(java.lang.String)':
ArrayClass.java:0: expected type 'int' but stack contains 'java.lang.ClassNotFoundException'
ArrayClass.java:0: verification error at PC=7
ArrayClass.java:0: expected type 'null' but stack contains 'int'
Does this problem ring any obvious bells?
No executions appeared to run successfully yet (but I suppose that is
because I don't have boehm-gc fully working with threads yet ;-).
Further patches, as I get them.
Regards,
Loren