8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled

Reviewed-by: chagedorn, thartmann
This commit is contained in:
Ao Qi 2021-09-22 02:28:49 +00:00 committed by Yi Yang
parent 11cddd3261
commit 517405e462
3 changed files with 3 additions and 3 deletions

View File

@ -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 /

View File

@ -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 /

View File

@ -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