On Tue Nov 26 09:45:58 2024 +0000, Michele Dionisio wrote:
I remove the check as you request. but in my opinion now the test fails on linux and windows too
they fail on linux when run from a unix console, I don't see failure on windows
you can add the attached patch to work around this
[patch-timeout](/uploads/e311af5c8318f780aad5ff66a714ba26/patch-timeout)
I let you fix the remaining failure
Note: since MR!6888 has been merged, you don't need to take care of returning STATUS_CONTROL_C_EXIT, it's done by the default handlers now
Note2: the SetStdHandle() call between FreeConsole() and AllocConsole() in this patch looks suspicious : it's not needed under Windows, so likely another Wine bug (but it's needed for now, esp. when running the tests under Wine from a unix console)