d3d8/tests: Make tests pass on W2K8

Henri Verbeet hverbeet at gmail.com
Mon Jan 26 02:19:16 CST 2009


2009/1/26 Ge van Geldorp <ge at gse.nl>:
> Changelog:
>  d3d8/tests: Make tests pass on W2K8
>

>-    ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL, "IDirect3D8_CreateDevice failed with %#08x\n", hr);
>+    ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL || hr == D3DERR_NOTAVAILABLE, "IDirect3D8_CreateDevice failed with %#08x\n", hr);

This looks more like something certain VMs would return than something
specific to a particular Windows version.



More information about the wine-devel mailing list