-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Exclude failing CDS tests on jdk17u mac-x64 as Temurin does not build a CDS #5878
Conversation
Signed-off-by: Andrew Leonard <[email protected]>
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.
Looks good.
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.
I'm ok with this in principle, but is the commented out line purely so you can have a second bug URL associated with it (i.e. can we not comma separate for example?)
Correct, multiple bug URL's is not supported and in fact I think causes the exclude line to be invalid |
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Yes, upstream tooling only supports 1 entry per testcase, so if there are multiple entries, only the last one is honoured (earlier ones ignored), so we've decided to take this approach to understand which issues relate to which platforms. |
We don't build a CDS on Mac x64 (ref: adoptium/adoptium-support#937 (comment))
There are some tests not excluded on jdk17u for mac x64.
Note: jdk21+ excludes all CDS tests when no-CDS ref: https://github.com/openjdk/jdk21u/blob/e45287d1ad9dcadf8a23d3271f1b675b8dade0ac/test/hotspot/jtreg/TEST.groups#L56