Re: d3d8/tests: Make tests pass on W2K8
26 Jan
2009
26 Jan
'09
2:19 a.m.
2009/1/26 Ge van Geldorp <ge(a)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.
6166
Age (days ago)
6166
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet