[Bug 53193] d3d9:device - test_window_position() fails randomly in Wine

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jun 21 13:07:22 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53193

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
These failures have more expected and actual window dimensions. For instance
looking at just the values for adapter 0:

$ egrep "Test failed: Adapter 0: Expect window rect " */*/report | sed -e
's/^.*://' | sort -u
 Expect window rect (0,0)-(1024,737), got (0,0)-(640,480).
 Expect window rect (0,0)-(1024,737), got (4,14)-(644,494).
 Expect window rect (0,0)-(1024,737), got (4,15)-(644,495).
 Expect window rect (0,0)-(1024,768), got (0,0)-(640,480).
 Expect window rect (0,0)-(1024,768), got (4,14)-(1028,782).
 Expect window rect (0,0)-(1024,768), got (4,14)-(644,494).
 Expect window rect (0,0)-(1024,768), got (4,15)-(644,495).
 Expect window rect (0,0)-(1024,768), got (4,23)-(644,503).
 Expect window rect (0,0)-(640,480), got (4,15)-(644,495).

This may depend in part on the resolution previous tests have left the screen
in.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list