Martin Michlmayr wrote: > * Arnaud Vandyck <[EMAIL PROTECTED]> [2005-02-21 18:38]: > > Attached is a little threaded program that can make a little test. You > > can run it like this: > > Note that I'm on little-endian mips (mipsel) so I made a > debian/rules.mipsel-linux file. > > > $ kaffe -classpath threadconsole.jar ste.threadconsole.Main > > > > The result should be 10 + and 10 - printed on the screen in two > > different threads. Something like: > > +-+-+-+-++-+-+-++- > > [EMAIL PROTECTED]:~$ kaffe -classpath threadconsole.jar ste.threadconsole.Main > -+ > > This prints two items (in different order) but then it stops.
Same here, big endian, 2x SMP system. > > Also, when the package has been build, you can go to the build tree, > > you'll have kaffe-pthread and kaffe-jthread and in these directories, > > you can run > > $ make check > > jthreads [snip] > ================================ > 21 of 147 tests failed Here: 9 of 147 tests failed Namely: FAIL: WaitTest.java FAIL: TestSerializable2.java FAIL: SerialPersistentFields.java FAIL: TestSerialPersistent.java FAIL: SerialUID.java FAIL: Alias.java FAIL: HashTest.java FAIL: SecureRandomTest.java FAIL: DeadThread.java > pthreads [snip] > ================================ > 23 of 147 tests failed Here: 20 of 147 tests failed Namely: FAIL: ThreadInterrupt.java FAIL: WaitTest.java FAIL: Preempt.java FAIL: TestSerializable2.java FAIL: SerialPersistentFields.java FAIL: TestSerialPersistent.java FAIL: SerialUID.java FAIL: Alias.java FAIL: UDPTest.java FAIL: SoTimeout.java FAIL: HashTest.java FAIL: SecureRandomTest.java FAIL: ReaderReadVoidTest.java FAIL: ShutdownHookTest.java FAIL: CLTestJLock.java FAIL: GCTest.java FAIL: ProcessClassInst.java FAIL: ProcessClassStop.java FAIL: ProcessClassLockTest.java FAIL: CatchDeath.java Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

