Re: RFR: 8303911: [testbug] Some unit tests call System.exit [v2]

2023-04-20 Thread Kevin Rushforth
On Thu, 20 Apr 2023 11:17:26 GMT, Lukasz Kostyra wrote: >> Changes added to this commit resolve cases where `System.exit()` was used to >> leave tests abruptly. These tests, if System.exit() is hit, could >> potentially create some unwanted behavior from JTest (ex. silently skipping >> these t

Re: RFR: 8303911: [testbug] Some unit tests call System.exit [v2]

2023-04-20 Thread Andy Goryachev
On Thu, 20 Apr 2023 11:17:26 GMT, Lukasz Kostyra wrote: >> Changes added to this commit resolve cases where `System.exit()` was used to >> leave tests abruptly. These tests, if System.exit() is hit, could >> potentially create some unwanted behavior from JTest (ex. silently skipping >> these t

Re: RFR: 8303911: [testbug] Some unit tests call System.exit [v2]

2023-04-20 Thread Lukasz Kostyra
> Changes added to this commit resolve cases where `System.exit()` was used to > leave tests abruptly. These tests, if System.exit() is hit, could potentially > create some unwanted behavior from JTest (ex. silently skipping these tests > instead of failing them). > > There were some files whic

Re: RFR: 8303911: [testbug] Some unit tests call System.exit

2023-04-20 Thread Lukasz Kostyra
On Wed, 19 Apr 2023 18:15:40 GMT, Lukasz Kostyra wrote: > Changes added to this commit resolve cases where `System.exit()` was used to > leave tests abruptly. These tests, if System.exit() is hit, could potentially > create some unwanted behavior from JTest (ex. silently skipping these tests >

Re: RFR: 8303911: [testbug] Some unit tests call System.exit

2023-04-20 Thread Lukasz Kostyra
On Wed, 19 Apr 2023 19:24:09 GMT, Andy Goryachev wrote: >> Changes added to this commit resolve cases where `System.exit()` was used to >> leave tests abruptly. These tests, if System.exit() is hit, could >> potentially create some unwanted behavior from JTest (ex. silently skipping >> these t

Re: RFR: 8303911: [testbug] Some unit tests call System.exit

2023-04-19 Thread Andy Goryachev
On Wed, 19 Apr 2023 18:15:40 GMT, Lukasz Kostyra wrote: > Changes added to this commit resolve cases where `System.exit()` was used to > leave tests abruptly. These tests, if System.exit() is hit, could potentially > create some unwanted behavior from JTest (ex. silently skipping these tests >

RFR: 8303911: [testbug] Some unit tests call System.exit

2023-04-19 Thread Lukasz Kostyra
Changes added to this commit resolve cases where `System.exit()` was used to leave tests abruptly. These tests, if System.exit() is hit, could potentially create some unwanted behavior from JTest (ex. silently skipping these tests instead of failing them). There were some files which I did not