[PATCH 7/7] d3d11/tests: Add test for device interfaces.

Henri Verbeet hverbeet at gmail.com
Thu Aug 20 03:09:20 CDT 2015


On 20 August 2015 at 01:48, Józef Kucia <jkucia at codeweavers.com> wrote:
> +        hr = ID3D11Device_QueryInterface(device, &IID_ID3D10Device1, (void **)&iface);
> +        todo_wine ok(hr == E_NOINTERFACE, "Device should not ID3D10Device1 interface, hr %#x.\n", hr);
I think you're missing an "implement" here.



More information about the wine-devel mailing list