Re: shutdown after test

2024-04-24 Thread Johan Vos
On Wed, Apr 24, 2024 at 3:14 PM Kevin Rushforth wrote: > > There are a number of ways to solve this, e.g. > > * get rid of the separate shutdown procedure in the system tests. > > The utility was added to have a consistent way to shut down the > platform, so it would seem a shame to remove it. >

Re: shutdown after test

2024-04-24 Thread Kevin Rushforth
There are a number of ways to solve this, e.g. * get rid of the separate shutdown procedure in the system tests. The utility was added to have a consistent way to shut down the platform, so it would seem  a shame to remove it. * set Platform.setImplicitExit(false) which will prevent tkExit be

Re: shutdown after test

2024-04-24 Thread Thiago Milczarek Sayão
I don't know if it's related. But when running systemTests with Robot, it gets stuck on a Swing test - it never exits. Em qua., 24 de abr. de 2024 às 08:42, Johan Vos escreveu: > While working on the systemtests for the Headless platform, I noticed > timing issues with the Marlin QPath Test. Th