http://bugs.winehq.org/show_bug.cgi?id=14901
--- Comment #9 from Austin English austinenglish@gmail.com 2008-08-19 09:54:07 --- (In reply to comment #6)
In order to write a proper test it would help if I could run "make test" successfully (when my patch is not applied) so that I can check whether my patch does what it is supposed to. Isn't "make test" supposed to succeed?
It fails on older window managers/quite a few video cards. Use:
$ make -k test
to ignore failures. Ignore anything in user32/d3d* (unless you changed something there).