https://issues.dlang.org/show_bug.cgi?id=11809

Brad Roberts <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|unit tests leave behind a   |unit tests leave behind
                   |delete.me.unittest.pid#     |temporary files
                   |directory                   |

--- Comment #2 from Brad Roberts <[email protected]> ---
It's been forever since I did a survey.  Here's what it looks like on a spot
checking of the fleet:

OSX: clean (possibly more aggressive cleanup?)

FreeBSD and Linux:
    deleteme.dmd.unittest.pid##.dir (some, one or two per day-ish)
    test.std.range.## (just one, 8910)

Win32:
    std.process temporary file UUID.cmd  (tons)
    tmp*.tmp (tons)
    test.std.range.## (just one, 8910)

Win64:
    std.process temporary file UUID.cmd  (tons)
    test.std.range.##  (just one, 8910)

I don't see any delete.me.unittest.pid#'s any more.

--

Reply via email to