8068540: [TESTBUG] Exclude failing nightly tests
authorgtriantafill
Tue, 06 Jan 2015 16:44:53 -0800
changeset 28469 88ffea6d1774
parent 28468 b8e9517bf6b9
child 28470 bf674dd8644e
8068540: [TESTBUG] Exclude failing nightly tests Reviewed-by: ctornqvi, coleenp
hotspot/test/runtime/NMT/ChangeTrackingLevel.java
hotspot/test/runtime/NMT/PrintNMTStatistics.java
--- a/hotspot/test/runtime/NMT/ChangeTrackingLevel.java	Wed Jan 07 16:43:04 2015 +0100
+++ b/hotspot/test/runtime/NMT/ChangeTrackingLevel.java	Tue Jan 06 16:44:53 2015 -0800
@@ -27,6 +27,7 @@
  * @summary Test that you can decrease NMT tracking level but not increase it.
  * @key nmt
  * @library /testlibrary /../../test/lib
+ * @ignore 8067167
  * @build ChangeTrackingLevel
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/runtime/NMT/PrintNMTStatistics.java	Wed Jan 07 16:43:04 2015 +0100
+++ b/hotspot/test/runtime/NMT/PrintNMTStatistics.java	Tue Jan 06 16:44:53 2015 -0800
@@ -27,6 +27,7 @@
  * @bug 8005936 8058606
  * @summary Verify PrintNMTStatistics on normal JVM exit for detail and summary tracking level
  * @library /testlibrary
+ * @ignore 8067167
  */
 
 import com.oracle.java.testlibrary.*;