Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24] test failures in ep434Y-unit-cen64-gtk3-java24 #1462

Open
stephan-herrmann opened this issue Nov 7, 2024 · 5 comments
Open

[24] test failures in ep434Y-unit-cen64-gtk3-java24 #1462

stephan-herrmann opened this issue Nov 7, 2024 · 5 comments
Labels
test Test case failure

Comments

@stephan-herrmann
Copy link
Contributor

Build job https://ci.eclipse.org/releng/job/YPBuilds/job/ep434Y-unit-cen64-gtk3-java24 runs tests with

  • BEAT_JAVA24 branches from JDT
  • JDK 24 EA

Since build https://ci.eclipse.org/releng/job/YPBuilds/job/ep434Y-unit-cen64-gtk3-java24/10 we are down to a manageable number for failures. These are in PDE:

It would be good to know what kind of failures we have here:

  • do any failures indicate a problem in jdt, perhaps jdt.launching?
  • can failures be resolved in pde master?
  • do failures indicate that also PDE would need a BETA_JAVA24 branch for tests on Java 24 to succeed?

For investigation you might want to pull JDT beta artifacts from https://download.eclipse.org/eclipse/updates/4.34-Y-builds/

@jukzi
Copy link
Contributor

jukzi commented Jan 8, 2025

BundleErrorReporterTest.testErrorOnUnresolvedJrePackage also failed in I-Build https://download.eclipse.org/eclipse/downloads/drops4/I20250107-1800/testresults/html/org.eclipse.pde.ui.tests_ep435I-unit-macosx-x86_64-java21_macosx.cocoa.x86_64_21.html

java.lang.AssertionError:
Expecting empty but was: [Marker [on: /org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest/META-INF/MANIFEST.MF, id: 570, type: org.eclipse.pde.core.problem, attributes: [categoryId: fatal, compilerKey: compilers.p.unresolved-import, lineNumber: 6, message: Neither an available bundle nor the associated JRE export package 'java.lang.module', packageName: java.lang.module, problemId: 4103, severity: 2], created: 1/7/25, 10:10 PM]]
at org.eclipse.pde.core.tests.internal.core.builders.BundleErrorReporterTest.testErrorOnUnresolvedJrePackage(BundleErrorReporterTest.java:79)

@stephan-herrmann
Copy link
Contributor Author

Since build https://ci.eclipse.org/releng/job/YPBuilds/job/ep434Y-unit-cen64-gtk3-java24/10 we are down to a manageable number for failures. These are in PDE:

Of these, the latest build still shows four failures. Only the last one, TestPDETemplates.validateProduct, is no longer listed as failing.

Did anyone have a look if any of these indicate that PDE needs some changes of its own to work with Java 24?

@HannesWell
Copy link
Member

Did anyone have a look if any of these indicate that PDE needs some changes of its own to work with Java 24?

Not yet in detail, but after a quick glance the first two look related and for the fourth I wonder how this even passes in current I-builds as it uses a project with Java 1.7 BREE.

I'll try to have a deeper look in the next days.

@stephan-herrmann
Copy link
Contributor Author

@HannesWell in yesterdays tests PDE is clean!
I guess this may be caused by eclipse-jdt/eclipse.jdt.debug#616 - does this make sense wrt the nature of previous failures?

Do you agree to closing this issue then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Test case failure
Projects
None yet
Development

No branches or pull requests

3 participants