-
Notifications
You must be signed in to change notification settings - Fork 9
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
cryptotest/CryptoTest.java fails by openjdk main-line repo #72
Comments
hi! My localo runs are passing. from log I can see it is custom build of some jdk/ What jdk? How it was built? NoAlgorithmMissed.jtr or CryptoTest.jtr or generally .*jtr cotnains info from single run(s) you should be bale to narrow the check:
or
or
Note the difference in agent handling (but you have -Dcryptotests.skipAgentTests=1, so you shodl be ok). I see it passing also on jdk is 23 but had not tried current head. The Please try to dig it out and ask here, I willt ry to navigate. the minimal output may be improvement of README.md so those issues are prevented in future. Especially the cryptotest.CryptoTest$NoAlgorithmMissed, when manually added, is definitely candidate to produce much better output. However in correct hadnling ( CryptoTest/cryptotest/CryptoTest.java Line 148 in 11d731e
Thanx! |
Hi, I think this test fails since below jdk main-line repo commit:
|
Oh I see. Ok. Thanx a lot! I will try head. This will most likely need new test-case to be added. This will have a bit longer iteration as I need to find time to dive into it. In case you are familiar with the api, feel free to elaborate. Again thanx a lot for report. |
The test log snippet:
CryptoTest.java.log
The text was updated successfully, but these errors were encountered: