Bug 3083

Summary: testAsync(frysk.event.TestEventLoop)junit.framework.AssertionFailedError: dummy signal handler run
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1580    

Description Andrew Cagney 2006-08-17 18:46:47 UTC
Occures when running <<make distcheck>> i.e., the full funit testsuite vis:

Running testSignalHandler(frysk.event.TestEventLoop) ...PASS
Running testAsync(frysk.event.TestEventLoop) ...FAIL
  junit.framework.AssertionFailedError: dummy signal handler run
Running testAAA(frysk.event.TestSigChild) ...PASS

details:

testAsync(frysk.event.TestEventLoop)junit.framework.AssertionFailedError: dummy
signal handler run
   at frysk.event.TestEventLoop$15.execute(funit)
   at frysk.event.EventLoop.runEventLoop(funit)
   at frysk.event.EventLoop.runPolling(funit)
   at frysk.event.TestEventLoop.testAsync(funit)
   at frysk.junit.Runner.<init>(funit)
   at funit.main(funit)

but note that running test by hand gets no failure:

$ ./frysk-0.0.1.2006.08.17/_inst/libexec/frysk/funit frysk.event.TestEventLoop
Running testEventLoop(frysk.event.TestEventLoop) ...PASS
Running testPeriodicTimer(frysk.event.TestEventLoop) ...PASS
Running testTimerRemoval(frysk.event.TestEventLoop) ...PASS
Running testScheduleBeforeRun(frysk.event.TestEventLoop) ...PASS
Running testSignalHandler(frysk.event.TestEventLoop) ...PASS
Running testAsync(frysk.event.TestEventLoop) ...PASS

reproducable!
Comment 1 Andrew Cagney 2006-11-08 18:35:20 UTC
strip space from subject