http://bugs.winehq.org/show_bug.cgi?id=9916
--- Comment #37 from Dan Kegel dank@kegel.com 2008-02-02 03:41:12 --- I just ran the tests with wine-0.9.54, on a different machine ('planet', an Athlon XP 2100 system running Ubuntu Gutsy with an nVidia NV11 [GeForce2 MX/MX 400] card), Six tests failed. Here's a script to run just those tests:
try() { cd dlls/$1/tests; make $2.ok; cd ../../.. } try dsound propset # flaky, hangs on exit sometimes try d3d8 visual try d3d9 visual try ddraw visual try gdi32 font try kernel32 comm try urlmon url # flaky, passes sometimes try user32 msg
The dsound propset hang on exit seems to happen just after it unloads winealsa.drv on exit; the main thread deadlocks with a wineboot service thread? The visual failures might be a result of the crappy old graphics card on this machine.