Re: d3d10core/tests: Add acceptable error code for Win7
26 Aug
2009
26 Aug
'09
10:54 a.m.
2009/8/26 Ge van Geldorp <ggeldorp(a)vmware.com>:
hr = IDXGIFactory_EnumAdapters(factory, 0, &adapter); - ok(SUCCEEDED(hr), "EnumAdapters failed, hr %#x\n", hr); + ok(SUCCEEDED(hr) || hr == DXGI_ERROR_NOT_FOUND, "EnumAdapters failed, hr %#x\n", hr);
Is that in a VM? It's fine to skip the test if there are no adapters, but I don't think that's supposed to happen on real hardware.
5953
Age (days ago)
5953
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet