cagney@nettle$ cd frysk-core/ cagney@nettle$ ./TestRunner -r 100 frysk.proc.TestSyscallRunning [...] 1) testSyscallRunning(frysk.proc.TestSyscallRunning)junit.framework.AssertionFailedError: syso exited at frysk.proc.TestSyscallRunning.testSyscallRunning(TestRunner) at frysk.junit.Runner.<init>(TestRunner) at TestRunner.main(TestRunner) this is on fc5, both i386 and x86-64.
Fixed by: 2006-09-18 Mark Wielaard <mark@klomp.org> Fixes bug #3193 * TestSyscallRunning (SyscallObserver): Take syscall name and whether the syscall is in an entered state. Use Syscall.getByName() for accept. 2006-09-18 Mark Wielaard <mark@klomp.org> * funit-syscall-running.c: Don't read, just accept socket.