Skip to content
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

4 tests fails by jdk main-line repo #74

Open
sendaoYan opened this issue Nov 23, 2024 · 2 comments
Open

4 tests fails by jdk main-line repo #74

sendaoYan opened this issue Nov 23, 2024 · 2 comments

Comments

@sendaoYan
Copy link

Follow 4 tests fails run with main-line repo build jdk

cryptotest/tests/KEMTests.java
cryptotest/tests/KeyFactoryTests.java
cryptotest/tests/KeyPairGeneratorTests.java
cryptotest/tests/SignatureTests.java

Test log snippet:

** 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

The full log:
cryptotest.log

@sendaoYan
Copy link
Author

sendaoYan commented Nov 23, 2024

Maybe fails after openjdk/jdk#21478
8298390: Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism

@sendaoYan sendaoYan reopened this Nov 23, 2024
@judovana
Copy link
Collaborator

Thanx! It looks like jdk24 will be heavy one for this suite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants