JDK 9 RFR of JDK-8156536: Remove intermittent key from java/lang/ProcessHandle/TreeTest.java
Amy Lu
amy.lu at oracle.com
Tue Jun 28 02:28:01 UTC 2016
java/lang/ProcessHandle/TreeTest.java
This test was failing intermittently. With several fixes, the last fix
available in JDK9 build 115. Till now (build 124), no open bug (no
failure reported).
This patch is to remove @key intermittent from the test. Please review.
bug: https://bugs.openjdk.java.net/browse/JDK-8156536
webrev: http://cr.openjdk.java.net/~amlu/8156536/webrev.00/
Thanks,
Amy
--- old/test/java/lang/ProcessHandle/TreeTest.java 2016-06-28 10:22:34.000000000 +0800
+++ new/test/java/lang/ProcessHandle/TreeTest.java 2016-06-28 10:22:34.000000000 +0800
@@ -50,7 +50,6 @@
* @build jdk.test.lib.Utils
* @run testng/othervm TreeTest
* @summary Test counting and JavaChild.spawning and counting of Processes.
- * @key intermittent
* @author Roger Riggs
*/
public class TreeTest extends ProcessUtil {
More information about the core-libs-dev
mailing list