JDK 9 RFR of JDK-8151225: Mark SpecTest.java as intermittently failing

Sean Mullan sean.mullan at oracle.com
Fri Mar 4 13:32:43 UTC 2016


Looks fine to me.

--Sean

On 03/03/2016 05:51 PM, joe darcy wrote:
> Hello,
>
> The test
>
> sun/security/rsa/SpecTest.java
>
> has been observed to fail intermittently with a timeout (JDK-8137231).
> The observed timeouts have been for the largest key size. Until that
> issue is resolved, the test should be marked as failing intermittently.
>
> Please review the patch below which does this marking.
>
> Thanks,
>
> -Joe
>
> --- a/test/sun/security/rsa/SpecTest.java    Thu Mar 03 12:49:12 2016 -0800
> +++ b/test/sun/security/rsa/SpecTest.java    Thu Mar 03 14:51:29 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
> @@ -34,6 +34,7 @@
>   /**
>    * @test
>    * @bug 8044199
> + * @key intermittent
>    * @summary Check same KeyPair's private key and public key have same
> modulus.
>    *  also check public key's public exponent equals to given spec's public
>    *  exponent.
>


More information about the security-dev mailing list