Re: [PATCH 04/10] ddraw/tests: New visual back buffer flipping tests. (try 3)

2010-08-04 Thread Stefan Dösinger
Am 03.08.2010 um 21:26 schrieb Oldřich Jedlička: > +whiteBrush = CreateSolidBrush(white); > +ok(whiteBrush != NULL, "CreateBrush returned: %p\n", whiteBrush); > +redBrush = CreateSolidBrush(red); > +ok(redBrush != NULL, "CreateBrush returned: %p\n", redBrush); > + > +hr = I

Re: [PATCH 04/10] ddraw/tests: New visual back buffer flipping tests. (try 3)

2010-08-03 Thread testbot
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=4251 Your paranoid android.