RFR: 8307804: Reorganize ArrayJuggle test cases [v3]
David Holmes
dholmes at openjdk.org
Fri May 19 06:20:58 UTC 2023
On Wed, 17 May 2023 15:06:05 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:
>> Move all ArrayJuggle test cases to the same directory: test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle
>>
>> Rename Juggle01 to Juggle3 (so it will not be confused with Juggle1)
>>
>> Remove all directories and files used to launch the tests, instead use multiple `@test id=xx` "annotations" in the four kept test files.
>>
>> Create a new test file Juggle3Quick.java that will act as a quick group of tests. Unfortunately `#id` selectors can not be used in test groups so this is a workaround. See: https://bugs.openjdk.org/browse/CODETOOLS-7903467
>
> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
>
> remove comments, add descriptive ids, remove bad README
Nothing further from me.
Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13929#pullrequestreview-1433838540
More information about the hotspot-gc-dev
mailing list