https://bugs.winehq.org/show_bug.cgi?id=51684
Bug ID: 51684 Summary: quartz:systemclock gets out of order timestamps on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
quartz:systemclock fails almost systematically on Windows because it gets out of order timestamps:
systemclock.c:191: Test failed: Got timestamps 7810060000, 7810000000, 7810060000.
https://test.winehq.org/data/patterns.html#quartz:systemclock
This happens on Windows 7 to Windows 10 21H1, on real hardware as well as in the VMs.
This test was introduced by the following commit:
commit ff231dad75dd9e9dccba52ec41e1a5eb879b9cdc Author: Zebediah Figura zfigura@codeweavers.com AuthorDate: Mon Jul 19 22:25:26 2021 -0500
quartz/tests: Check that system clock measurements are in sequence instead of comparing absolute time.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
The issue was also reported by the TestBot at the time: https://www.winehq.org/pipermail/wine-devel/2021-July/190951.html