Hi,
On 2016/5/24 7:12, Valerie Peng wrote:
Looks fine to me.
Thanks!
Do you have approximate info on how long it took? I am curious as to
how long it takes for the 3072 case.
I run this test 100 times in a loop, and got much different elapsed time
for 3072 case: 2.316s ~ 160.616s.
Best regards,
John Jiang
Thanks,
Valerie
On 5/22/2016 11:43 PM, John Jiang wrote:
Hi,
Please review the patch for
sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts
intermittently.
TestDSAGenParameterSpec.java tests DSA parameter generation, so it's
no need to generate keys.
This patch also fixes https://bugs.openjdk.java.net/browse/JDK-8157333.
After push for JDK-8072452, SUN provider has supported DSA size
(3072, 256), so it's unnecessary to regard this size as an exception
for the provider. And because generating parameters for this size may
take much time, therefore run this case separately.
Issues:
https://bugs.openjdk.java.net/browse/JDK-8137255
https://bugs.openjdk.java.net/browse/JDK-8157333
Webrev: http://cr.openjdk.java.net/~jjiang/8137255/webrev.00
Best regards,
John Jiang