jdk-24/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests
2022-07-16 01:18:30 +00:00
..
README.md 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +00:00
TestAccessModifiers.java 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +00:00
TestBadFormat.java 8273410: IR verification framework fails with "Should find method name in validIrRulesMap" 2021-10-06 08:21:18 +00:00
TestBasics.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestCheckedTests.java 8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378 2022-03-03 07:17:56 +00:00
TestCompileThreshold.java 8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378 2022-03-03 07:17:56 +00:00
TestCompLevels.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestControls.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestCPUFeatureCheck.java 8290066: Remove KNL specific handling for new CPU target check in IR annotation 2022-07-16 01:18:30 +00:00
TestDFlags.java 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +00:00
TestDIgnoreCompilerControls.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestDScenarios.java 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +00:00
TestDTestAndExclude.java 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +00:00
TestIRMatching.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestRunTests.java 8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378 2022-03-03 07:17:56 +00:00
TestSanity.java 8275104: IR framework does not handle client VM builds correctly 2021-10-25 07:25:19 +00:00
TestScenarios.java 8285965: TestScenarios.java does not check for "<!-- safepoint while printing -->" correctly 2022-06-08 10:41:52 +00:00
TestWithHelperClasses.java 8275104: IR framework does not handle client VM builds correctly 2021-10-25 07:25:19 +00:00
Utils.java 8285965: TestScenarios.java does not check for "<!-- safepoint while printing -->" correctly 2022-06-08 10:41:52 +00:00

Framework internal tests

This folder contains tests which test the functionality of the framework. These are run with JTreg and are part of tier testing. All tests are run without additional VM and Javaopts flags. These tests must pass whenever the framework is updated.

Additional testing should be performed with the converted Valhalla tests to make sure a changeset is correct (these are part of the Valhalla CI).