8151260: Mark URLPermission/URLTest.java and ipv6tests/TcpTest.java as intermittently failing
Reviewed-by: chegar
--- a/jdk/test/java/net/URLPermission/URLTest.java Tue Mar 08 19:03:30 2016 -0800
+++ b/jdk/test/java/net/URLPermission/URLTest.java Wed Mar 09 11:35:21 2016 +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
--- a/jdk/test/java/net/ipv6tests/TcpTest.java Tue Mar 08 19:03:30 2016 -0800
+++ b/jdk/test/java/net/ipv6tests/TcpTest.java Wed Mar 09 11:35:21 2016 +0800
@@ -24,6 +24,7 @@
/*
* @test
* @bug 4868820
+ * @key intermittent
* @summary IPv6 support for Windows XP and 2003 server
*/