8149920: Remove intermittent key from jdk_core tests
authoramlu
Thu, 18 Feb 2016 09:50:55 +0800
changeset 36004 91d5f006921d
parent 36003 6519aa869709
child 36006 560e8db191ec
8149920: Remove intermittent key from jdk_core tests Reviewed-by: darcy
jdk/test/com/sun/jndi/ldap/LdapTimeoutTest.java
jdk/test/java/lang/ProcessHandle/InfoTest.java
jdk/test/java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java
jdk/test/java/net/SocketPermission/SocketPermissionTest.java
jdk/test/java/util/concurrent/Phaser/Basic.java
jdk/test/sun/nio/cs/FindDecoderBugs.java
jdk/test/sun/nio/cs/FindEncoderBugs.java
--- a/jdk/test/com/sun/jndi/ldap/LdapTimeoutTest.java	Thu Feb 18 09:46:07 2016 +0800
+++ b/jdk/test/com/sun/jndi/ldap/LdapTimeoutTest.java	Thu Feb 18 09:50:55 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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
@@ -26,7 +26,6 @@
  * @run main/othervm LdapTimeoutTest
  * @bug 7094377 8000487 6176036 7056489
  * @summary Timeout tests for ldap
- * @key intermittent
  */
 
 import java.net.Socket;
--- a/jdk/test/java/lang/ProcessHandle/InfoTest.java	Thu Feb 18 09:46:07 2016 +0800
+++ b/jdk/test/java/lang/ProcessHandle/InfoTest.java	Thu Feb 18 09:50:55 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 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
@@ -53,7 +53,6 @@
  * @run testng InfoTest
  * @summary Functions of ProcessHandle.Info
  * @author Roger Riggs
- * @key intermittent
  */
 
 public class InfoTest {
--- a/jdk/test/java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java	Thu Feb 18 09:46:07 2016 +0800
+++ b/jdk/test/java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java	Thu Feb 18 09:50:55 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
@@ -42,7 +42,6 @@
  * @test
  * @bug 8007373
  * @summary jdk7 backward compatibility serialization problem
- * @key intermittent
  */
 
 public class Inet6AddressSerializationTest {
--- a/jdk/test/java/net/SocketPermission/SocketPermissionTest.java	Thu Feb 18 09:46:07 2016 +0800
+++ b/jdk/test/java/net/SocketPermission/SocketPermissionTest.java	Thu Feb 18 09:50:55 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 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
@@ -26,7 +26,6 @@
  * @bug 8047031
  * @summary SocketPermission tests for legacy socket types
  * @run testng/othervm SocketPermissionTest
- * @key intermittent
  */
 import java.io.IOException;
 import java.net.DatagramPacket;
--- a/jdk/test/java/util/concurrent/Phaser/Basic.java	Thu Feb 18 09:46:07 2016 +0800
+++ b/jdk/test/java/util/concurrent/Phaser/Basic.java	Thu Feb 18 09:50:55 2016 +0800
@@ -34,7 +34,6 @@
 /*
  * @test
  * @bug 6445158
- * @key intermittent
  * @summary Basic tests for Phaser
  * @author Chris Hegarty
  * @modules java.management
--- a/jdk/test/sun/nio/cs/FindDecoderBugs.java	Thu Feb 18 09:46:07 2016 +0800
+++ b/jdk/test/sun/nio/cs/FindDecoderBugs.java	Thu Feb 18 09:50:55 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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
@@ -29,7 +29,7 @@
  * @build jdk.testlibrary.*
  * @run main/timeout=1800 FindDecoderBugs
  * @author Martin Buchholz
- * @key intermittent randomness
+ * @key randomness
  */
 
 import java.util.*;
--- a/jdk/test/sun/nio/cs/FindEncoderBugs.java	Thu Feb 18 09:46:07 2016 +0800
+++ b/jdk/test/sun/nio/cs/FindEncoderBugs.java	Thu Feb 18 09:50:55 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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
@@ -29,7 +29,7 @@
  * @build jdk.testlibrary.*
  * @run main/timeout=1200 FindEncoderBugs
  * @author Martin Buchholz
- * @key randomness intermittent
+ * @key randomness
  */
 
 import java.util.*;