eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

JavaLeakTests failing on Java 23 #1664

Open akurtakov opened 4 hours ago

akurtakov commented 4 hours ago

Failures are like 'Can not get final java.lang.Class field java.lang.Class.componentType on java.lang.Class'

See https://download.eclipse.org/eclipse/downloads/drops4/I20240919-1230/testresults/html/org.eclipse.jdt.ui.tests_ep434I-unit-cen64-gtk3-java23_linux.gtk.x86_64_23.html for details.

akurtakov commented 4 hours ago

@noopur2507 You seem to be the one involved with this failing on Java 17 so would you please look into it?

noopur2507 commented 3 hours ago

I am not sure if these were tests enabled based on the discussion in https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/23.

noopur2507 commented 3 hours ago

Also, I don't see any test failures in the last Y-build on gtk3-java23. https://download.eclipse.org/eclipse/downloads/drops4/Y20240918-1000/testResults.php

@MohananRahul @stephan-herrmann any idea what changed?