[kaffe] Regression test failures due to jikes

Helmer Krämer hkraemer@freenet.de
Mon May 26 01:14:02 2003


Hi,

I'm currently using jikes (version is
"Jikes Compiler - Version 1.18 - 21 November 2002")
to compile the regression tests. This causes two
regression tests to fail (InnerTest and DoublePrint).

- DoublePrint:
jikes generates wrong code for negative zeros in
array initializers (Bug #3399), which causes this
test to fail

- InnerTest:
jikes doesn't seem to insert the anonymous inner
classes into the "innerClass" attribute of the
InnerTest class file. This causes kaffe to not
detect them and thus the test fails.

Just wanted to let you know, 
Helmer