Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: security-libs
-
Labels:
-
Resolved In Build:b63
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084829 | emb-9 | Joe Darcy | P4 | Resolved | Fixed | team |
Description
The test
test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java
has been observed to intermittently fail (JDK-8078880) and is known to use randomness in its operation (JDK-8078334). To track down whether or not the two conditions are related, TestKeyPairGenerator.java should be updated to use the random number library in the jdk regression tests (JDK-8078672).
test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java
has been observed to intermittently fail (
Attachments
Issue Links
- backported by
-
JDK-8084829 Update TestKeyPairGenerator.java to use random number generator library
-
- Resolved
-
- relates to
-
JDK-8078880 Mark a few more intermittently failing security-libs tests
-
- Closed
-
-
JDK-8078672 Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests
-
- Closed
-
-
JDK-8078334 Mark regression tests using randomness
-
- Resolved
-