Skip to content

Commit

Permalink
8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled
Browse files Browse the repository at this point in the history
Backport-of: 517405e462dc6104c33471c58242ea7b244c6218
  • Loading branch information
theaoqi authored and RealCLanger committed Oct 28, 2021
1 parent f0fb814 commit 38bfd62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/*
* @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 /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

/*
* @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 /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/*
* @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 /
* @run driver ir_framework.tests.TestRunTests
Expand Down

0 comments on commit 38bfd62

Please sign in to comment.