[Bug 10221] "make test" fails on d3d9/tests/visual.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 13 15:35:00 CDT 2008


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


Maarten Lankhorst <m.b.lankhorst at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.b.lankhorst at gmail.com




--- Comment #8 from Maarten Lankhorst <m.b.lankhorst at gmail.com>  2008-05-13 15:35:00 ---
I still need the following snippet for the visual tests to pass:

--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -104,6 +104,7 @@ static DWORD getPixelColor(IDirect3DDevice9 *device, UIN
         trace("Can't create an offscreen plain surface to read the render t
         return 0xdeadbeef;
     }
+    Sleep(100);

     hr = IDirect3DDevice9_GetFrontBufferData(device, 0, surf);
     if(FAILED(hr))


-- 
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