This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: simple Java testcase causes "uncognized insn"


Jeff Sturm wrote:

FYI, following Jan's RTL sharing patch, Kawa builds and passes all tests
again on i686-pc-linux-gnu.

It builds, but I get some errors running the testsuite:


../bin/kawa-bin -e '(load "testing.zip")' --no-full-tailcalls -f "/home/bothner/
Kawa/kawa/testsuite/obj-test.scm" -e '(test-report)'
%%%% Starting test Objects (Writing full log to "Objects.log")
/home/bothner/Kawa/kawa/testsuite/obj-test.scm:157:23: warning - no method `one'
in java.lang.Object
/home/bothner/Kawa/kawa/testsuite/obj-test.scm:158:23: warning - no method `two'
in java.lang.Object
java.lang.IllegalArgumentException: Missing field
at java.util.Date.parse(java.lang.String) (/home/bothner/GNU/install-gcc/lib/
libgcj.so.4.0.0)
at gnu.expr.ModuleBody.applyN(gnu.expr.ModuleMethod, java.lang.Object[]) (/ho
me/bothner/Kawa/with-gcj/bin/.libs/libkawa.so.0.0.0)
at gnu.expr.ModuleMethod.applyN(java.lang.Object[]) (/home/bothner/Kawa/with-
gcj/bin/.libs/libkawa.so.0.0.0)
at gnu.expr.ApplyExp.eval(gnu.mapping.Environment) (/home/bothner/Kawa/with-g
cj/bin/.libs/libkawa.so.0.0.0)


(The warnings are expected, not not the IllegalArgumentException.

CLASSPATH=../../.. gij gnu.xquery.testsuite.TestMisc
FAIL: "(for $y in (5,4) return <b>{10+$y}</b>)[2]" evaluated to "*** caught java
.lang.VerifyError ***" but expected "<b>14</b>"


I just ran the test last night.  I haven't tried tracking these
down, and won't have time for a few weeks.

A recent Kawa snapshot is available at ftp://bothner.com/pub/
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]