[PATCH] msvcrt: Return time since CRT initialization in clock function.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/main.c | 1 + dlls/msvcrt/msvcrt.h | 1 + dlls/msvcrt/tests/time.c | 18 ------------------ dlls/msvcrt/time.c | 25 +++++++++++-------------- dlls/ucrtbase/tests/misc.c | 23 +++++++++++++++++++++++ 5 files changed, 36 insertions(+), 32 deletions(-)
Hi, While running your changed tests, 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=57857 Your paranoid android. === w1064v1809_he (32 bit report) === ucrtbase: misc.c:1180: Test failed: clock() = 136, expected 140 (100) === w1064v1809_ja (32 bit report) === ucrtbase: misc.c:1180: Test failed: clock() = 110, expected 111 (100) === w2008s64 (64 bit report) === ucrtbase: misc.c:1180: Test failed: clock() = 92, expected 93 (146) === w1064v1507 (64 bit report) === ucrtbase: misc.c:1180: Test failed: clock() = 186, expected 187 (100)
participants (2)
-
Marvin -
Piotr Caban