Integrated: 8272914: Create hotspot:tier2 and hotspot:tier3 test groups

Aleksey Shipilev shade at openjdk.java.net
Thu Sep 2 15:49:23 UTC 2021


On Tue, 24 Aug 2021 17:32:58 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`

This pull request has now been integrated.

Changeset: 5ee5dd9b
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/5ee5dd9b18fb5adc563a65bd1a29779eda675d61
Stats:     11 lines in 1 file changed: 11 ins; 0 del; 0 mod

8272914: Create hotspot:tier2 and hotspot:tier3 test groups

Reviewed-by: dholmes, coleenp, iignatyev

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

PR: https://git.openjdk.java.net/jdk/pull/5241


More information about the hotspot-dev mailing list