comctl32/tests: Fix occasional test failures on TestBot w7u_2qxl.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2022-02-10 14:55:38 +08:00 committed by Alexandre Julliard
parent 381c2a9ae1
commit b13c4127a9
1 changed files with 2 additions and 1 deletions

View File

@ -531,7 +531,8 @@ static const struct message wm_themechanged_paint_erase_seq[] =
{
{WM_THEMECHANGED, sent | wparam | lparam},
{WM_PAINT, sent | wparam | lparam},
{WM_ERASEBKGND, sent | defwinproc},
/* TestBot w7u_2qxl VM occasionally doesn't send WM_ERASEBKGND, hence the 'optional' */
{WM_ERASEBKGND, sent | defwinproc | optional},
{0},
};