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.
>
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
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