22 Aug
2024
22 Aug
'24
2:40 p.m.
Tests can fail (seen on slow VMs) because `GetExitCodeProcess` is called before the child process is marked as terminated. `STILL_ACTIVE` is returned instead of the expected `1`. dlls/kernel32/tests/loader.c#L3984 does a similar thing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6339