https://bugs.winehq.org/show_bug.cgi?id=44296
--- Comment #3 from Mikkel Krautz mikkel@krautz.dk --- The test can be checked out and built via:
$ git clone --recursive https://github.com/mumble-voip/mumble.git $ cd mumble $ git checkout 3ffd9ad3ed18176774d8e1c64a96dffe0de69655 # pin to a commit where we know the test fails.... $ cd src/tests/TestServerResolver $ qmake CONFIG+=release TestServerResolver.pro $ make
for example via MXE.