On Thu, 11 Aug 2022 08:26:53 GMT, David Holmes <[email protected]> wrote:
>> I disagree. Splitting the test leads causes better runtime (on my 24 core >> machine: 10.5 seconds vs 16 seconds). It also makes the jtr file easier to >> read, since it only contains one test. It also is simpler to run a selected >> test if you want to reproduce an error. >> >> It is regrettable that splitting the test section causes too much >> duplication. Maybe we could improve the jtreg syntax in the future. > > But you also have to duplicate the build instructions and building takes > longer than execution on my systems (7 seconds versus 5) so if I had to pay > for machine time I'd actually be worse off now! Oh, you are right. That's unfortunate. ------------- PR: https://git.openjdk.org/jdk/pull/9803
