"Dmitry Timoshkov" dmitry@codeweavers.com writes:
Well, apparently the fix was based on a test (that was supposed to mimic a real application behaviour that exposed a bug), and since the test is wrong (since it doesn't pass on a single flavour of Windows) the fix is wrong as well.
The test failing on Windows doesn't necessarily imply that the fix is wrong, only that the test is broken. The first thing to do is to make the test pass on Windows, which will then tell us if the fix was correct depending on whether the fixed test still passes on Wine.