https://issues.dlang.org/show_bug.cgi?id=14946
Issue ID: 14946
Summary: druntime coverage tests fail intermittently
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: major
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
Because we run druntime tests concurrently (both debug and release), it's
possible to be running the coverage tests concurrently in both debug and
release. However, the coverage tests output the same list file, so there is a
potential race which results in failures during test.
This causes both the master and pull requests to fail randomly.
--