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 christian.heimes, python-dev, vstinner
Date 2013-12-16.22:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387232541.54.0.752666041005.issue19999@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, there is something wrong with this buildbot!

http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.3/builds/1266/steps/test/logs/stdio

======================================================================
FAIL: test_monotonic (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.3.cea-indiana-x86/build/Lib/test/test_time.py", line 379, in test_monotonic
    self.assertTrue(0.5 <= dt <= 1.0, dt)
AssertionError: False is not true : 2.2977897822856903
History
Date User Action Args
2013-12-16 22:22:21vstinnersetrecipients: + vstinner, christian.heimes, python-dev
2013-12-16 22:22:21vstinnersetmessageid: <1387232541.54.0.752666041005.issue19999@psf.upfronthosting.co.za>
2013-12-16 22:22:21vstinnerlinkissue19999 messages
2013-12-16 22:22:20vstinnercreate