8149003: Mark more jdk_core tests as intermittently failing
authoramlu
Thu, 04 Feb 2016 14:38:17 +0800
changeset 35705 5c3998b1b7ea
parent 35704 3751461bbb94
child 35706 c6bc87214e4c
8149003: Mark more jdk_core tests as intermittently failing Reviewed-by: chegar, darcy
jdk/test/java/net/NetworkInterface/NetworkInterfaceStreamTest.java
jdk/test/java/rmi/Naming/DefaultRegistryPort.java
jdk/test/java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java
jdk/test/java/rmi/transport/closeServerSocket/CloseServerSocket.java
--- a/jdk/test/java/net/NetworkInterface/NetworkInterfaceStreamTest.java	Wed Feb 03 13:56:19 2016 -0800
+++ b/jdk/test/java/net/NetworkInterface/NetworkInterfaceStreamTest.java	Thu Feb 04 14:38:17 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -28,6 +28,7 @@
  * @build java.util.stream.OpTestCase
  * @run testng/othervm NetworkInterfaceStreamTest
  * @run testng/othervm -Djava.net.preferIPv4Stack=true NetworkInterfaceStreamTest
+ * @key intermittent
  */
 
 import org.testng.annotations.Test;
--- a/jdk/test/java/rmi/Naming/DefaultRegistryPort.java	Wed Feb 03 13:56:19 2016 -0800
+++ b/jdk/test/java/rmi/Naming/DefaultRegistryPort.java	Thu Feb 04 14:38:17 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 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
@@ -33,6 +33,7 @@
  *          java.rmi/sun.rmi.transport.tcp
  * @build TestLibrary
  * @run main/othervm DefaultRegistryPort
+ * @key intermittent
  */
 
 /*
--- a/jdk/test/java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java	Wed Feb 03 13:56:19 2016 -0800
+++ b/jdk/test/java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java	Thu Feb 04 14:38:17 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 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
@@ -33,6 +33,7 @@
  *          java.rmi/sun.rmi.transport.tcp
  * @build TestLibrary Legal LegalRegistryNames_Stub
  * @run main/othervm LegalRegistryNames
+ * @key intermittent
  */
 
 import java.net.InetAddress;
--- a/jdk/test/java/rmi/transport/closeServerSocket/CloseServerSocket.java	Wed Feb 03 13:56:19 2016 -0800
+++ b/jdk/test/java/rmi/transport/closeServerSocket/CloseServerSocket.java	Thu Feb 04 14:38:17 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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
@@ -37,6 +37,7 @@
  *          java.rmi/sun.rmi.transport.tcp
  * @build TestLibrary
  * @run main/othervm CloseServerSocket
+ * @key intermittent
  */
 
 import java.io.IOException;