Please review.
Thanks,
Amy
On 3/4/16 7:59 PM, Amy Lu wrote:
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
*/