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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-13.09:29:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497346199.32.0.269414659155.issue30649@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Windows7%203.6/builds/416/steps/test/logs/stdio

======================================================================
FAIL: test_utime_current_old (test.test_os.UtimeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.6.bolen-windows7\build\lib\test\test_os.py", line 644, in test_utime_current_old
    self._test_utime_current(set_time)
  File "D:\cygwin\home\db3l\buildarea\3.6.bolen-windows7\build\lib\test\test_os.py", line 632, in _test_utime_current
    delta=delta, msg=msg)
AssertionError: 1497323613.108506 != 1497323613.0692456 within 0.02 delta : st_time=1497323613.108506, current=1497323613.0692456, dt=0.0392603874206543

----------------------------------------------------------------------
Ran 238 tests in 16.382s

FAILED (failures=1, skipped=81)
test test_os failed

And then test_os passed.
History
Date User Action Args
2017-06-13 09:29:59vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-06-13 09:29:59vstinnersetmessageid: <1497346199.32.0.269414659155.issue30649@psf.upfronthosting.co.za>
2017-06-13 09:29:59vstinnerlinkissue30649 messages
2017-06-13 09:29:58vstinnercreate