Bug 3854 - testSingleThreadedDetached(frysk.util.TestFStack)junit.framework.AssertionFailedError: Couldn't find the given proc
Summary: testSingleThreadedDetached(frysk.util.TestFStack)junit.framework.AssertionFai...
Status: RESOLVED WORKSFORME
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 21:44 UTC by Nurdin Premji
Modified: 2007-01-25 22:09 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nurdin Premji 2007-01-10 21:44:41 UTC
./frysk-core/TestRunner -r 1000 'testSingleThreadedDetached(frysk.util.TestFStack)'

produces this:
 testSingleThreadedDetached(frysk.util.TestFStack)junit.framework.AssertionFailedError:
Couldn't find the given proc
   at frysk.proc.TestLib$FindProc.procNotFound(TestRunner)
   at frysk.proc.LinuxPtraceHost$3.execute(TestRunner)
   at frysk.event.EventLoop.runEventLoop(TestRunner)
   at frysk.event.EventLoop.run(TestRunner)
   at frysk.proc.TestLib$Child.assertFindProcAndTasks(TestRunner)
   at frysk.util.TestFStack.multiThreaded(TestRunner)
   at frysk.util.TestFStack.testSingleThreadedDetached(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

FAILURES!!!
Tests run: 1,  Failures: 1,  Errors: 0

Failed after run #102

Note that it always fails on run #102.
Comment 1 Nurdin Premji 2007-01-25 22:09:33 UTC
Seems to have been fixed, gets all the way up to Bug #3925 now.