[9] RFR: 8152798: Mark WeakCipherSuite.java as intermittently failing

Artem Smotrakov artem.smotrakov at oracle.com
Fri Mar 25 21:40:06 UTC 2016


Hello,

The following DTLS test has been observed to intermittently fail:

javax/net/ssl/DTLS/WeakCipherSuite.java

Please see https://bugs.openjdk.java.net/browse/JDK-8138877 for details.

Until this bug is fixed, the test should be marked accordingly. Please 
review the patch below which does this.

diff -r 00d704eff42f test/javax/net/ssl/DTLS/WeakCipherSuite.java
--- a/test/javax/net/ssl/DTLS/WeakCipherSuite.java    Fri Mar 25 
12:30:13 2016 -0700
+++ b/test/javax/net/ssl/DTLS/WeakCipherSuite.java    Fri Mar 25 
14:36:14 2016 -0700
@@ -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
@@ -27,6 +27,7 @@
  /*
   * @test
   * @bug 8043758
+ * @key intermittent
   * @summary Datagram Transport Layer Security (DTLS)
   * @modules java.base/sun.security.util
   * @build DTLSOverDatagram


Bug: https://bugs.openjdk.java.net/browse/JDK-8152798

Artem



More information about the security-dev mailing list