[Python-Dev] 2.4.2c1: test_macfs failing on Tiger (Mac OS X 10.4.2) (original) (raw)

Guido van Rossum guido at python.org
Tue Sep 20 20:42:04 CEST 2005


test test_macfs failed -- Traceback (most recent call last): File "/Users/gvr/p4/Lib/test/test_macfs.py", line 53, in test_dates self.assertEqual(dates, (now, now-1, now-2)) AssertionError: (1127241062, 1127241062, 1127241061) != (1127241063, 1127241062, 1127241061)

Any takers? What does this mean? (It looks like an off-by-one-error in the first timestamp, but I don't know what the code is trying to do). Is the filesystem perhaps truncating times?

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list