eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

Failure of several ANT tests: BreakpointTests, RunToLineTests, SteppingTests, PropertyTests and StackTests

Open fedejeanne opened this issue 2 years ago • 1 comments

See https://github.com/eclipse-platform/eclipse.platform/actions/runs/6768954775/job/18394402793

They all fail with the same error message:

Concurrent Ant builds are possible if you specify to build in a separate JRE.

In org.eclipse.ant.tests.ui.debug.BreakpointTests

  • testEnableDisableBreakpoint
  • testTargetBreakpoint
  • testDisabledBreakpoint
  • testBreakpoint
  • testSkipLineBreakpoint
  • testDeferredBreakpoints
  • testTaskOutOfTargetBreakpoint

In org.eclipse.ant.tests.ui.debug.RunToLineTests

  • testRunToLineHitBreakpoint
  • testRunToLineSkipBreakpoint
  • testRunToLine

In org.eclipse.ant.tests.ui.debug.SteppingTests

  • testStepOverAntCall
  • testStepOverAntCallHitBreakpoint
  • testStepOverAntCallPastOtherAntCalls
  • testStepIntoAntCall
  • testStepBackFromAntCall
  • testStepOutOfMacrodef
  • testStepIntoMacrodef

In org.eclipse.ant.tests.ui.debug.PropertyTests

  • testRuntimeProperties
  • testUserProperties
  • testSystemProperties

In org.eclipse.ant.tests.ui.debug.StackTests

  • testStackForAntCall

fedejeanne avatar Nov 06 '23 10:11 fedejeanne

Hm, I was about to link this issue to https://github.com/eclipse-platform/eclipse.platform/pull/785 but it seems they just went away. It looks like a random failure, probably related to other changes.

Can anyone confirm this?

fedejeanne avatar Nov 06 '23 10:11 fedejeanne

No reported failures in 1+ years. Closing.

fedejeanne avatar Dec 10 '24 12:12 fedejeanne