http://bugs.winehq.org/show_bug.cgi?id=3551
------- Additional Comments From dmitry@codeweavers.com 2007-28-02 23:23 ------- The test run even doesn't reach the interesting tests by failing much earlier. That's a very bad sign: *all* the Wine tests should pass cleanly, otherwise the apps that actually use the functionality the tests are exercising will fail in a million of hardly debuggable weird ways.
You may try to run the thread and process tests by hand though, and see how it goes:
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so thread.c
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so process.c
It's up to FreeBSD community to help fixing appropriate functionality in Wine, most of active Wine developers work under Linux or Mac these days.