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 koobs
Date 2015-05-13.12:45:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431521100.95.0.772714139961.issue24175@psf.upfronthosting.co.za>
In-reply-to
Content
The following test failure is observable in koobs-freebsd9 and koobs-freebsd10 buildbots, on the 3.4 and 3.x branches.

======================================================================
FAIL: test_utime (test.test_os.StatAttributeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_os.py", line 418, in test_utime
    self._test_utime(self.fname, getattr, utime, 10)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_os.py", line 405, in _test_utime
    self.assertEqual(attr(st0, "st_mtime"), attr(st1, "st_mtime"))
AssertionError: 1431519042.77718 != 1431519042.777179

The regression was introduced recently, with the last successful build on koobs-freebsd10 being:

3.4: revision 69951573cb0ecd264d14648b6854c2dce3974186 	
3.x: revision c031fa8e6884808667e4e5b800c4f2184d46279c
History
Date User Action Args
2015-05-13 12:45:01koobssetrecipients: + koobs
2015-05-13 12:45:00koobssetmessageid: <1431521100.95.0.772714139961.issue24175@psf.upfronthosting.co.za>
2015-05-13 12:45:00koobslinkissue24175 messages
2015-05-13 12:45:00koobscreate