testSyscall2(frysk.proc.TestSyscall2)junit.framework.AssertionFailedError: Event loop run was explictly stopped (run "syscallloop" until exit) at frysk.proc.TestLib.assertRunUntilStop(java.lang.String) (/home/scratch/frysk/frysk/frysk-core/frysk/proc/TestLib.java:75) at frysk.proc.TestSyscall2.testSyscall2() (/home/scratch/frysk/frysk/frysk-core/frysk/proc/TestSyscall2.java:148) at TestRunner.main(java.lang.String[]) (/home/scratch/frysk/native/frysk-core/TestRunner.java:108) at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0) at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) I've as a temp fix I've commented out the test: 2005-11-10 Andrew Cagney <cagney@redhat.com> * TestSyscall2.java: Disable for moment.
Test was failing due to the amount of time taken to process syscall events (~.5 seconds per 1000 on my 2.6 GHz machine). The test is only meant to ensure that a large set of syscalls all get processed and that the count is >= to the expected number. Count has been lowered to 1000.