Bug 1846 - testSyscall2(frysk.proc.TestSyscall2)junit.framework.AssertionFailedError: Event loop run was explictly stopped (run "syscallloop" until exit)
Summary: testSyscall2(frysk.proc.TestSyscall2)junit.framework.AssertionFailedError: Ev...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Jeff Johnston
URL:
Keywords:
Depends on:
Blocks: 1551
  Show dependency treegraph
 
Reported: 2005-11-11 01:22 UTC by Andrew Cagney
Modified: 2005-11-17 19:14 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-11-11 01:22:18 UTC
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.
Comment 1 Jeff Johnston 2005-11-17 19:14:16 UTC
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.