Re: RFR: 8346222: SwingNodePlatformExitCrashTest fails with JUnit 5.11.3

2024-12-16 Thread Prasanta Sadhukhan
On Fri, 13 Dec 2024 19:46:54 GMT, Kevin Rushforth wrote: > This PR fixes a latent test bug in test bug in > `SwingNodePlatformExitCrashTest` by setting a flag to skip shutdown rather > than relying on a quirk of JUnit 5.8.1. > > I discovered this while testing PR #1662 which updates JUnit to 5

Re: RFR: 8346222: SwingNodePlatformExitCrashTest fails with JUnit 5.11.3

2024-12-14 Thread Marius Hanl
On Fri, 13 Dec 2024 19:46:54 GMT, Kevin Rushforth wrote: > This PR fixes a latent test bug in test bug in > `SwingNodePlatformExitCrashTest` by setting a flag to skip shutdown rather > than relying on a quirk of JUnit 5.8.1. > > I discovered this while testing PR #1662 which updates JUnit to 5

Re: RFR: 8346222: SwingNodePlatformExitCrashTest fails with JUnit 5.11.3

2024-12-13 Thread Kevin Rushforth
On Fri, 13 Dec 2024 19:46:54 GMT, Kevin Rushforth wrote: > This PR fixes a latent test bug in test bug in > `SwingNodePlatformExitCrashTest` by setting a flag to skip shutdown rather > than relying on a quirk of JUnit 5.8.1. > > I discovered this while testing PR #1662 which updates JUnit to 5

Re: RFR: 8346222: SwingNodePlatformExitCrashTest fails with JUnit 5.11.3

2024-12-13 Thread Kevin Rushforth
On Fri, 13 Dec 2024 19:46:54 GMT, Kevin Rushforth wrote: > This PR fixes a latent test bug in test bug in > `SwingNodePlatformExitCrashTest` by setting a flag to skip shutdown rather > than relying on a quirk of JUnit 5.8.1. > > I discovered this while testing PR #1662 which updates JUnit to 5

RFR: 8346222: SwingNodePlatformExitCrashTest fails with JUnit 5.11.3

2024-12-13 Thread Kevin Rushforth
This PR fixes a latent test bug in test bug in `SwingNodePlatformExitCrashTest` by setting a flag to skip shutdown rather than relying on a quirk of JUnit 5.8.1. I discovered this while testing PR #1662 which updates JUnit to 5.11.3. $ gradle sdk shims $ gradle -PTEST_ONLY=true -PFULL_TEST=tru