[Bug 9916] "make test" usually fails

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 2 03:41:14 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=9916





--- Comment #37 from Dan Kegel <dank at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list