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 pitrou
Recipients pitrou
Date 2008-08-17.16:51:42
SpamBayes Score 1.1378298e-06
Marked as misclassified No
Message-id <1218991904.92.0.339312182303.issue3580@psf.upfronthosting.co.za>
In-reply-to
Content
I get failures under test_os when launched under Windows XP. More
precisely, it's a Windows XP image inside qemu with the Python build dir
in a Samba mount.


======================================================================
FAIL: test_1565150 (__main__.StatAttributeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib\test\test_os.py", line 291, in test_1565150
    self.assertEquals(os.stat(self.fname).st_mtime, t1)
AssertionError: 1159195039.0 != 1159195039.25

======================================================================
FAIL: test_1686475 (__main__.StatAttributeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib\test\test_os.py", line 300, in test_1686475
    self.fail("Could not stat pagefile.sys")
AssertionError: Could not stat pagefile.sys

----------------------------------------------------------------------
History
Date User Action Args
2008-08-17 16:51:45pitrousetrecipients: + pitrou
2008-08-17 16:51:44pitrousetmessageid: <1218991904.92.0.339312182303.issue3580@psf.upfronthosting.co.za>
2008-08-17 16:51:43pitroulinkissue3580 messages
2008-08-17 16:51:42pitroucreate