On 12/15/2009 08:00 PM, Vincent Povirk wrote:
On Tue, Dec 15, 2009 at 12:18 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Your talking about that second failure (line 1058). That test failure doesn't seem to be OS-version specific but rather gdiplus version (.NET version?) specific.
There are some XP and W2K3 boxes that don't show this failure.
But which way should Wine's gdiplus behave? Should it fail in this case (corresponding to the newer gdiplus version, probably), or succeed?
I think that Wine should follow the latest and greatest. So it should be InvalidParameter. So we could add a broken(Ok) of some sort to indicate that we want to follow the new behavior.
Does that make sense?