JDK 9 RFR of JDK-8151226: Mark UdpTest.java as intermittently failing

joe darcy joe.darcy at oracle.com
Thu Mar 3 23:01:48 UTC 2016


Hello,

The test

     java/net/ipv6tests/UdpTest.java

has been observed to intermittently fail (JDK-8143998, JDK-8143097).

Until these problems are addressed, the test should be marked accordingly.

Please review the patch below which marks the test.

Thanks,

-Joe

diff -r a603b1f1d9a1 test/java/net/ipv6tests/UdpTest.java
--- a/test/java/net/ipv6tests/UdpTest.java    Thu Mar 03 12:49:12 2016 -0800
+++ b/test/java/net/ipv6tests/UdpTest.java    Thu Mar 03 15:01:29 2016 -0800
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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
@@ -24,6 +24,7 @@
  /*
   * @test
   * @bug 4868820
+ * @key intermittent
   * @summary IPv6 support for Windows XP and 2003 server
   */





More information about the core-libs-dev mailing list