Bug Squish Party
Let's fix bug 9916! "make test" usually fails - test cases metabug
Here's how to play.
- Get a fresh git tree on wine
- Set up a Windows system to test on.
Visit http://test.winehq.org and pick a failing test.
Make sure it's not in the list of tests being fixed below; also check wine-patches to make sure nobody just posted a fix
Cross-build the test by cd'ing to the test directory and typing "make crosstest". (If that doesn't work, see CompilingDLLsUsingMingw .)
- Copy the test executable to the Windows test system and see if it fails there
- If you can reproduce the failure, put your name in the list below, and try to fix it!
Alternately, if you want to fix bugs on Wine:
- Get a fresh git tree on wine
Do "make -k test > log 2>&1"
Look for any failures, or try to reproduce a flaky test from the list at http://www.winehq.org/pipermail/wine-devel/2008-September/069299.html
- Pick a failing test
Make sure it's not in the list of tests being fixed below; also check wine-patches to make sure nobody just posted a fix
- Put your name in the list below, and try to fix it!
Git tree is at git://repo.or.cz/wine/testsucceed.git "git fetch git://repo.or.cz/wine/testsucceed.git master:testsucceed; git checkout testsucceed"
Send all patches to wine-patches@winehq.org with [TestSucceed] in topic
See Also
What people are fixing
If you're currently fixing a test, please add an entry to the following list (sorted by DLL name), saying what you're fixing.
gdiplus:image.c crash (Only happens on -O0; DanKegel confirms, patches on the way) - LeiZhang
jscript:run - crash and 2 german locale problems (patch submitted) - MarcusMeissner
mlang (should now be clean for all windows version) - AricStewart
- mshtml:htmldoc - (timeout on win9x fixed) Jacek Caban
msi:install - 2 german problems (fixed & submitted) - MarcusMeissner
- msvcrt:time - This fails on Rob Shearman's laptop; Dmitry Timoshkov understands it and is working on it
opengl32 - RoderickColenbrander
shlwapi:path on Japanese windows - HansLeidekker
winhttp:notification - HansLeidekker
