https://bugs.winehq.org/show_bug.cgi?id=53577
Bug ID: 53577 Summary: d3d9:device - test_scissor_size() fails on Windows 8+ 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
d3d9:device - test_scissor_size() fails on Windows 8+:
device.c:3647: Test failed: Expected rect (0,0)-(640,480), got (0,0)-(1024,768). device.c:3647: Test failed: Expected rect (0,0)-(800,600), got (0,0)-(1024,768).
https://test.winehq.org/data/patterns.html#d3d9:device
Strangely enough a bisect shows that the failures started with the commit below:
commit 7623d0a6f585505302044beace53fb8ff81ae120 Author: Zebediah Figura zfigura@codeweavers.com Date: Mon Jul 4 12:08:57 2022 -0500
d3d9/tests: Build without -DWINE_NO_LONG_TYPES.