mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
comctl32/tests: Use todo_wine_if().
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d8a970f94a
commit
6531b9b8af
@ -1235,11 +1235,8 @@ static DWORD tbsize_alt_numtests = 0;
|
||||
EqualRect(&rc, &tbsize_alt_results[tbsize_alt_numtests].rcButton))) { \
|
||||
win_skip("Alternate rect found\n"); \
|
||||
tbsize_alt_numtests++; \
|
||||
} else if (!(mask&1)) { \
|
||||
} else todo_wine_if(mask&1) \
|
||||
check_rect("button = %d, tbsize_numtests = %d", rc, res->prcButtons[i], i, tbsize_numtests); \
|
||||
} else {\
|
||||
todo_wine { check_rect("button = %d, tbsize_numtests = %d", rc, res->prcButtons[i], i, tbsize_numtests); } \
|
||||
} \
|
||||
mask >>= 1; \
|
||||
} \
|
||||
tbsize_numtests++; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user