[PATCH v4] programs/winetest: don't create console when non connected to a console

Alexandre Julliard julliard at winehq.org
Thu Mar 31 13:16:16 CDT 2022


Francois Gouget <fgouget at codeweavers.com> writes:

> Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
>
> That's great. I can now reproduce these failures.
> The easiest way to do so from a terminal is something like this:
>
>   nohup ./wine ... 2>&1 | cat
>
> With this winetest patch user32:input succeeds... sometimes.
> I don't think this means the patch is wrong.
>
> Rather the issue is that user32:input itself 'forks' without passing 
> DETACHED_PROCESS to CreateProcess(), causing consoles to appear in the 
> middle of the test which randomly leads to failures.

Do these consoles also appear on Windows then?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list