http://bugs.winehq.org/show_bug.cgi?id=12142
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-22 22:16:19 --- (In reply to comment #5)
I thought make test was intended to be a project-wide regression test, so I tried using it for that purpose. When I got failures I asked on IRC whether make test was expected to pass or not, and I was told yes, and to report any failures as bugs. If make test is only intended to be used by one person then disregard; however this diminishes the potential usefulness of the test suite IMO.
'make test' is intended to run and pass in all cases, but there are cases when a test fails. In that case the first thing to do is investigate *why* the test fails, and only when there is a good understanding what's the source of the misbehaviour try to fix it.
user32 message were passing for me completely without single failure until recent WM related changes. That doesn't mean that changes are incorrect, that simply discovers bugs and inconsistent behaviour in WMs out there.