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 ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner, zach.ware
Date 2014-03-13.16:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394729765.07.0.887990066993.issue20910@psf.upfronthosting.co.za>
In-reply-to
Content
I got a few failures on my Windows machine running `PCbuild\python_d.exe -m test -j0 -rW` [1], only one of which looks relevant [2]:

======================================================================
FAIL: test_monotonic (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "P:\Projects\OSS\Python\hg.python.org\default\cpython\lib\test\test_time.
py", line 397, in test_monotonic
    support.check_time_delta(0.5, dt, 0.5, clock='monotonic')
  File "P:\Projects\OSS\Python\hg.python.org\default\cpython\lib\test\support\__
init__.py", line 2241, in check_time_delta
    message))
AssertionError: timing 608.0 ms seconds > max timing 500.0 ms seconds; the clock
 'monotonic' has a resolution of 15.6 ms; tolerate 1.0 ms seconds

----------------------------------------------------------------------
Ran 45 tests in 1.869s

FAILED (failures=1, skipped=12)
test test_time failed

It may be interesting to also run this on a couple of the Windows buildbot 'custom' builders, particularly the XP bot (which has an odd resolution for time.monotonic) and the x86 Server 2003 bot (which is notoriously slow).

[1] excluding test_urllib2_localnet and test_asyncio, test_urllib2_localnet doesn't play nice with my network and test_asyncio had an output-eating failure on a previous attempt
[2] the other failures were test_os, test_ssl, and test_socket.  I believe their failures to be issues with my machine.
History
Date User Action Args
2014-03-13 16:56:05zach.waresetrecipients: + zach.ware, ncoghlan, pitrou, vstinner, r.david.murray, serhiy.storchaka
2014-03-13 16:56:05zach.waresetmessageid: <1394729765.07.0.887990066993.issue20910@psf.upfronthosting.co.za>
2014-03-13 16:56:05zach.warelinkissue20910 messages
2014-03-13 16:56:04zach.warecreate