Looks fine to me. Thanks! Xuelei
On 3/4/2016 8:20 AM, joe darcy wrote:
Hello, The test sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java has been observed to intermittently fail (JDK-8137255). Until that problem is resolved, the test should be marked accordingly. Please review the patch below which does that marking. Thanks, -Joe --- a/test/sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java Thu Mar 03 15:47:08 2016 -0800 +++ b/test/sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java Thu Mar 03 16:20:25 2016 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -37,6 +37,7 @@ /* * @test * @bug 8075286 + * @key intermittent * @summary Verify that DSAGenParameterSpec can and can only be used to generate * DSA within some certain range of key sizes as described in the class * specification (L, N) as (1024, 160), (2048, 224), (2048, 256) and