Re: gdiplus: Add more font transformation tests.

2012-10-10 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=22066 Your paranoid android

Re: gdiplus: Add more font transformation tests.

2012-10-09 Thread Dmitry Timoshkov
Vincent Povirk wrote: > > +todo_wine > > +expectf(133.203125, bounds.Height); > > Should we have this level of precision in our font tests? We have already, and it works pretty well. There are cases when it's not practical, but this is not the case I believe. -- Dmitry.

Re: gdiplus: Add more font transformation tests.

2012-10-09 Thread Vincent Povirk
> +todo_wine > +expectf(133.203125, bounds.Height); Should we have this level of precision in our font tests?