druntime unittest failing under wine

Dmitry Olshansky dmitry.olsh at gmail.com
Sat Oct 28 19:06:29 UTC 2017


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 at 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




More information about the Digitalmars-d mailing list