8151260: Mark URLPermission/URLTest.java and ipv6tests/TcpTest.java as intermittently failing

Reviewed-by: chegar
This commit is contained in:
Amy Lu 2016-03-09 11:35:21 +08:00
parent 7abd206441
commit 025fa588dc
2 changed files with 3 additions and 1 deletions

View File

@ -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 @@ import java.net.URLPermission;
*
* @test
* @bug 8010464
* @key intermittent
* @library /lib/testlibrary/
* @build jdk.testlibrary.SimpleSSLContext
* @run main/othervm/java.security.policy=policy.1 URLTest one

View File

@ -24,6 +24,7 @@
/*
* @test
* @bug 4868820
* @key intermittent
* @summary IPv6 support for Windows XP and 2003 server
*/