http://bugs.winehq.org/show_bug.cgi?id=13483
Summary: Opengl.c test fails in windows xp when in 16bit color mode Product: Wine Version: 1.0-rc2 Platform: PC URL: http://test.winehq.org/data/156dad05c08cd921288aedf1b281 ff23844a1692/xp_aenglish-xp-16bit/report OS/Version: Windows XP Status: NEW Keywords: testcase Severity: minor Priority: P2 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Tried running the test suite in windows xp, with color set to 16 bit. Results were mostly the same, only difference being opengl:
opengl32:opengl start dlls/opengl32/tests/opengl.c ad05822127 opengl.c:217:SetPixelFormat on main device context failed opengl.c:263: Test failed: WGL_COLOR_BITS_ARB (16) does not equal R+G+B+A (24)! opengl.c:316:hread EF01056E, hdc EF01056E opengl.c:108:nOnscreenFormats: 80 opengl.c:109:Total number of pbuffer capable pixelformats: 194 opengl.c:118:Selected iPixelFormat=1 opengl.c:142:iPixelFormat returned by GetPixelFormat: 1 opengl.c:143:PixelFormat from wglChoosePixelFormatARB: 1 opengl.c:155:Selected iPixelFormat: 81 opengl.c:172:iPixelFormat returned by GetPixelFormat: 1 opengl.c:173:PixelFormat from wglChoosePixelFormatARB: 81 opengl: 254 tests executed (0 marked as todo, 1 failure), 0 skipped. opengl32:opengl done (1)
Might need a skip?