jdk-24/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests
2024-09-13 06:43:38 +00:00
..
flag 8280378: [IR Framework] Support IR matching for different compile phases 2022-11-01 15:41:09 +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 8324641: [IR Framework] Add Setup method to provide custom arguments and set fields 2024-02-09 05:30:20 +00:00
TestBadFormat.java 8324641: [IR Framework] Add Setup method to provide custom arguments and set fields 2024-02-09 05:30:20 +00:00
TestBasics.java 8324641: [IR Framework] Add Setup method to provide custom arguments and set fields 2024-02-09 05:30:20 +00:00
TestCheckedTests.java 8324641: [IR Framework] Add Setup method to provide custom arguments and set fields 2024-02-09 05:30:20 +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 8280378: [IR Framework] Support IR matching for different compile phases 2022-11-01 15:41:09 +00:00
TestDScenarios.java 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
TestDTestAndExclude.java 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
TestIRMatching.java 8339849: Enumerate opto and C1 stubs, generate enums, names, fields and generator calls 2024-09-13 06:43:38 +00:00
TestPhaseIRMatching.java 8337876: [IR Framework] Add support for IR tests with @Stable 2024-08-09 07:17:59 +00:00
TestPlatformChecks.java 8280120: [IR Framework] Add attribute to @IR to enable/disable IR matching based on the architecture 2023-10-04 11:58:16 +00:00
TestPreconditions.java 8280120: [IR Framework] Add attribute to @IR to enable/disable IR matching based on the architecture 2023-10-04 11:58:16 +00:00
TestPrivilegedMode.java 8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build 2024-08-12 06:26:27 +00:00
TestRunTests.java 8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out 2023-02-02 14:39:28 +00:00
TestSanity.java 8275104: IR framework does not handle client VM builds correctly 2021-10-25 07:25:19 +00:00
TestScenarios.java 8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out 2023-02-02 14:39:28 +00:00
TestSetupTests.java 8324641: [IR Framework] Add Setup method to provide custom arguments and set fields 2024-02-09 05:30:20 +00:00
TestWithHelperClasses.java 8275104: IR framework does not handle client VM builds correctly 2021-10-25 07:25:19 +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).