-
Notifications
You must be signed in to change notification settings - Fork 49
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] Monitor failures in tests of Y-Builds #553
Comments
As of today I see these failures:
|
+ initialize project java24 "Two_Four" + create extension for EE JavaSE-24 See eclipse-jdt#553
+ initialize project java24 "Two_Four" + create extension for EE JavaSE-24 See eclipse-jdt#553
+ Move all test infra for Java 23 to 24, all use enable-preview + create extension for EE JavaSE-24 See eclipse-jdt#553
Results in https://ci.eclipse.org/releng/job/YPBuilds/job/ep434Y-unit-cen64-gtk3-java24/10/testReport/ :
New feailure is in VirtualThreadsDebugViewTests.testVirtualThreadDebugView:
|
Build failed: https://ci.eclipse.org/jdt/job/eclipse.jdt.debug-github/job/BETA_JAVA24/3 Error is:
|
After temporary breakage of tests, we have fresh results again: no changes wrt. the Nov 7 results. |
Detailed test report for jdt.debug: https://download.eclipse.org/eclipse/downloads/drops4/Y20250106-1000/testresults/html/org.eclipse.jdt.debug.tests_ep435Y-unit-linux-x86_64-java24_linux.gtk.x86_64_24.html Console log is here: https://download.eclipse.org/eclipse/downloads/drops4/Y20250106-1000/testresults/ep435Y-unit-linux-x86_64-java24_linux.gtk.x86_64_24/org.eclipse.jdt.debug.tests.AutomatedSuite.txt Log file contains this:
Does anyone know, where this Java version needs to be made known? |
This is not specific to Adoptium. After switch to openjdk we see
Other than that no changes as of https://ci.eclipse.org/releng/job/YPBuilds/job/ep435Y-unit-linux-x86_64-java24/26/testReport/ |
This comes from Line 35 in 1639f4b
Line 28 in 1639f4b
@stephan-herrmann Do you think using the later one instead of the former will allow having support for Java 24 now? |
I'm not quite sure what exactly you are suggesting, as one constant is just an alias for the other. It should accept Java24 since #542. To check: was org.eclipse.jdt.launching/lib/javaagent-shaded.jar correctly re-built? I can see it checked in with #542 but haven't looked inside. |
After merge from master #594 the next BETA_JAVA24 build was green: https://ci.eclipse.org/jdt/job/eclipse.jdt.debug-github/job/BETA_JAVA24/4 |
Meanwhile we have meaningful test results in these builds
I suggest we monitor these builds to catch any problems early
The text was updated successfully, but these errors were encountered: