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 Claudiu.Popa
Recipients Claudiu.Popa
Date 2013-11-30.08:44:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385801049.84.0.483097954762.issue19838@psf.upfronthosting.co.za>
In-reply-to
Content
Hi!

test_touch_common fails when using 8.3-STABLE FreeBSD 8.3-STABLE and Python 3.4.0b1 (default:a0ec33efa743+, Nov 30 2013, 10:36:58). 

Here are the tracebacks:


======================================================================
FAIL: test_touch_common (test.test_pathlib.PathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tank/libs/cpython/Lib/test/test_pathlib.py", line 1402, in test_touch_common
    self.assertGreaterEqual(st.st_mtime_ns, old_mtime_ns)
AssertionError: 1385800632000000000 not greater than or equal to 1385800632871814968

======================================================================
FAIL: test_touch_common (test.test_pathlib.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tank/libs/cpython/Lib/test/test_pathlib.py", line 1402, in test_touch_common
    self.assertGreaterEqual(st.st_mtime_ns, old_mtime_ns)
AssertionError: 1385800633000000000 not greater than or equal to 1385800633042814928

----------------------------------------------------------------------
Ran 319 tests in 0.368s

FAILED (failures=2, skipped=85)
test test_pathlib failed
1 test failed:
    test_pathlib

This issue seems to be related with issue15745.
History
Date User Action Args
2013-11-30 08:44:09Claudiu.Popasetrecipients: + Claudiu.Popa
2013-11-30 08:44:09Claudiu.Popasetmessageid: <1385801049.84.0.483097954762.issue19838@psf.upfronthosting.co.za>
2013-11-30 08:44:09Claudiu.Popalinkissue19838 messages
2013-11-30 08:44:09Claudiu.Popacreate