On Saturday, 28 October 2017 at 18:58:50 UTC, Andrei Alexandrescu
wrote:
I am using wine to build our Windows toolchain on Linux per
https://wiki.dlang.org/Building_under_Posix. After building
dmd, I tried to unittest druntime:
wine make -f win32.mak
and got this:
core.exception.AssertError@src\core\sync\mutex.d(380): unittest
failure
Is this reproducible? Does anyone have an attack on this?
Wine is not particularly stable emulation software when it comes
to testing Windows.
I’d recommend using Windows evaluation for server in a virtual
machine. 180 days for free + prolongation.
Thanks,
Andrei