-
-
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
Enable FFI test suites for JDK17, 19 and beyond #4226
Enable FFI test suites for JDK17, 19 and beyond #4226
Conversation
The change is to enable the majority of FFI specific test suites except the Hotspot related tests plus a couple of failing tests being investigated given everything intended for FFI has been implemented in OpenJ9. Signed-off-by: ChengJin01 <[email protected]>
7176a1c
to
b176901
Compare
I'd like to enable most of FFI test suites passed in the Grinders in JDK17 & 19 with all Hotspot specific tests excluded: So far, there are only two disabled test suites to be addressed: Note:
|
Reviewer: @llxia, @ShelleyLambert |
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.
LGTM
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.
LGTM - nice to see problem lists get reduced :-)
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.
LGTM
The change is to enable the majority of FFI specific test suites except the Hotspot related tests plus
a couple of failing tests being investigated given everything intended for FFI has been implemented
in OpenJ9.
Signed-off-by: ChengJin01 [email protected]