JDK 9 RFR of JDK-8148497: Mark SSLSocketSSLEngineTemplate.java as failing intermittently

joe darcy joe.darcy at oracle.com
Thu Jan 28 18:37:40 UTC 2016


Hello,

The test

     javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java

has been seen to fail intermittently (JDK-8049314). The test should be 
marked accordingly. Please review the patch below which does this.

Thanks,

-Joe

--- a/test/javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java Sat 
Jan 16 10:44:40 2016 -0800
+++ b/test/javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java Thu 
Jan 28 10:36:49 2016 -0800
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights 
reserved.
+ * Copyright (c) 2011, 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
@@ -31,6 +31,7 @@
   * @bug 7105780
   * @summary Add SSLSocket client/SSLEngine server to templates directory.
   * @run main/othervm SSLSocketSSLEngineTemplate
+ * @key intermittent
   */

  /**




More information about the security-dev mailing list