[PATCH 6/6] ucrtbase: Implement quick_exit and _crt_at_quick_exit
From: Fabian Maurer <dark.shadow4(a)web.de> Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/exit.c | 16 +++++++-- dlls/ucrtbase/tests/misc.c | 86 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 98 insertions(+), 4 deletions(-)
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://testbot.winehq.org/JobDetails.pl?Key=39697 Your paranoid android. === wvistau64 (32 bit misc) === misc.c:893: Test failed: _crt_at_quick_exit(NULL) failed misc.c:923: Test failed: 1 tests failed in child process === wvistau64_zh_CN (32 bit misc) === misc.c:893: Test failed: _crt_at_quick_exit(NULL) failed misc.c:923: Test failed: 1 tests failed in child process === wvistau64_fr (32 bit misc) === misc.c:893: Test failed: _crt_at_quick_exit(NULL) failed misc.c:923: Test failed: 1 tests failed in child process === wvistau64_he (32 bit misc) === misc.c:893: Test failed: _crt_at_quick_exit(NULL) failed misc.c:923: Test failed: 1 tests failed in child process === wvistau64 (64 bit misc) === misc.c:893: Test failed: _crt_at_quick_exit(NULL) failed misc.c:923: Test failed: 1 tests failed in child process
participants (2)
-
Marvin -
Piotr Caban