http://bugs.winehq.org/show_bug.cgi?id=35580
--- Comment #2 from François Gouget fgouget@codeweavers.com --- On my Acer laptop the d3d9:device test runs through a few more formats than on the VMs and thus has a few more failures. Specifically:
device.c:2350: Test failed: Got unexpected hr 0 for D3DFMT_R5G6B5 / D3DFMT_R5G6B5, windowed 0, should_pass 0. device.c:2350: Test failed: Got unexpected hr 0 for D3DFMT_X1R5G5B5 / D3DFMT_R5G6B5, windowed 0x1, should_pass 0. device.c:2350: Test failed: Got unexpected hr 0 for D3DFMT_X1R5G5B5 / D3DFMT_X8R8G8B8, windowed 0x1, should_pass 0. device.c:2350: Test failed: Got unexpected hr 0 for D3DFMT_X1R5G5B5 / D3DFMT_A8R8G8B8, windowed 0x1, should_pass 0. device.c:2350: Test failed: Got unexpected hr 0 for D3DFMT_X1R5G5B5 / D3DFMT_A2R10G10B10, windowed 0x1, should_pass 0.
On the same machine the d3d8:device test had only the one failure.