8047996: Quarantine compiler/whitebox tests
authoriignatyev
Tue, 01 Jul 2014 13:09:40 +0400
changeset 25379 d50969e81568
parent 25378 d9eeb53578f9
child 25380 4410c7ea1765
child 25494 c18718ecf276
8047996: Quarantine compiler/whitebox tests Reviewed-by: vlivanov
hotspot/test/compiler/tiered/NonTieredLevelsTest.java
hotspot/test/compiler/tiered/TieredLevelsTest.java
hotspot/test/compiler/whitebox/ClearMethodStateTest.java
hotspot/test/compiler/whitebox/DeoptimizeAllTest.java
hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java
hotspot/test/compiler/whitebox/EnqueueMethodForCompilationTest.java
hotspot/test/compiler/whitebox/GetNMethodTest.java
hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java
--- a/hotspot/test/compiler/tiered/NonTieredLevelsTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/tiered/NonTieredLevelsTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -25,6 +25,7 @@
 
 /**
  * @test NonTieredLevelsTest
+ * @ignore 8046268
  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
  * @build NonTieredLevelsTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
--- a/hotspot/test/compiler/tiered/TieredLevelsTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/tiered/TieredLevelsTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
 
 /**
  * @test TieredLevelsTest
+ * @ignore 8046268
  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
  * @build TieredLevelsTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
--- a/hotspot/test/compiler/whitebox/ClearMethodStateTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/ClearMethodStateTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -25,6 +25,7 @@
 
 /*
  * @test ClearMethodStateTest
+ * @ignore 8046268
  * @bug 8006683 8007288 8022832
  * @library /testlibrary /testlibrary/whitebox
  * @build ClearMethodStateTest
--- a/hotspot/test/compiler/whitebox/DeoptimizeAllTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/DeoptimizeAllTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
 
 /*
  * @test DeoptimizeAllTest
+ * @ignore 8046268
  * @bug 8006683 8007288 8022832
  * @library /testlibrary /testlibrary/whitebox
  * @build DeoptimizeAllTest
--- a/hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
 
 /*
  * @test DeoptimizeMethodTest
+ * @ignore 8046268
  * @bug 8006683 8007288 8022832
  * @library /testlibrary /testlibrary/whitebox
  * @build DeoptimizeMethodTest
--- a/hotspot/test/compiler/whitebox/EnqueueMethodForCompilationTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/EnqueueMethodForCompilationTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
 
 /*
  * @test EnqueueMethodForCompilationTest
+ * @ignore 8046268
  * @bug 8006683 8007288 8022832
  * @library /testlibrary /testlibrary/whitebox
  * @build EnqueueMethodForCompilationTest
--- a/hotspot/test/compiler/whitebox/GetNMethodTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/GetNMethodTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -26,6 +26,7 @@
 
 /*
  * @test GetNMethodTest
+ * @ignore 8046268
  * @bug 8038240
  * @library /testlibrary /testlibrary/whitebox
  * @build GetNMethodTest
--- a/hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java	Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java	Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
 
 /*
  * @test MakeMethodNotCompilableTest
+ * @ignore 8046268
  * @bug 8012322 8006683 8007288 8022832
  * @library /testlibrary /testlibrary/whitebox
  * @build MakeMethodNotCompilableTest