[Issue 16379] merging coverage sometimes overwrites existing results

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 11 21:39:44 PDT 2016


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
Fixed by https://github.com/dlang/druntime/pull/1629, the merge flag was set in
main after running std.stdio tests which forks. Those forks would then
overwrite the coverage output.

--


More information about the Digitalmars-d-bugs mailing list