jdk-24/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests
Leo Korinth d52a995f35 8315097: Rename createJavaProcessBuilder
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +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
safepoint_while_printing_hotspot_pid.log 8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out 2023-02-02 14:39:28 +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 8314513: [IR Framework] Some internal IR Framework tests are failing after JDK-8310308 on PPC and Cascade Lake 2023-08-28 10:30:48 +00:00
TestBasics.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestCheckedTests.java 8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out 2023-02-02 14:39:28 +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 8308869: C2: use profile data in subtype checks when profile has more than one class 2023-09-08 07:48:05 +00:00
TestPhaseIRMatching.java 8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out 2023-02-02 14:39:28 +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
TestRunTests.java 8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out 2023-02-02 14:39:28 +00:00
TestSafepointWhilePrinting.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +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
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).