March 20, 2026
12:11 p.m.
eric pouech (@epo) commented about dlls/kernel32/tests/console.c:
test_condrv_server_as_root_directory(); test_CreateProcessCUI(); test_CtrlHandlerSubsystem(); + test_ANSI_escape_sequences();
it looks like there are conflicts with previous tests, this line has to be moved just after test_FreeConsole(); line and this will trigger errors when run under wine that should marked with todo_wine (each single commit shall not introduce failures in the CI) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9973#note_133000