[kaffe] armeb (big-endian) linux JIT test error
Dwayne Fontenot <dwayne.fontenot@att.net>
dwayne.fontenot at att.net
Tue Feb 1 12:49:38 PST 2005
Hi,
I built kaffe on the nslu2 (armeb linux) like so:
./configure --prefix=/opt --disable-nls --without-classpath-gtk-awt --enable-pure-java-math --disable-alsatest --disable-esdtest --disable-sound --without-x --enable-xscale --with-engine=jit --with-libffi --with-rt-jar=/path/to/rt.jar
(rt.jar was built with jikes on x86, libffi was libffi-sable-3325.tar.gz)
make check fails on internal test with:
field: test__float_nan_to_int = 0x00000000
asked to translate = TypeConversion.float_nan_to_int(()I)
successfully verified = TypeConversion.float_nan_to_int(()I)
pc = 0, npc = 3
@0: getstatic 43
8: maxStack = 1, maxLocal = 0, maxTemp = 15
20: move_label_const 0, ?
24: ld 0, [0]
2c: call [0]
3c: move_int_const 1, 1381752 (0x151578)
40: load_float 0, [1]
pc = 3, npc = 4
@3: f2i
44: cvt_float_int r2, f0
pc = 4, npc = 5
@4: ireturn
48: returnarg_int R0,2
4c: branch type 0 at 0x48 from 0x50
4c: maxStack = 1, maxLocal = 0, maxTemp = 15
L2:
Translated TypeConversion.float_nan_to_int()I (static) 0x15e560
Failure for test__float_nan_to_int, got: 7fffffff nan
expected: 00000000 0.000000
FAIL: jitBasic
================================
1 of 1 tests failed
Please report to kaffe at kaffe.org
================================
Note that when built in interp mode, all tests (including regression) pass.
Thanks,
Dwayne (jacques) Fontenot
More information about the kaffe
mailing list