http://bugs.winehq.org/show_bug.cgi?id=35580
Bug ID: 35580 Summary: d3d8:device test_display_formats() fails on Windows 8 Product: Wine Version: 1.7.12 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Classification: Unclassified
The failing test is: device.c:1056: Test failed: Got unexpected hr 0 for D3DFMT_R5G6B5 / D3DFMT_R5G6B5, windowed 0, should_pass 0.
This test fails on three Windows 8 machines but apparently not on any other Windows version: * dr-w8-E1-1200 * My Acer laptop running Windows 8.1 on real hardware with an Intel HD4000 graphics card. * The WineTestBot w864 VM.
http://test.winehq.org/data/tests/d3d8:device.html
The commit that introduced this test is:
commit 1438c74b744d1e06b2efde04e050971d51ed11f8 Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jan 29 19:28:36 2014 +0100
d3d8/tests: Port test_display_formats() to d3d8.