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

Reply via email to