RFR: 8272914: Create hotspot:tier2 and hotspot:tier3 test groups [v4]
Coleen Phillimore
coleenp at openjdk.java.net
Thu Sep 2 13:43:36 UTC 2021
On Wed, 1 Sep 2021 08:20:19 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Currently, no tests run in `hotspot:tier2` and `hotspot:tier3` groups, yet some groups have the "tier2" and "tier3" in their names. As we move tests from `hotspot:tier1`, they need to land in higher tiers. Therefore, we need `hotspot:tier2` and `hotspot:tier3`.
>>
>> Sample runs:
>>
>>
>> TEST TOTAL PASS FAIL ERROR
>> jtreg:test/hotspot/jtreg:tier2 425 425 0 0
>>
>> real 11m45.244s
>> user 433m48.960s
>> sys 38m13.606s
>>
>>
>>
>> TEST TOTAL PASS FAIL ERROR
>> jtreg:test/hotspot/jtreg:tier3 80 80 0 0
>>
>> real 35m19.031s
>> user 418m45.607s
>> sys 5m41.748s
>>
>>
>> These also hook up properly to global `tier2` and `tier3`.
>>
>> Additional testing:
>> - [x] Linux x86_64 fastdebug `hotspot:tier2`
>> - [x] Linux x86_64 fastdebug `hotspot:tier3`
>
> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>
> - Add newly emerged tier2_gc_epsilon to tier2 as well
> - Merge branch 'master' into JDK-8272914-hs-tier2-3
> - Cleaner test group definitions
> - Filter InvocationTests in tier3, leaving the existing group alone
> - 8272914: Create hotspot:tier2 and hotspot:tier3 test groups
Does this mean that we can run this locally as:
make test TEST=hotspot:tier2 or 3 on the command line.
I like this but is there a way to run all of them locally with one command line?
-------------
PR: https://git.openjdk.java.net/jdk/pull/5241
More information about the hotspot-dev
mailing list