Integrated: Loom test groups for development/porting use

Aleksey Shipilev shade at openjdk.java.net
Tue Oct 12 15:23:03 UTC 2021


On Mon, 11 Oct 2021 15:50:02 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Porting/development work would be much simpler if we had a comprehensive test group with Loom-specific tests. There is `tier1_loom`, but it probably has a separate meaning. We can add some test groups with Loom-specific tests. I basically went and added tests that are added/substantially-modified by Loom, judging by a [recent webrev](https://builds.shipilev.net/patch-openjdk-loom-fibers/).
> 
> Sample run:
> 
> 
> $ time CONF=linux-x86_64-server-fastdebug make test TEST="hotspot_loom jdk_loom"
> ...
> ==============================
> Test summary
> ==============================
>    TEST                                              TOTAL  PASS  FAIL ERROR   
>    jtreg:test/hotspot/jtreg:hotspot_loom                63    63     0     0   
>    jtreg:test/jdk:jdk_loom                             187   187     0     0   
> ==============================
> TEST SUCCESS
> 
> Finished building target 'test' in configuration 'linux-x86_64-server-fastdebug'
> 
> real	6m37.938s
> user	54m13.043s
> sys	2m12.437s

This pull request has now been integrated.

Changeset: e470f967
Author:    Aleksey Shipilev <shade at openjdk.org>
Committer: Alan Bateman <alanb at openjdk.org>
URL:       https://git.openjdk.java.net/loom/commit/e470f96787332f6cc353a57a39e17841c68714fd
Stats:     17 lines in 2 files changed: 15 ins; 0 del; 2 mod

Loom test groups for development/porting use

Reviewed-by: alanb

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

PR: https://git.openjdk.java.net/loom/pull/74


More information about the loom-dev mailing list