http://bugs.winehq.org/show_bug.cgi?id=25273
--- Comment #4 from Jörg Höhle hoehle@users.sourceforge.net 2011-02-17 10:37:36 CST --- patches sent to wine-patches
http://www.winehq.org/pipermail/wine-patches/2011-February/098922.html fixes msvcrt.dll such that the native wintest.exe passes the tests on MacOS (which expectedly causes make check to crash on MacOS, since the msvcrt/test is based on the broken assumption that long double formats match on both sides).
http://www.winehq.org/pipermail/wine-patches/2011-February/098923.html fixes the tests such that make test passes on MacOS as well as wintest.exe.
but produced no feedback. Should I join them such that make test never fails?
I believe some form of git apply foo.patch -- dlls/msvcrt/... could still be used to apply one part selectively.
BTW, I'm using Mac OS X 5.8 (32 bit).