https://bugs.winehq.org/show_bug.cgi?id=53193
--- Comment #1 from François Gouget fgouget@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.