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