Re: d3d10core/tests: Add acceptable error code for Win7 device test (Resend)
Ge van Geldorp writes: > Changelog: > d3d10core/tests: Add acceptable error code for Win7 device test So why does it fail? -- Alexandre Julliard julli...@winehq.org
Re: d3d10core/tests: Add acceptable error code for Win7
2009/8/26 Ge van Geldorp : > 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 ther