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 vstinner
Recipients gvanrossum, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-01-21.01:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390267686.04.0.350406111507.issue20311@psf.upfronthosting.co.za>
In-reply-to
Content
Another failure:

http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.3/builds/1360/steps/test/logs/stdio

======================================================================
FAIL: test_timeout_rounding (test.test_epoll.TestEPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.3.bolen-ubuntu/build/Lib/test/test_epoll.py", line 58, in test_timeout_rounding
    self.assertGreaterEqual(dt, timeout)
AssertionError: 0.009388947859406471 not greater than or equal to 0.01
History
Date User Action Args
2014-01-21 01:28:06vstinnersetrecipients: + vstinner, gvanrossum, pitrou, neologix, python-dev, serhiy.storchaka
2014-01-21 01:28:06vstinnersetmessageid: <1390267686.04.0.350406111507.issue20311@psf.upfronthosting.co.za>
2014-01-21 01:28:05vstinnerlinkissue20311 messages
2014-01-21 01:28:05vstinnercreate