Re: RFR: 8302267: [jittester] Improve separation of test generation and execution [v2]

2023-02-25 Thread Andrey Turbanov
On Wed, 22 Feb 2023 17:43:23 GMT, Evgeny Nikitin wrote: >> Please review a set of improvements that should improve working with other >> fuzzing generators and usage of JitTesterDriver with tests generated not by >> the JITTester: >> >> - Provide better separation of individual test

Re: RFR: 8302267: [jittester] Improve separation of test generation and execution [v2]

2023-02-23 Thread Leonid Mesnik
On Wed, 22 Feb 2023 17:43:23 GMT, Evgeny Nikitin wrote: >> Please review a set of improvements that should improve working with other >> fuzzing generators and usage of JitTesterDriver with tests generated not by >> the JITTester: >> >> - Provide better separation of individual test

Re: RFR: 8302267: [jittester] Improve separation of test generation and execution [v2]

2023-02-22 Thread Evgeny Nikitin
> Please review a set of improvements that should improve working with other > fuzzing generators and usage of JitTesterDriver with tests generated not by > the JITTester: > > - Provide better separation of individual test generation from java file > writing, compiling, executing, etc.; > -