8047996: Quarantine compiler/whitebox tests

Reviewed-by: vlivanov
This commit is contained in:
Igor Ignatyev 2014-07-01 13:09:40 +04:00
parent d929c9ead8
commit 0231fb818f
8 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import java.util.function.IntPredicate;
/** /**
* @test NonTieredLevelsTest * @test NonTieredLevelsTest
* @ignore 8046268
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
* @build NonTieredLevelsTest * @build NonTieredLevelsTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View File

@ -23,6 +23,7 @@
/** /**
* @test TieredLevelsTest * @test TieredLevelsTest
* @ignore 8046268
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
* @build TieredLevelsTest * @build TieredLevelsTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View File

@ -25,6 +25,7 @@ import java.util.function.Function;
/* /*
* @test ClearMethodStateTest * @test ClearMethodStateTest
* @ignore 8046268
* @bug 8006683 8007288 8022832 * @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /testlibrary/whitebox
* @build ClearMethodStateTest * @build ClearMethodStateTest

View File

@ -23,6 +23,7 @@
/* /*
* @test DeoptimizeAllTest * @test DeoptimizeAllTest
* @ignore 8046268
* @bug 8006683 8007288 8022832 * @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /testlibrary/whitebox
* @build DeoptimizeAllTest * @build DeoptimizeAllTest

View File

@ -23,6 +23,7 @@
/* /*
* @test DeoptimizeMethodTest * @test DeoptimizeMethodTest
* @ignore 8046268
* @bug 8006683 8007288 8022832 * @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /testlibrary/whitebox
* @build DeoptimizeMethodTest * @build DeoptimizeMethodTest

View File

@ -23,6 +23,7 @@
/* /*
* @test EnqueueMethodForCompilationTest * @test EnqueueMethodForCompilationTest
* @ignore 8046268
* @bug 8006683 8007288 8022832 * @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /testlibrary/whitebox
* @build EnqueueMethodForCompilationTest * @build EnqueueMethodForCompilationTest

View File

@ -26,6 +26,7 @@ import sun.hotspot.code.NMethod;
/* /*
* @test GetNMethodTest * @test GetNMethodTest
* @ignore 8046268
* @bug 8038240 * @bug 8038240
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /testlibrary/whitebox
* @build GetNMethodTest * @build GetNMethodTest

View File

@ -23,6 +23,7 @@
/* /*
* @test MakeMethodNotCompilableTest * @test MakeMethodNotCompilableTest
* @ignore 8046268
* @bug 8012322 8006683 8007288 8022832 * @bug 8012322 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /testlibrary/whitebox
* @build MakeMethodNotCompilableTest * @build MakeMethodNotCompilableTest