On Wed, 21 Dec 2022 21:37:27 GMT, Bill Huang <bhu...@openjdk.org> wrote:
>> I have not seen this used in any other tests. It is a good learning, I >> didn't knew that multiple tests in single file are run in parallel. It seems >> like good option. Do you know of any other regression test written this way? > > I didn't know that until Leonid posted this > [comment](https://github.com/openjdk/jdk/pull/9813#discussion_r942908285) in > one of my PRs. We do have a lot of tests written in this way and each test > run will be given a unique id after the file name. For example, ExtDirs.java > has two test run, and they will be named as ExtDirs.java#id0 and > ExtDirs.java#id1. We can search "name:*.java#id*" in a Core Lib Mach5 run, it > will show thousands of results. Thanks for this. Fix looks good to me. ------------- PR: https://git.openjdk.org/jdk/pull/10637