JDK 9 RFR of JDK-8151260: Mark URLPermission/URLTest.java and ipv6tests/TcpTest.java as intermittently failing

Amy Lu amy.lu at oracle.com
Fri Mar 4 11:59:55 UTC 2016


Below tests are known to fail intermittently, this patch is to mark them 
accordingly with keyword 'intermittent'.

java/net/URLPermission/URLTest.java (JDK-8078568)
java/net/ipv6tests/TcpTest.java (JDK-8078577)

bug: https://bugs.openjdk.java.net/browse/JDK-8151260
webrev: http://cr.openjdk.java.net/~amlu/8151260/webrev.00/

Thanks,
Amy

--- old/test/java/net/URLPermission/URLTest.java	2016-03-04 19:53:00.000000000 +0800
+++ new/test/java/net/URLPermission/URLTest.java	2016-03-04 19:53:00.000000000 +0800
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 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 8010464
+ * @key intermittent
   * @library /lib/testlibrary/
   * @build jdk.testlibrary.SimpleSSLContext
   * @run main/othervm/java.security.policy=policy.1 URLTest one
--- old/test/java/net/ipv6tests/TcpTest.java	2016-03-04 19:53:01.000000000 +0800
+++ new/test/java/net/ipv6tests/TcpTest.java	2016-03-04 19:53:00.000000000 +0800
@@ -24,6 +24,7 @@
  /*
   * @test
   * @bug 4868820
+ * @key intermittent
   * @summary IPv6 support for Windows XP and 2003 server
   */
  


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20160304/4bb2aeea/attachment.html>


More information about the net-dev mailing list