http://bugs.winehq.org/show_bug.cgi?id=15324
Summary: gdi32: bitmap test fails in PC-BSD but not Ubuntu Product: Wine Version: 1.1.4 Platform: PC OS/Version: FreeBSD Status: NEW Keywords: source, testcase Severity: minor Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
[pcbsd@pcbsd ~/wine-git/dlls/gdi32/tests]$ rm -rf ~/.wine ; make bitmap.ok ../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so bitmap.c && touch bitmap.ok wine: created the configuration directory '/home/pcbsd/.wine' Could not load Mozilla. HTML rendering will be disabled. wine: configuration in '/home/pcbsd/.wine' has been updated. bitmap.c:1193: Test failed: GetDIBits with 4 bpp DIB selected in DC: Invalid DIB bits bitmap.c:1193: Test failed: GetDIBits with 8 bpp DIB selected in DC: Invalid DIB bits err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=8 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=24 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32 err:bitmap:DIB_GetBitmapInfo (39): unknown/wrong size for header err:bitmap:DIB_GetBitmapInfo (11): unknown/wrong size for header err:bitmap:DIB_GetBitmapInfo (13): unknown/wrong size for header err:bitmap:DIB_GetBitmapInfo (16): unknown/wrong size for header *** Error code 2
+bitmap attached