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@winehq.org ReportedBy: dank@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?)