-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
openjdk: langtools_all target #5353
Conversation
I do not think langtools is fully enabled in openj9/ibm. Please run the Grinder to ensure this test is valid for openj9. |
@llxia could you please point the openj9/ibm SDK URL ? |
I can make langtools_all hotspot only for now. |
@pshipton could you please confirm that we should exclude langtools tests for openj9/ibm? If so, do we have an openj9 issue for reference in the disabled comment? Thanks |
Created eclipse-openj9/openj9#19605 |
@zzambers please disable langtools_all target for both impl openj9 and ibm and reference eclipse-openj9/openj9#19605 in the disable comment. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @zzambers
@llxia thanks btw. I have tried to rerun openj9 jobs, verified, that openj9 failures are reproducible in grinder: |
This adds
langtools_all
target to openjdk to run langtools tests (see: #5318).Testing:
x86-64_linux:
jdk 21: OK
jdk 17: OK
jdk 11: OK
jdk 8: OK
x86-64_windows
jdk 21: OK
jdk 8: FAILED (infra issue?, rerun OK)
x86-64_mac
jdk 21: OK
jdk 8: OK