jdk-24/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests
2022-03-03 07:17:56 +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 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +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 8275104: IR framework does not handle client VM builds correctly 2021-10-25 07:25:19 +00:00
TestControls.java 8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled 2021-09-22 02:28:49 +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 8275104: IR framework does not handle client VM builds correctly 2021-10-25 07:25:19 +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 8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378 2022-03-03 07:17:56 +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 8271471: [IR Framework] Rare occurrence of "<!-- safepoint while printing -->" in PrintIdeal/PrintOptoAssembly can let tests fail 2021-08-16 14:51:11 +00:00
TestWithHelperClasses.java 8275104: IR framework does not handle client VM builds correctly 2021-10-25 07:25:19 +00:00
Utils.java 8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378 2022-03-03 07:17:56 +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).