2011/2/4 Benoit Daloze <eregontp / gmail.com>: > Hi, > On 1 February 2011 05:38, KOSAKI Motohiro <kosaki.motohiro / gmail.com> wrote: >> Hi >> >> The change log says, test/benchmark has been changed only warnings issue >> by this commit. However it has more widely change and it made a false positive >> test failure on windows. > > Sorry, I forgot about windows' imprecision. > > I intended to do a sleep(), but did not want to slow down the test and > thought just running the block was enough. > > Thanks for the patch. No problem. :) At minimum, your code is very clean and good readable. therefore I could find the test failure reason and fix it quickly. Thank you too.