[Bug 28397] gdi32/bitmap test broken on debian testing and ubuntu 11.04

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 19 22:23:43 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=28397

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |9b7ea6f417a68517745203123d9
                   |                            |df0516ebc60b1
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Austin English <austinenglish at gmail.com> 2011-10-19 22:23:43 CDT ---
Fixed by:
commit 9b7ea6f417a68517745203123d9df0516ebc60b1
Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Sep 27 16:13:39 2011 +0100

    gdi32: Forward StretchBlt calls from the dib driver to the null driver.

:040000 040000 ce22d7943f0f7aecdda67e97b5812cb40b40cc96
c11b7ea6be9e5605ec4b3d2959af57b22ec7d54d M    dlls


(side note, git bisect run is the bee's knees):
#!/bin/bash
./configure || exit 125
make -j15 || exit 125
rm -rf ~/.wine || exit 125
cd dlls/gdi32/tests || exit 125
rm -rf *ok || exit 125
make bitmap.ok || exit 0
exit 1

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list