RFR: 8372816: New test sun/security/provider/acvp/ML_DSA_Intrinsic_Test.java succeeds in case of error
Arno Zeller
azeller at openjdk.org
Tue Dec 2 10:49:54 UTC 2025
On Mon, 1 Dec 2025 17:54:21 GMT, Volodymyr Paprotski <vpaprotski at openjdk.org> wrote:
> - Stop catching exception to make test able to fail
> - Remove java-only test variation that cannot fail
> - Reduce fuzz repeat count
The change looks good, but you might consider using jdk.test.lib.RandomFactory. It allows to get and set a seed that is also printed at every run to make a failure easily reproducible.
And as the test now fails on aarch64 perhaps it should be excluded there and a bug should be opened - or is the behavior expected on aarch64 ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28584#issuecomment-3601395815
More information about the security-dev
mailing list