RFR: 8308506: Reduce testing time by removing combinations tested
Leo Korinth
lkorinth at openjdk.org
Tue May 23 09:43:02 UTC 2023
On Tue, 23 May 2023 07:22:48 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Lgtm.
>
> Note that for `Juggle3`, the changes keeps
>
> boolean-medium float-high double-low double-high
>
> i.e. three levels run _four_ times unlike the description suggests.
Juggle3 tests are the union of Juggle3.java and Juggle3Quick.java; It is an unfortunate arrangement because jtreg does not allow to create test groups from test IDs.
If you look at both files you will see that I am keeping: byte-low, boolean-medium, float-high and all three *hashed* double.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14078#issuecomment-1558889165
More information about the hotspot-gc-dev
mailing list