# HG changeset patch # User miauno # Date 1423062589 -3600 # Node ID 7d690319db4a0e5ce2e24c32e279fd7090b3b6b2 # Parent 6a45344e2b3fe4b12de7394c9d4e3a74bb52d327 8072472: serviceability/dcmd/framework/* should be quarantined Reviewed-by: jbachorik diff -r 6a45344e2b3f -r 7d690319db4a hotspot/test/serviceability/dcmd/framework/HelpTest.java --- a/hotspot/test/serviceability/dcmd/framework/HelpTest.java Tue Feb 03 12:49:33 2015 +0100 +++ b/hotspot/test/serviceability/dcmd/framework/HelpTest.java Wed Feb 04 16:09:49 2015 +0100 @@ -33,6 +33,7 @@ * @test * @summary Test of diagnostic command help (tests all DCMD executors) * @library /testlibrary + * @ignore 8072440 * @build com.oracle.java.testlibrary.* * @build com.oracle.java.testlibrary.dcmd.* * @run testng/othervm -XX:+UsePerfData HelpTest diff -r 6a45344e2b3f -r 7d690319db4a hotspot/test/serviceability/dcmd/framework/InvalidCommandTest.java --- a/hotspot/test/serviceability/dcmd/framework/InvalidCommandTest.java Tue Feb 03 12:49:33 2015 +0100 +++ b/hotspot/test/serviceability/dcmd/framework/InvalidCommandTest.java Wed Feb 04 16:09:49 2015 +0100 @@ -33,6 +33,7 @@ * @test * @summary Test of invalid diagnostic command (tests all DCMD executors) * @library /testlibrary + * @ignore 8072440 * @build com.oracle.java.testlibrary.* * @build com.oracle.java.testlibrary.dcmd.* * @run testng/othervm -XX:+UsePerfData InvalidCommandTest diff -r 6a45344e2b3f -r 7d690319db4a hotspot/test/serviceability/dcmd/framework/VMVersionTest.java --- a/hotspot/test/serviceability/dcmd/framework/VMVersionTest.java Tue Feb 03 12:49:33 2015 +0100 +++ b/hotspot/test/serviceability/dcmd/framework/VMVersionTest.java Wed Feb 04 16:09:49 2015 +0100 @@ -34,6 +34,7 @@ * @test * @summary Test of diagnostic command VM.version (tests all DCMD executors) * @library /testlibrary + * @ignore 8072440 * @build com.oracle.java.testlibrary.* * @build com.oracle.java.testlibrary.dcmd.* * @run testng/othervm -XX:+UsePerfData VMVersionTest