eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
168 stars 133 forks source link

[24] Monitor failures in tests of Y-Builds #3228

Open stephan-herrmann opened 4 weeks ago

stephan-herrmann commented 4 weeks ago

In particular this job should be closely monitored for [24] work:

Unfortunately there's a HUGE number of failures outside JDT (mostly against pde.api.tools), but when you scroll down to the per-package statistics, it's possible to check just everything in org.eclipse.jdt.core*.

Status as of https://ci.eclipse.org/releng/job/YPBuilds/job/ep434Y-unit-cen64-gtk3-java24/7/testReport/

stephan-herrmann commented 4 weeks ago

HUGE number of failures outside JDT (mostly against pde.api.tools),

Is this something that happened before for previous Java versions? Perhaps api tools simply can't read class files of Java 24?

stephan-herrmann commented 4 weeks ago

For monitoring only jdt.core it is easier to just look at this job:

stephan-herrmann commented 3 weeks ago

HUGE number of failures outside JDT (mostly against pde.api.tools),

Is this something that happened before for previous Java versions? Perhaps api tools simply can't read class files of Java 24?

Much of this was resolved, I assume be changes in jdt.lauching.

stephan-herrmann commented 5 days ago

We have a drop in number of tests, see https://ci.eclipse.org/releng/job/YPBuilds/job/ep434Y-unit-cen64-gtk3-java24/14/testReport/org.eclipse.jdt.core.tests.compiler.parser/TestAll/ which, however can be explained by the removal of SelectionParserTest12.java via #3264