[kaffe] ecj-compiled kaffe fails in regression tests
Kiyo Inaba
inaba at src.ricoh.co.jp
Wed Dec 7 20:54:21 PST 2005
Hi Kaz,
>Using the following poor man's ecj,
>
>$ cat bin/ecj
>#!/bin/sh
>exec /usr/local/kaffe/bin/kaffe \
> -classpath $HOME/javalib/org.eclipse.jdt.core_3.1.1.jar \
> org.eclipse.jdt.internal.compiler.batch.Main \
> "$@"
That's a good news! Could you please add something in 'FAQ.classlibrary-
compile' for where we can get the jar file and this script?
>FAIL: TestSerialVersions.java
>FAIL: TestSerialPersistent.java
>FAIL: TestSerialFields.java
These three fails should have same reason as older version of jikes.
When I use jikes-1.18 or jikes-1.19, these three errors are reported.
Kiyo
More information about the kaffe
mailing list