[Issue 11809] unit tests leave behind temporary files

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Sep 19 15:51:54 PDT 2014


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

Brad Roberts <braddr at puremagic.com> 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 <braddr at puremagic.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list