[PATCH 1/2] Add test for RedrawWindow with both validate and internal paint flags.

Eric Pouech eric.pouech at orange.fr
Sat Feb 19 12:49:14 CST 2022


struct message {
> @@ -2819,6 +2820,10 @@ static void ok_sequence_(const struct message *expected_list, const char *contex
>                   context, count, expected->message);
>               if ((expected->flags & kbd_hook) != (actual->flags & kbd_hook)) dump++;
>   
> +        todo_wine_if(expected->flags & has_update)
> +        ok_( file, line) (!(expected->flags & has_update) || (actual->flags & has_update),
> +        "%s: %u: the msg 0x%04x should have update region\n", context, count, expected->message );
> +
>   	    expected++;
>   	    actual++;
>   	}

Hi Roman

please, don't outdent the todo_wine*

that generates warnings with mingw gcc 11.x

thanks






More information about the wine-devel mailing list