You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** failed runs: 10 **
java.lang.Exception: 0) SunJCE: ML-KEM-1024~ML-KEM-1024 (KEM)
at cryptotest.utils.AlgorithmTest.mainLoop(AlgorithmTest.java:102)
at cryptotest.tests.KEMTests.main(KEMTests.java:62)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
Caused by: cryptotest.utils.AlgorithmRunException: java.lang.RuntimeException: Unsupported KEM algorithm: ML-KEM-1024
at cryptotest.tests.KEMTests.checkAlgorithm(KEMTests.java:137)
at cryptotest.utils.AlgorithmTest.mainLoop(AlgorithmTest.java:96)
... 5 more
Caused by: java.lang.RuntimeException: Unsupported KEM algorithm: ML-KEM-1024
at cryptotest.tests.KEMTests.checkAlgorithm(KEMTests.java:118)
... 6 more
Follow 4 tests fails run with main-line repo build jdk
Test log snippet:
The full log:
cryptotest.log
The text was updated successfully, but these errors were encountered: