"Austin English" <[EMAIL PROTECTED]> writes: > In today's git, I've had a few regressions in make -k test: > > [EMAIL PROTECTED]:~/wine-git$ grep -i 'Test failed' > wine-0.9.56-420-g22f146f.txt > visual.c:1741: Test failed: double texbem failed: Got color > 0x00ff00ff, expected 0x00ffff00. > systray.c:89: Test failed: ret 0x1 which is not a window > systray.c:90: Test failed: hWnd overwritten > msg.c:9415: Test failed: 30: ShowWindow(SW_RESTORE): in msg 0x0047 > expecting wParam 0x8160 got 0x8162 > msg.c:9415: Test failed: 50: ShowWindow(SW_SHOWNORMAL): the msg 0x0047 > was expected, but got msg 0x0005 instead > msg.c:9415: Test failed: 50: ShowWindow(SW_SHOWNORMAL): the msg 0x0003 > was expected, but got msg 0x0009 instead > msg.c:9415: Test failed: 50: ShowWindow(SW_SHOWNORMAL): the msg 0x0005 > was expected, but got msg 0x0047 instead > msg.c:9415: Test failed: 50: ShowWindow(SW_SHOWNORMAL): the msg > sequence is not complete: expected 0000 - actual 0003 > msg.c:9415: Test failed: 56: ShowWindow(SW_SHOWNOACTIVATE): in msg > 0x0047 expecting wParam 0x8170 got 0x8172 > win.c:3271: Test failed: pixel should be black, color is 00205860 > win.c:3275: Test failed: pixel should be black, color is 00205860 > win.c:3302: Test failed: pixel should be black, color is 00205860 > > +heap adds: > job.c:250: Test failed: GetState failed: 0x80004001 > job.c:266: Test failed: Resume failed to return BG_E_EMPTY error: 0x80004001 > input.c:470: Test failed: 01: 12 from 81 -> 01 unexpected > input.c:470: Test failed: 01: a4 from 81 -> 01 unexpected > input.c:461: Test failed: 03: 12 from 00 -> 00 instead of 80 -> 00 > input.c:461: Test failed: 03: a4 from 00 -> 00 instead of 80 -> 00 > input.c:538: Test failed: not enough messages found; looking for 0
Most of these are not real regressions. There are a number of race conditions in the tests that will cause these things to fail sometimes. You have to run make test several times in a row to make sure they are real failures. -- Alexandre Julliard [EMAIL PROTECTED]
