Bug 3814 - testBacktrace(frysk.rt.TestStackBacktrace)junit.framework.AssertionFailedError: expected:<62> but was:<61>
Summary: testBacktrace(frysk.rt.TestStackBacktrace)junit.framework.AssertionFailedErro...
Status: RESOLVED DUPLICATE of bug 3259
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1633 2935 2936 3076
  Show dependency treegraph
 
Reported: 2006-12-27 17:38 UTC by Mike Cvet
Modified: 2006-12-27 18:21 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 Mike Cvet 2006-12-27 17:38:12 UTC
There was 1 failure:
1) 
testBacktrace(frysk.rt.TestStackBacktrace)junit.framework.AssertionFailedError: 
expected:<62> but was:<61>
   at frysk.rt.TestStackBacktrace.testBacktrace(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)


Checked with fstack too on that process:

Task #17443
#0 0x4007f5 in baz () from: ../../frysk/frysk-core/frysk/pkglibdir/funit-rt-
looper.c#61
#1 0x400805 in bar () from: ../../frysk/frysk-core/frysk/pkglibdir/funit-rt-
looper.c#71
#2 0x400818 in foo () from: ../../frysk/frysk-core/frysk/pkglibdir/funit-rt-
looper.c#81
#3 0x40093b in main () from: ../../frysk/frysk-core/frysk/pkglibdir/funit-rt-
looper.c#117
#4 0x2aaaaaefda44 in __libc_start_main ()
#5 0x400759 in _start ()


line 61 does nothing, should be looping on line 62.
Comment 1 Mike Cvet 2006-12-27 18:21:10 UTC

*** This bug has been marked as a duplicate of 3259 ***