[PATCH 1/3] msvcp120: implement _Thrd_sleep/yield (try 2)

Piotr Caban piotr.caban at gmail.com
Fri Oct 30 06:06:09 CDT 2015


On 10/29/15 23:04, Daniel Lehman wrote:
> +    ok((diff > 2000 - TIMEDELTA) && (diff < 2000 + TIMEDELTA), "got %d", diff);
This test is occasionally failing on my Windows 7 box (is most cases 
diff ~= 2165, biggest value I've seen is diff = 2771). I think that it 
should be enough to just test diff>2000-TIMEDELTA. New line character is 
also missing here.

Thanks,
Piotr



More information about the wine-devel mailing list