https://bugs.winehq.org/show_bug.cgi?id=51533
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |e9e8561fa8127a354390cc49442 | |d0b029c693014
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit e9e8561fa8127a354390cc49442d0b029c693014 Author: Francois Gouget fgouget@codeweavers.com Date: Thu Jul 29 17:24:12 2021 +0200
kernelbase/tests: Fix the Sleep() test for non-default timer resolutions.
Also defend against timer resolution changes during the test. Reduce the test duration a bit.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51533 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
The better Nt{Query,Set}TimerResolution() stubs make it all even better (d84e84c12650, bug 47261).