-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
5 testcases fail from extended.functional CryptoTest in JDK 24 #6019
Comments
@zzambers - would be good to get your input on these failures |
@smlambert I'll take a look |
Partially addressed by: rh-openjdk/CryptoTest#77 Other issue is addition of new kind of provider, which is not yet supported by CryptoTest. |
Fix for the other problem has also been merged: rh-openjdk/CryptoTest#78 So this should be fixed. |
thanks @zzambers ! Are you able to add a new tag to the CryptoTest repo? Since we should likely start pulling from a tagged version of this repo when pulling it for use in aqa-tests, instead of master (https://github.com/adoptium/aqa-tests/blob/master/functional/security/Crypto/build.xml#L45), related: #5759. |
rerun failed target on linux-x64 https://ci.adoptium.net/job/Grinder/12748/ - passed |
There are other platforms we will rerun against, but based on the 3 grinders above, mark this issue as closed/fixed. Thanks @zzambers. |
These tests are failing across all platforms in JDK 24
cryptotest/tests/KEMTests.java.KEMTests
cryptotest/tests/KeyFactoryTests.java.KeyFactoryTests
cryptotest/tests/KeyPairGeneratorTests.java.KeyPairGeneratorTests
cryptotest/tests/SignatureTests.java.SignatureTests
cryptotest/CryptoTest.java.CryptoTest
Until the real issue causing these failures can be identified and solved, these test cases should be excluded across all platforms (in prep for March JDK 24 release)
The text was updated successfully, but these errors were encountered: