8072472: serviceability/dcmd/framework/* should be quarantined
authormiauno
Wed, 04 Feb 2015 16:09:49 +0100
changeset 28942 7d690319db4a
parent 28828 6a45344e2b3f
child 28943 679546f0cc1f
8072472: serviceability/dcmd/framework/* should be quarantined Reviewed-by: jbachorik
hotspot/test/serviceability/dcmd/framework/HelpTest.java
hotspot/test/serviceability/dcmd/framework/InvalidCommandTest.java
hotspot/test/serviceability/dcmd/framework/VMVersionTest.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
--- 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
--- 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