Re: [kaffe] Make Check Results - 1 failed

2005-02-11 Thread Dalibor Topic
Jeffrey B. Levine wrote: Ran make check and these are the results. I am running Fedora Core 3. Application I want to use requires Kaffe. Can you help?.. FAIL: TestSerialVersions.java Hi Jeff, thank you for the bug report. that was a bug in the implementation of serialization that sneaked in

[kaffe] Make Check Results - 1 failed

2005-02-10 Thread Jeffrey B. Levine
Ran make check and these are the results. I am running Fedora Core 3. Application I want to use requires Kaffe. Can you help?.. Thanks, Jeff make[3]: Entering directory `/root/kaffe-1.1.4/kaffe/kaffevm/systems' Making check in unix-jthreads make[4]: Entering directory

Re: [kaffe] make check results report

2004-02-19 Thread Guilhem Lavaux
Ito Kazumitsu wrote: : == Ito Kazumitsu [EMAIL PROTECTED] writes: : : Today's make check showed: : : : : 2 of 144 tests failed : : Please report to [EMAIL PROTECTED] : : : : Tests that failed are: : : FAIL:

Re: [kaffe] make check results report

2004-02-10 Thread Ito Kazumitsu
: == Ito Kazumitsu [EMAIL PROTECTED] writes: : : Today's make check showed: : : : : 2 of 144 tests failed : : Please report to [EMAIL PROTECTED] : : : : Tests that failed are: : : FAIL: TestSerialVersions.java : : FAIL:

Re: [kaffe] make check results report

2004-02-09 Thread Ito Kazumitsu
: == Ito Kazumitsu [EMAIL PROTECTED] writes: : Today's make check showed: : : 2 of 144 tests failed : Please report to [EMAIL PROTECTED] : : Tests that failed are: : FAIL: TestSerialVersions.java : FAIL: TestSerialFields.java My

[kaffe] make check results report

2004-02-04 Thread Ito Kazumitsu
Today's make check showed: 2 of 144 tests failed Please report to [EMAIL PROTECTED] Last ChangeLog Entry: 2004-02-03 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/nio/Makefile.am (libnio_la_LDFLAGS) Added gnu

[kaffe] make check results?

2002-06-03 Thread Alexander Popov
Hi, I made the check on couple of different CVS version and the officially released 1.0.6 and all of them have most of the post-compilation tests FAIL. example: PASS: ThreadStop.java FAIL: DeadThread.java FAIL: tthrd1.java FAIL: SoInterrupt.java FAIL: sysdepCallMethod.java FAIL:

Re: [kaffe] make check results?

2002-06-03 Thread Dalibor Topic
Hi alexander, --- Alexander Popov [EMAIL PROTECTED] wrote: Hi, I made the check on couple of different CVS version and the officially released 1.0.6 and all of them have most of the post-compilation tests FAIL. Try deleting your CLASSPATH before you run make check. export -n CLASSPATH