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 pitrou
Recipients pitrou
Date 2013-10-23.22:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382566801.77.0.760747140726.issue19371@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like test_asyncio still has rather tight timing expectations:

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1495/steps/test/logs/stdio

======================================================================
FAIL: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\home\cpython\buildslave\x86\3.x.snakebite-win2k8r2sp1-x86\build\lib\test\test_asyncio\test_base_events.py", line 182, in test__run_once
    self.assertTrue(9.99 < t < 10.1, t)
AssertionError: False is not true : 9.98499999998603
History
Date User Action Args
2013-10-23 22:20:01pitrousetrecipients: + pitrou
2013-10-23 22:20:01pitrousetmessageid: <1382566801.77.0.760747140726.issue19371@psf.upfronthosting.co.za>
2013-10-23 22:20:01pitroulinkissue19371 messages
2013-10-23 22:20:01pitroucreate