https://bugs.winehq.org/show_bug.cgi?id=55651
Bug ID: 55651 Summary: d3d10:effect - test_effect_fx_4_1_blend_state() fails on Windows 7+ Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3d10:effect - test_effect_fx_4_1_blend_state() fails on Windows 7+:
effect.c:9173: Test failed: Got unexpected hr 0x80004005.
See https://test.winehq.org/data/patterns.html#d3d10:effect
The failure started with the commit that introduced the test:
commit 8f6cf2d3c9e696dc85a156dee98829d7b258e662 Author: Nikolay Sivov nsivov@codeweavers.com AuthorDate: Wed Sep 13 22:01:26 2023 +0200
d3d10/tests: Add some tests for D3D10.1 blend state in effects.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com