This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
xscale-elf testsuite results
- From: Anthony Green <green at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: 21 Mar 2002 12:12:09 -0800
- Subject: xscale-elf testsuite results
With the last few testsuite and configury patches I sent, I'm getting
the following on the xscale-elf simulator.
=== libjava Summary ===
# of expected passes 1864
# of unexpected failures 16
# of expected failures 18
# of untested testcases 110
Here's my analisys of the failures. A number of them appear to be issues
with the front-end...
FAIL: final_initialization_in_ctor compilation from source
FAIL: final_initialization_in_ctor -O compilation from source
I have no idea what's going on here:
/louie/green/3.1/gcc/libjava/testsuite/libjava.compile/final_initialization_in_ctor.java: In class `final_initialization_in_ctor':
/louie/green/3.1/gcc/libjava/testsuite/libjava.compile/final_initialization_in_ctor.java: In constructor `(int,float)':
/louie/green/3.1/gcc/libjava/testsuite/libjava.compile/final_initialization_in_ctor.java:19: can't reassign a value to the final variable 'loadFactor'.
this.loadFactor = loadFactor;
^
/louie/green/3.1/gcc/libjava/testsuite/libjava.compile/final_initialization_in_ctor.java:10: final field 'loadFactor' may not have been initialized
1 error
FAIL: FileHandleGcTest execution from source compiled test
FAIL: FileHandleGcTest execution from bytecode->native test
FAIL: FileHandleGcTest -O execution from source compiled test
FAIL: FileHandleGcTest -O execution from bytecode->native test
FAIL: Primes execution from source compiled test
FAIL: Primes execution from bytecode->native test
FAIL: Primes -O execution from source compiled test
FAIL: Primes -O execution from bytecode->native test
These are all timing out, probably just because they take a really
long time to run. I'll try timing a run outside of the testsuite.
FAIL: TLtest compilation from bytecode
FAIL: TLtest -O compilation from bytecode
If someone can decipher the following, it would be very helpful...
spawn /louie/green/3.1/xscale-elf/b/gcc/jv-scan --encoding=UTF-8 /louie/green/3.1/gcc/libjava/testsuite/libjava.lang/TLtest.java --print-main
TLtestspawn /louie/green/3.1/xscale-elf/b/gcc/jv-scan --encoding=UTF-8 /louie/green/3.1/gcc/libjava/testsuite/libjava.lang/TLtest.java --list-class
TLtest Data Data$1 ThreadTest Executing on host: /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../libtool --silent --tag=GCJ --mode=compile /louie/green/3.1/xscale-elf/b/gcc/gcj -B/louie/green/3.1/xscale-elf/b/gcc/ --encoding=UTF-8 -B/louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../ -O -c -I/louie/green/3.1/xscale-elf/b/xscale-elf/./newlib/targ-include -I/louie/green/3.1/gcc/newlib/libc/include -o TLtest.o /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/TLtest.class (timeout = 300)
spawn /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../libtool --silent --tag=GCJ --mode=compile /louie/green/3.1/xscale-elf/b/gcc/gcj -B/louie/green/3.1/xscale-elf/b/gcc/ --encoding=UTF-8 -B/louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../ -O -c -I/louie/green/3.1/xscale-elf/b/xscale-elf/./newlib/targ-include -I/louie/green/3.1/gcc/newlib/libc/include -o TLtest.o /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/TLtest.class
Executing on host: /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../libtool --silent --tag=GCJ --mode=compile /louie/green/3.1/xscale-elf/b/gcc/gcj -B/louie/green/3.1/xscale-elf/b/gcc/ --encoding=UTF-8 -B/louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../ -O -c -I/louie/green/3.1/xscale-elf/b/xscale-elf/./newlib/targ-include -I/louie/green/3.1/gcc/newlib/libc/include -o Data.o /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/Data.class (timeout = 300)
spawn /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../libtool --silent --tag=GCJ --mode=compile /louie/green/3.1/xscale-elf/b/gcc/gcj -B/louie/green/3.1/xscale-elf/b/gcc/ --encoding=UTF-8 -B/louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../ -O -c -I/louie/green/3.1/xscale-elf/b/xscale-elf/./newlib/targ-include -I/louie/green/3.1/gcc/newlib/libc/include -o Data.o /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/Data.class
Executing on host: /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../libtool --silent --tag=GCJ --mode=compile /louie/green/3.1/xscale-elf/b/gcc/gcj -B/louie/green/3.1/xscale-elf/b/gcc/ --encoding=UTF-8 -B/louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../ -O -c -I/louie/green/3.1/xscale-elf/b/xscale-elf/./newlib/targ-include -I/louie/green/3.1/gcc/newlib/libc/include -o Data\$1.o /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/Data\$1.class (timeout = 300)
spawn /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../libtool --silent --tag=GCJ --mode=compile /louie/green/3.1/xscale-elf/b/gcc/gcj -B/louie/green/3.1/xscale-elf/b/gcc/ --encoding=UTF-8 -B/louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/../ -O -c -I/louie/green/3.1/xscale-elf/b/xscale-elf/./newlib/targ-include -I/louie/green/3.1/gcc/newlib/libc/include -o Data$1.o /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/Data$1.class
gcj: /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/Data-B/louie/green/3.1/xscale-elf/b/gcc/.class: No such file or directory
gcj: no input files
compiler exited with status 1
output is:
gcj: /louie/green/3.1/xscale-elf/b/xscale-elf/libjava/testsuite/Data-B/louie/green/3.1/xscale-elf/b/gcc/.class: No such file or directory
gcj: no input files
FAIL: final_int compilation from source
FAIL: final_int -O compilation from source
/louie/green/3.1/gcc/libjava/testsuite/libjava.lang/final_int.java: In class `final_int':
/louie/green/3.1/gcc/libjava/testsuite/libjava.lang/final_int.java: In method `finit$()':
/louie/green/3.1/gcc/libjava/testsuite/libjava.lang/final_int.java:6: can't reassign a value to the final variable 'x'.
final int x = 30;
^
1 error
FAIL: final_static_and_friend compilation from source
FAIL: final_static_and_friend -O compilation from source
/louie/green/3.1/gcc/libjava/testsuite/libjava.lang/final_static_and_friend.java: In class `final_static_and_friend':
/louie/green/3.1/gcc/libjava/testsuite/libjava.lang/final_static_and_friend.java: In method `finit$()':
/louie/green/3.1/gcc/libjava/testsuite/libjava.lang/final_static_and_friend.java:5: can't reassign a value to the final variable 'a'.
final int a = 34;
^
1 error
That's it!
AG