[Bug 29542] New: ddraw clipper tests fail
http://bugs.winehq.org/show_bug.cgi?id=29542 Bug #: 29542 Summary: ddraw clipper tests fail Product: Wine Version: 1.3.36 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Classification: Unclassified Looks like http://source.winehq.org/git/wine.git/?a=commit;h=3997457574a0e3f1c2fa095e23... introduced some tests that fail reliably on the buildbot. The last three hourly builds have all failed, see e.g. http://www.winehq.org/pipermail/wine-tests-results/2012-January/005208.html Log from that file, minus some fixmes: ddraw1.c:225: Test failed: Got unexpected bounding rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. ddraw1.c:231: Test failed: Got unexpected clip rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. fixme:ddraw:ddraw_clipper_SetClipList iface 0x159b50, region 0x159c18, flags 0 stub! fixme:ddraw:ddraw_clipper_SetClipList iface 0x159b50, region 0x159c18, flags 0 stub! fixme:ddraw:ddraw_clipper_GetClipList clipper 0x159b50, rect (0,0)-(640,480), clip_list (nil), clip_list_size 0x33f9fc stub! alarum: fail: exit status 2, command '../../../wine ddraw_test.exe.so ddraw1.c ' make: *** [ddraw1.ok] Error 2 ddraw2.c:232: Test failed: Got unexpected bounding rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. ddraw2.c:238: Test failed: Got unexpected clip rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. fixme:ddraw:ddraw_clipper_SetClipList iface 0x159b50, region 0x159c18, flags 0 stub! fixme:ddraw:ddraw_clipper_SetClipList iface 0x159b50, region 0x159c18, flags 0 stub! fixme:ddraw:ddraw_clipper_GetClipList clipper 0x159b50, rect (0,0)-(640,480), clip_list (nil), clip_list_size 0x33f9fc stub! alarum: fail: exit status 2, command '../../../wine ddraw_test.exe.so ddraw2.c ' make: *** [ddraw2.ok] Error 2 ddraw4.c:527: Test failed: Got unexpected bounding rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. ddraw4.c:533: Test failed: Got unexpected clip rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. fixme:ddraw:ddraw_clipper_SetClipList iface 0x128e30, region 0x15d288, flags 0 stub! fixme:ddraw:ddraw_clipper_SetClipList iface 0x128e30, region 0x15d288, flags 0 stub! fixme:ddraw:ddraw_clipper_GetClipList clipper 0x128e30, rect (0,0)-(640,480), clip_list (nil), clip_list_size 0x33f9ec stub! alarum: fail: exit status 2, command '../../../wine ddraw_test.exe.so ddraw4.c ' make: *** [ddraw4.ok] Error 2 ddraw7.c:520: Test failed: Got unexpected bounding rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. ddraw7.c:526: Test failed: Got unexpected clip rect {10, 10, 650, 490}, expected {14, 33, 646, 486}. fixme:ddraw:ddraw_clipper_SetClipList iface 0x159390, region 0x159430, flags 0 stub! fixme:ddraw:ddraw_clipper_SetClipList iface 0x159390, region 0x159430, flags 0 stub! fixme:ddraw:ddraw_clipper_GetClipList clipper 0x159390, rect (0,0)-(640,480), clip_list (nil), clip_list_size 0x33fa1c stub! alarum: fail: exit status 2, command '../../../wine ddraw_test.exe.so ddraw7.c ' make: *** [ddraw7.ok] Error 2 (How is it we don't have a ddraw component yet?) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29542 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase CC| |austinenglish(a)gmail.com Component|-unknown |directx-d3d -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29542 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-01-05 17:41:37 CST --- (In reply to comment #0)
(How is it we don't have a ddraw component yet?)
We did, it was merged into directx-d3d at Henri's request. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29542 Henri Verbeet <hverbeet(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Henri Verbeet <hverbeet(a)gmail.com> 2012-01-06 04:29:41 CST --- This was discussed on wine-devel. For what it's worth, http://source.winehq.org/patches/data/82448 will make this pass in the virtual desktop as well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29542 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | Summary|ddraw clipper tests fail |ddraw clipper tests fail | |when run in virtual desktop --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2012-01-06 10:14:30 CST --- ok, thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29542 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2012-01-08 15:55:26 CST --- Tests seem to pass for me now with and without virtual desktop. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29542 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2012-01-13 13:50:53 CST --- Closing bugs fixed in 1.3.37. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org