Summary: | Running testIt(frysk.proc.TestSyscallSignal) ...WARNING: EventLoop.tid changed | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Andrew Cagney <cagney> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1524 |
Description
Andrew Cagney
2007-04-17 16:54:01 UTC
See frysk.proc.TestBreakpoint for how to rewrite the code and eliminate the problem. 2007-04-17 Andrew Cagney <cagney@redhat.com> * TestSyscallSignal.java (setUp): Use Replace EventLoop.run with assertRunUntilStop; do not create EventLoopRunner. (EventLoopRunner, eventLoop, monitor): Delete. (tearDown): Delete. (testIt): Replace synchronize blocks with calls to assertRunUntilStop. (SignalObserver.addedTo, SignalObserver.deletedFrom) (SyscallObserver.updateSyscallEnter, SyscallObserver.addedTo) (SyscallObserver.deletedFrom): Simplify, call EventLoop.requestStop. |