This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients jkloth, loewis, python-dev, tim.peters, vstinner, zach.ware
Date 2014-01-02.22:19:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388701144.52.0.640869079835.issue20101@psf.upfronthosting.co.za>
In-reply-to
Content
I ran the same test on all of the Windows buildbots, with the following results:

x86 XP-4:
http://buildbot.python.org/all/builders/x86%20XP-4%20custom/builds/33/steps/test/logs/stdio
monotonic: good
time: good
clock/perf_counter: 10 failures

x86 Windows7
http://buildbot.python.org/all/builders/x86%20Windows7%20custom/builds/37/steps/test/logs/stdio
monotonic: good
time: 24 failures
clock/perf_counter: 11 failures

AMD64 Windows7 SP1
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%20custom/builds/41/steps/test/logs/stdio
All good

x86 Windows Server 2003
http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%20custom/builds/33/steps/test/logs/stdio
monotonic: good
time: good
clock/perf_counter: all failures

AMD64 Windows Server 2008R2
http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%20custom/builds/17/steps/test/logs/stdio
All good

x86 Windows Server 2008R2
http://buildbot.python.org/all/builders/x86%20Windows%20Server%202008%20%5BSB%5D%20custom/builds/0/steps/test/logs/stdio
All good


Also, I noticed three different resolutions for monotonic: mine, Tim's, and 0.0100144 on the XP-4 bot.
History
Date User Action Args
2014-01-02 22:19:04zach.waresetrecipients: + zach.ware, tim.peters, loewis, vstinner, jkloth, python-dev
2014-01-02 22:19:04zach.waresetmessageid: <1388701144.52.0.640869079835.issue20101@psf.upfronthosting.co.za>
2014-01-02 22:19:04zach.warelinkissue20101 messages
2014-01-02 22:19:04zach.warecreate