[issue14143] test_ntpath failure on Windows

Nadeem Vawda report at bugs.python.org
Mon Feb 27 20:07:40 CET 2012


New submission from Nadeem Vawda <nadeem.vawda at gmail.com>:

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/6075/steps/test/logs/stdio

    FAIL: test_time (test.test_ntpath.NtCommonTest)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_genericpath.py", line 127, in test_time
        self.pathmodule.getmtime(support.TESTFN)
    AssertionError: 1330364192.9002845 not less than or equal to 1330363190.76044

It seems the file's modification time is earlier than its creation time by ~1002s.

----------
components: Tests, Windows
keywords: buildbot
messages: 154503
nosy: nadeem.vawda
priority: normal
severity: normal
stage: needs patch
status: open
title: test_ntpath failure on Windows
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14143>
_______________________________________


More information about the Python-bugs-list mailing list