8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2015-08-18 12:49:00 -07:00
parent 3ff6e41288
commit 71cc6f510a
2 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,9 @@ java/beans/XMLDecoder/8028054/TestMethodFinder.java generic-all
# 8029891 # 8029891
java/lang/ClassLoader/deadlock/GetResource.java generic-all java/lang/ClassLoader/deadlock/GetResource.java generic-all
# 8133552
java/lang/ProcessHandle/InfoTest.java generic-all
############################################################################ ############################################################################
# jdk_instrument # jdk_instrument

View File

@ -49,10 +49,12 @@ import org.testng.TestNG;
/* /*
* @test * @test
* @bug 8077350 8081566 8081567 8098852
* @build jdk.testlibrary.* * @build jdk.testlibrary.*
* @library /lib/testlibrary * @library /lib/testlibrary
* @summary Functions of ProcessHandle.Info * @summary Functions of ProcessHandle.Info
* @author Roger Riggs * @author Roger Riggs
* @key intermittent
*/ */
public class InfoTest { public class InfoTest {