eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 50 forks source link

[23] Debug tests are failing with JVM 23 #483

Closed jarthana closed 1 month ago

jarthana commented 2 months ago

Many tests in jdt.debug test suite are failing when run with JVM 23 on the BETA_JAVA23 branch, for e.g., org.eclipse.debug.jdi.tests.AccessibleTest.testJDIIsPublic(). The error trace is:

java.lang.Error: Could not contact the VM
    at org.eclipse.debug.jdi.tests.AbstractJDITest.connectToVM(AbstractJDITest.java:928)
    at org.eclipse.debug.jdi.tests.AbstractJDITest.launchTargetAndConnectToVM(AbstractJDITest.java:662)
    at org.eclipse.debug.jdi.tests.AbstractJDITest.launchTargetAndStartProgram(AbstractJDITest.java:1117)
    at org.eclipse.debug.jdi.tests.AbstractJDITest.setUp(AbstractJDITest.java:1126)
jarthana commented 2 months ago

I will take this up via https://github.com/eclipse-jdt/eclipse.jdt.debug/pull/482 itself

mpalat commented 1 month ago

@jarthana I believe this is done?

jarthana commented 1 month ago

Yes, closing now.