This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4747] frysk.rt.TestUpdatingDisplayValue java.lang.IllegalStateException: Already stepping


------- Additional Comments From mark at klomp dot org  2007-07-16 11:15 -------
I am unable to reproduce this, although I have seen it in the past happen.
Please add a note to this if you are seeing this happen.

On x86_64 (FC6) I can run ./TestRunner -r 1000 frysk.rt.TestUpdatingDisplayValue
and not get any failure at all.

If I do the same on x86 (F7) then I do after some runs I almost always get:

There were 4 failures:
1)
testFuncReturn(frysk.rt.TestUpdatingDisplayValue)junit.framework.AssertionFailedError:
Display is not available
   at frysk.rt.TestUpdatingDisplayValue.testFuncReturn(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
2)
testLongjmp(frysk.rt.TestUpdatingDisplayValue)junit.framework.AssertionFailedError:
Display is not available
   at frysk.rt.TestUpdatingDisplayValue.testLongjmp(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
3)
testTaskDead(frysk.rt.TestUpdatingDisplayValue)junit.framework.AssertionFailedError:
Display is not available
   at frysk.rt.TestUpdatingDisplayValue.testTaskDead(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
4)
testEnabledExprUnavailable(frysk.rt.TestUpdatingDisplayValue)junit.framework.AssertionFailedError:
Display is not available
   at frysk.rt.TestUpdatingDisplayValue.testEnabledExprUnavailable(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

But never the original reported failure. Maybe this new failure is hiding the
original?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ajocksch at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4747

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]