testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) at frysk.testbed.TestLib.assertRunUntilStop(TestLib.java:79) at frysk.testbed.TestLib.assertRunUntilStop(TestLib.java:90) at frysk.proc.TestTaskObserverWatchpoint.testAddthenDeleteWatchpoint(TestTaskObserverWatchpoint.java:337) at frysk.junit.Runner.runCases(Runner.java:214) at frysk.junit.Runner.runTestCases(Runner.java:441) at TestRunner.main(TestRunner.java:64)
I cannot replicate this on F9, HEAD, X8664. What was the arch, OS this run on? Was it run under JNI or CNI backends? Alas, the backtrace is not very useful to try and debug via that :(
Fedora 8, x86-64; occures with both cni and jni.
With Fedora 9, x8664, JNI: [pmuldoon@localhost frysk-core]$ make jni make: Nothing to be done for `jni'. [pmuldoon@localhost frysk-core]$ ./JniRunner frysk.proc.TestTaskObserverWatchpoint vm loaded Running testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS and with CNI [pmuldoon@localhost frysk-core]$ make make all-am make[1]: Entering directory `/home/pmuldoon/frysk_bin/frysk-core' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/pmuldoon/frysk_bin/frysk-core' [pmuldoon@localhost frysk-core]$ ./TestRunner frysk.proc.TestTaskObserverWatchpoint Running testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS As soon as I find a x8664 Fedora 8 box, I'll see if I can get it to fail there. But no liuck so far.
Built on towns: -bash-3.2$ cat /etc/redhat-release Fedora release 8 (Werewolf) -bash-3.2$ cd frysk-core/ -bash-3.2$ ./TestRunner frysk.proc.TestTaskObserverWatchpoint Running testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS Time: 0.264 OK (6 tests) -bash-3.2$ make jni make: Nothing to be done for `jni'. -bash-3.2$ ./JniRunner frysk.proc.TestTaskObserverWatchpoint vm loaded Running testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS Time: 1.545 OK (6 tests)