On Tue, May 9, 2017 at 3:10 PM, Henri Verbeet hverbeet@gmail.com wrote:
On 9 May 2017 at 12:51, Józef Kucia jkucia@codeweavers.com wrote:
- refcount = ID3D11Device_Release(device);
- ok(!refcount, "Device has %u references left.\n", refcount);
+}
This test hangs for me on Windows. Specifically, the issue seems to be the final release of the device.
Unfortunately I cannot reproduce the issue here. It works fine for me on Windows 7 (Nvidia) and Windows 10 (AMD and Intel).