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 koobs
Recipients David.Edelsohn, benjamin.peterson, georg.brandl, giampaolo.rodola, gvanrossum, koobs, larry, ned.deily, pitrou, python-dev, sbt, serhiy.storchaka, skrah, vstinner
Date 2013-10-18.21:34:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382132064.9.0.763852336946.issue19262@psf.upfronthosting.co.za>
In-reply-to
Content
@Guido, another expected delay test failure:

======================================================================
FAIL: test_run_until_complete (test.test_asyncio.test_events.KqueueEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_asyncio/test_events.py", line 218, in test_run_until_complete
    self.assertTrue(0.08 <= t1-t0 <= 0.12, t1-t0)
AssertionError: False is not true : 0.12018337799236178

Note: Also referenced "upstream" :]
History
Date User Action Args
2013-10-18 21:34:24koobssetrecipients: + koobs, gvanrossum, georg.brandl, pitrou, vstinner, larry, giampaolo.rodola, benjamin.peterson, ned.deily, skrah, python-dev, sbt, serhiy.storchaka, David.Edelsohn
2013-10-18 21:34:24koobssetmessageid: <1382132064.9.0.763852336946.issue19262@psf.upfronthosting.co.za>
2013-10-18 21:34:24koobslinkissue19262 messages
2013-10-18 21:34:24koobscreate