8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled
Reviewed-by: chagedorn, thartmann
This commit is contained in:
parent
11cddd3261
commit
517405e462
@ -30,7 +30,7 @@ import java.lang.reflect.Method;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @requires vm.flagless
|
||||
* @requires vm.flagless & vm.compiler1.enabled
|
||||
* @summary Test if compilation levels are used correctly in the framework.
|
||||
* This test partly runs directly the test VM which normally does and should not happen in user tests.
|
||||
* @library /test/lib /
|
||||
|
@ -35,7 +35,7 @@ import java.util.regex.Pattern;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler2.enabled & vm.flagless
|
||||
* @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler1.enabled & vm.compiler2.enabled & vm.flagless
|
||||
* @summary Test if compilation control annotaions are handled correctly in the framework.
|
||||
* This test partly runs directly the test VM which normally does and should not happen in user tests.
|
||||
* @library /test/lib /
|
||||
|
@ -32,7 +32,7 @@ import java.util.Arrays;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler2.enabled & vm.flagless
|
||||
* @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler1.enabled & vm.compiler2.enabled & vm.flagless
|
||||
* @summary Test different custom run tests.
|
||||
* @library /test/lib /testlibrary_tests /
|
||||
* @run driver ir_framework.tests.TestRunTests
|
||||
|
Loading…
x
Reference in New Issue
Block a user