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.

Reply via email to