Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled #5576

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -30,7 +30,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 /
Original file line number Diff line number Diff line change
@@ -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 /
Original file line number Diff line number Diff line change
@@ -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 /testlibrary_tests /
* @run driver ir_framework.tests.TestRunTests