RFR: 8344270: Update tier1_common and hotspot_misc groups to better organize hotspot non-component tests
David Holmes
dholmes at openjdk.org
Tue May 20 00:16:51 UTC 2025
On Mon, 19 May 2025 21:10:23 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> test/hotspot/jtreg/TEST.groups line 165:
>>
>>> 163: sanity \
>>> 164: native_sanity \
>>> 165: :non_hotspot_tests \
>>
>> Why should we want to execute the non-hotspot-tests in tier1 ??
>
> That's a good question. These tests are executed now in tier1. They include source verification and test library tests. We could introduce tier2_common for them, do you want to do it in this RFE?
It wasn't apparent to me that we already run the testlibrary_tests in tier1. That makes little sense to me - it is akin to running jtreg tests. The only time we need to run the testlibrary_tests is when we make changes to the test library, so a higher level tier would make more sense to me. That said, the intent of this PR is not, IIUC, to make that kind of change so that is perhaps better left to a separate change.
The sources tests should be run in tier1.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25070#discussion_r2096635155
More information about the hotspot-dev
mailing list