Bug 3686 - testRecursiveLineStepping(frysk.rt.tests.TestStepping)junit.framework.AssertionFailedError: expected:<123> but was:<122>
Summary: testRecursiveLineStepping(frysk.rt.tests.TestStepping)junit.framework.Asserti...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 2935
  Show dependency treegraph
 
Reported: 2006-12-08 21:00 UTC by Andrew Cagney
Modified: 2006-12-11 21:26 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-12-08 21:00:53 UTC
testRecursiveLineStepping(frysk.rt.tests.TestStepping)junit.framework.AssertionFailedError:
expected:<123> but was:<122>
   at frysk.rt.tests.TestStepping.stepAssertions(TestRunner)
   at frysk.rt.tests.TestStepping$LockObserver$1.execute(TestRunner)
   at frysk.event.EventLoop.runEventLoop(TestRunner)
   at frysk.event.EventLoop.runPolling(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.rt.tests.TestStepping.testRecursiveLineStepping(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

FC5.17
Comment 1 Andrew Cagney 2006-12-08 21:10:09 UTC
Index: frysk-core/frysk/rt/ChangeLog
2006-12-08  Andrew Cagney  <cagney@redhat.com>

        * tests/TestStepping.java (testRecursiveLineStepping): Disable,
        3686.
Comment 2 Mike Cvet 2006-12-11 21:26:00 UTC
2006-12-11  Mike Cvet  <mcvet@redhat.com>

	* tests/TestStepping.java (testRecursiveLineStepping): Re-enabled.
	(stepAssertions): Catch steps into non-debuginfo areas; including
	linker thunk. Fixes #3685. Fixed up more assertions. Fixes #3685
	and #3686.