[ddraw/tests 2/2] Mark some more tests are broken() on W2K

Stefan Dösinger stefan at codeweavers.com
Wed Mar 11 06:31:33 CDT 2009


Am Mittwoch, 11. März 2009 12:07:27 schrieb Paul Vriens:
> +    ok(hr == D3D_OK ||
> +       broken(hr == D3DERR_SCENE_IN_SCENE), /* W2K */
> +       "IDirect3DDevice7_BeginScene failed with %08x\n", hr);
I don't like that one. I think I wrote those tests on Win2K partially, so I'd 
blame it on Vmware. Its ok to skip checking the colors to reduce follow-up 
tests, but I dislike accepting random errors because Vmware returns them. If 
you find a real Windows hardware driver that returns this error its ok to 
accept D3DERR_SCENE_IN_SCENE as a return value




More information about the wine-patches mailing list