-
Notifications
You must be signed in to change notification settings - Fork 20
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 list for FIPS140-3 strict profile #61
base: openj9
Are you sure you want to change the base?
Conversation
@keithc-ca please help to review |
66684a8
to
611f015
Compare
Is this a back-port of ibmruntimes/openj9-openjdk-jdk#861? If so, it helps to explicitly call out such facts. |
There is a significant number of differences relative to the head stream: Please explain the reason for each such difference. |
Hi @keithc-ca , it's not a back-port of the headstream, each semeru jdk version has different failed cases. |
I find it difficult to understand why we have so many differences between jdk23 and the head stream, particularly those tests which are excluded in jdk23 but not in the head stream when the tests appear to be identical. For example
The other way around would make more sense to me (a test works in jdk23, but not (yet) in the head stream). Please provide more information than just to state that "each semeru jdk version has different failed cases". |
|
After investigating, those failures occur in jdk23 but not in jdknext due to That are not FIPS related, I will remove those following additional failure from the ignore list.
extended.openjdk
|
Signed-off-by: Jinhang Zhang <[email protected]>
611f015
to
f48fda2
Compare
Adding tests to be ignored for FIPS140-3 strict profile.
@jasonkatonica FYI