[kaffe] ThreadState regression test

2003-11-24 Thread Jim Pick
Hi,

I built from CVS this morning (i386/Linux/jthreads), and the ThreadState
regression test failed with this:

lt-kaffe-bin: ../../../../../kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:2207: 
jmutex_unlock: Assertion `tid-status != 1' failed.

I tried again, and the test succeeded.  It's definitely an intermittent thing.

Try doing this at your shell prompt in tests/regression:

$ (while true; do make check TESTS=ThreadState.java || exit 1; done)

I wasn't able to reproduce my failure, but...

For me, sometimes the test returns quickly, and sometimes it doesn't.  So
I think this regression test is turning up something, even though it
usually says it is passing.

Cheers,

 - Jim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] ThreadState regression test

2003-11-24 Thread Jim Pick
On Mon, 24 Nov 2003 08:12:43 -0800
Jim Pick [EMAIL PROTECTED] wrote:


 $ (while true; do make check TESTS=ThreadState.java || exit 1; done)
 
 I wasn't able to reproduce my failure, but...
 
 For me, sometimes the test returns quickly, and sometimes it doesn't.  So
 I think this regression test is turning up something, even though it
 usually says it is passing.

I'm trying this again, and now I can't even reproduce my own bug report,
in the exact same tree.  The tests are running consistently for me now.
Hmmm.  Very weird.  I'll keep trying, but I'm not sure if my bug report
is real or not yet -- I wouldn't spend a lot of time trying to reproduce
it, since it seems to have gone away for me now.  I hope it's not flakey
hardware...

Cheers,

 - Jim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe