eclipse-jdt/eclipse.jdt.debug

[23] Debug tests are failing with JVM 23

Closed this issue · 3 comments

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)

I will take this up via #482 itself

mpalat commented

@jarthana I believe this is done?

Yes, closing now.