Bug 3083 - testAsync(frysk.event.TestEventLoop)junit.framework.AssertionFailedError: dummy signal handler run
Summary: testAsync(frysk.event.TestEventLoop)junit.framework.AssertionFailedError: dum...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1580
  Show dependency treegraph
 
Reported: 2006-08-17 18:46 UTC by Andrew Cagney
Modified: 2006-11-28 16:47 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 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