jdk-24/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests
2021-10-05 07:02:06 +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 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +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
TestCompLevels.java 8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled 2021-09-22 02:28:49 +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 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +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 8271459: C2: Missing NegativeArraySizeException when creating StringBuilder with negative capacity 2021-10-05 07:02:06 +00:00
TestRunTests.java 8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled 2021-09-22 02:28:49 +00:00
TestSanity.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
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 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests 2021-06-07 14:11:50 +00:00
Utils.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

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).