RFR: 8344270: Update tier1_common and hotspot_misc groups to better organize hotspot non-component tests [v2]

Leonid Mesnik lmesnik at openjdk.org
Tue May 20 14:52:00 UTC 2025


On Tue, 20 May 2025 10:51:22 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   updated after David's feedback
>
> test/hotspot/jtreg/TEST.groups line 158:
> 
>> 156: 
>> 157: # gtest and non_hotspot tests shouldn't be executed with VM flags
>> 158: # hotspot_misc includes sanity testing and might be used
> 
> I don't understand the reference to hotspot_misc here. I don't see anything running/including hotspot_misc. ??

The tier1_common seems to be quite specific test group. It contains mostly testing that ignores vm flags. It doesn't make any sense to run the with VM flags. While from other point it has all non-component tests that should be executed in tier1. 

So it is enough to run this groups once.  While in all testing after tier1 the group hotspot_misc should be used instead.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25070#discussion_r2098184101


More information about the hotspot-runtime-dev mailing list