http://bugs.winehq.org/show_bug.cgi?id=17413
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2009-02-24 13:52:19 --- (In reply to comment #1)
Seems like it is fixed by commit b9b9835f9368c83e15451e04c8e0781012ac4a2f which I submitted to fix Bug 17502.
The patch initializes an uninitialized value. Turning on the heap channel for debugging initializes allocated bytes that aren't initialized, so it caused the tests to fail.
Yep:
http://test.winehq.org/data/86f79e3a558ca1fb5d596e9f62403ca89178d3cf/wine_xp...
Now we just need to fix those other 9 failures ;-). Some of them (mshtml/msi/winmm) are crashing, and may be a bit harder. Crypt32's got a few that don't like debugging traces...