Community
Participate
Working Groups
From the I20120125-1800 build (but I have seen it fail before): testEnableDisableBreakpointSepVM Failure Program did not terminate. junit.framework.AssertionFailedError: Program did not terminate. at org.eclipse.ant.tests.ui.debug.AbstractAntDebugTest.resumeAndExit(AbstractAntDebugTest.java:465) at org.eclipse.ant.tests.ui.debug.BreakpointTests.enableDisableBreapoint(BreakpointTests.java:125) at org.eclipse.ant.tests.ui.debug.BreakpointTests.testEnableDisableBreakpointSepVM(BreakpointTests.java:104) at org.eclipse.ant.tests.ui.debug.AbstractAntDebugTest.runBare(AbstractAntDebugTest.java:777) at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest.access$0(AbstractAntUIBuildTest.java:1) at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest$1.run(AbstractAntUIBuildTest.java:44) at java.lang.Thread.run(Thread.java:680) We should extend the TestAgainException support to these kinds of failures as well - i.e. anywhere we use a DebugEventWaiter we should try to test again for suspendee failures. It also might be good to look at fixing bug 214368 as well.
Satyam, can you have a look?
This test is passing in Eclipse SDK Version: 4.2.0 Build id: I20120531-1500 Shall we close this bug?
*** Bug 357811 has been marked as a duplicate of this bug. ***
pushed fix to:http://git.eclipse.org/c/platform/eclipse.platform.git/commit/?id=5f5eabf56c1b1fb7c92cfc5cbfbe92b8e95525ef that extends support for the TestAgainException to the resume* and terminate* tests.
Marking verified, there have been no intermittent test failures like these for quite some time.
*** Bug 294321 has been marked as a duplicate of this bug. ***