New submission from koobs:

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

----------
components: Tests
keywords: 3.4regression
messages: 243083
nosy: koobs
priority: normal
severity: normal
status: open
title: Test failure in test_utime on FreeBSD
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24175>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to