Re: [racket-users] "Test did not clean up resources" message from GUI test runner

2017-08-21 Thread Alex Harsanyi
On Tuesday, August 22, 2017 at 12:53:20 AM UTC+8, Ryan Culpepper wrote: > On 08/20/2017 09:28 PM, Alex Harsanyi wrote: > > I just noticed that the GUI test runner displays "test did not clean up > > resources" messages on my tests, but it is not clear to me what resources > > are not being

[racket-users] Re: "Test did not clean up resources" message from GUI test runner

2017-08-21 Thread Jack Firth
On Sunday, August 20, 2017 at 6:28:20 PM UTC-7, Alex Harsanyi wrote: > I just noticed that the GUI test runner displays "test did not clean up > resources" messages on my tests, but it is not clear to me what resources are > not being cleaned up. > > I tried to reproduce the problem in the

[racket-users] Re: "Test did not clean up resources" message from GUI test runner

2017-08-21 Thread Alex Harsanyi
On Monday, August 21, 2017 at 2:39:06 PM UTC+8, Jack Firth wrote: > On Sunday, August 20, 2017 at 6:28:20 PM UTC-7, Alex Harsanyi wrote: > > I just noticed that the GUI test runner displays "test did not clean up > > resources" messages on my tests, but it is not clear to me what resources > >

Re: [racket-users] "Test did not clean up resources" message from GUI test runner

2017-08-21 Thread Ryan Culpepper
On 08/20/2017 09:28 PM, Alex Harsanyi wrote: I just noticed that the GUI test runner displays "test did not clean up resources" messages on my tests, but it is not clear to me what resources are not being cleaned up. I tried to reproduce the problem in the following test case: #lang