Re: opengl/tests: Skip tests if we can't find a pixel format.
5 Dec
2008
5 Dec
'08
2:25 p.m.
Huw Davies wrote:
--- dlls/opengl32/tests/opengl.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
------------------------------------------------------------------------
Hi Huw, This looks a bit strange: + if(iPixelFormat == 0) + { + todo_wine ok(iPixelFormat > 0, Is it your intention to just throw up a failed message in all cases? -- Cheers, Paul.
5 Dec
5 Dec
2:31 p.m.
New subject: opengl/tests: Skip tests if we can't find a pixel format.
On Fri, Dec 05, 2008 at 03:25:56PM +0100, Paul Vriens wrote:
This looks a bit strange:
+ if(iPixelFormat == 0) + { + todo_wine ok(iPixelFormat > 0,
Is it your intention to just throw up a failed message in all cases?
Hi Paul, It was my intention to throw a todo if ChoosePixelFormat rets 0 when run under Wine. Huw.
6306
Age (days ago)
6306
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Paul Vriens