-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
(V0.9.6 release) Cherry pick for V0.9.6 release-jdk20 #4414
Merged
smlambert
merged 11 commits into
adoptium:v0.9.6-release
from
sophia-guo:v0.9.6-release
Mar 10, 2023
Merged
(V0.9.6 release) Cherry pick for V0.9.6 release-jdk20 #4414
smlambert
merged 11 commits into
adoptium:v0.9.6-release
from
sophia-guo:v0.9.6-release
Mar 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Set up jdk for jck interactive Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> * Add parameter SETUP_JCK_RUN explicitely Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
The change is to exclude the FFI related test cases in AttachTest.java captured at eclipse-openj9/openj9#16656 given the FFI related code in JDK20 has been disabled for the moment and will be enabled once the code has been updated against the latest APIs. Signed-off-by: ChengJin01 <jincheng@ca.ibm.com>
Signed-off-by: Mesbah Alam <Mesbah_Alam@ca.ibm.com>
…m#4324) The change updates the issue no by replacing #16656 with #16565 as #16656 will be closed as duplicate of #16565, in which case #16565 serves as the only issue that keeps track of the excluded FFI test suites in JDK20. Signed-off-by: ChengJin01 <jincheng@ca.ibm.com>
…um#4333) Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Related: eclipse-openj9/openj9#16751 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Re-enable Thread related tests fixed in JDK19 Signed-off-by: Jack Lu <Jack.S.Lu@ibm.com>
ContinuationTest is being disabled for OpenJ9 since it is specific to the reference implementation and it does not apply to OpenJ9. Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Refer to adoptium#1297 to permanently exclude. Related: eclipse-openj9/openj9#16792 Related: adoptium#1297 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
…ium#4387) Signed-off-by: Jason Feng <fengj@ca.ibm.com>
…doptium#4389) - related: adoptium#4218 (comment) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smlambert <smlambert@users.noreply.github.com>
One of the commits in this PR appears to be from "anonymous" which is why the ECA check is failing. See its the one that is originally created by our Github workflow, so I will proceed to merge, as we know the original PR from the bot was approved. |
smlambert
approved these changes
Mar 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cherry-pick fbe94bc 725402b fb2eae0 61cdb10 55f2c6b 8d08688 760acfe 7b53329 15920f9 d2b88d5 3ff210c
Close #4392
Signed-off-by: Sophia Guo sophia.gwf@gmail.com