Bug 6414 - testHaveSysRoot(frysk.hpd.TestSysRoot) ...FAIL
Summary: testHaveSysRoot(frysk.hpd.TestSysRoot) ...FAIL
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 5624
  Show dependency treegraph
 
Reported: 2008-04-16 08:53 UTC by Mark Wielaard
Modified: 2008-04-16 08:53 UTC (History)
1 user (show)

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 Mark Wielaard 2008-04-16 08:53:28 UTC
The following works fine on x86_64, but fails on x86 (fedora 8):

$ ./TestRunner frysk.hpd.TestSysRoot
Running testHaveSysRoot(frysk.hpd.TestSysRoot) ...FAIL
  junit.framework.AssertionFailedError: sent: <next> expecting: <Task stopped at
line.*> got: <next
Task stopped at address 0x1f1390
(fhpd) >

Time: 2.821
There was 1 failure:
1) testHaveSysRoot(frysk.hpd.TestSysRoot)junit.framework.AssertionFailedError:
sent: <next> expecting: <Task stopped at line.*> got: <next
Task stopped at address 0x1f1390
(fhpd) >
   at frysk.hpd.HpdTestbed$1.execute(TestRunner)
   at frysk.expunit.Child.expectMilliseconds(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.hpd.HpdTestbed.expectPrompt(TestRunner)
   at frysk.hpd.HpdTestbed.sendCommandExpectPrompt(TestRunner)
   at frysk.hpd.TestSysRoot.testHaveSysRoot(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

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

Failed after run #0