Commit 517405e authored and committed Sep 22, 2021
1 parent 11cddd3 commit 517405e Copy full SHA for 517405e
File tree 3 files changed +3
-3
lines changed
test/hotspot/jtreg/testlibrary_tests/ir_framework/tests
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
31
31
/*
32
32
* @test
33
- * @requires vm.flagless
33
+ * @requires vm.flagless & vm.compiler1.enabled
34
34
* @summary Test if compilation levels are used correctly in the framework.
35
35
* This test partly runs directly the test VM which normally does and should not happen in user tests.
36
36
* @library /test/lib /
Original file line number Diff line number Diff line change 35
35
36
36
/*
37
37
* @test
38
- * @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler2.enabled & vm.flagless
38
+ * @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler1.enabled & vm. compiler2.enabled & vm.flagless
39
39
* @summary Test if compilation control annotaions are handled correctly in the framework.
40
40
* This test partly runs directly the test VM which normally does and should not happen in user tests.
41
41
* @library /test/lib /
Original file line number Diff line number Diff line change 32
32
33
33
/*
34
34
* @test
35
- * @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler2.enabled & vm.flagless
35
+ * @requires vm.debug == true & vm.compMode != "Xint" & vm.compiler1.enabled & vm. compiler2.enabled & vm.flagless
36
36
* @summary Test different custom run tests.
37
37
* @library /test/lib /testlibrary_tests /
38
38
* @run driver ir_framework.tests.TestRunTests
You can’t perform that action at this time.
0 commit comments