Message71282
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
---------------------------------------------------------------------- |
|
Date |
User |
Action |
Args |
2008-08-17 16:51:45 | pitrou | set | recipients:
+ pitrou |
2008-08-17 16:51:44 | pitrou | set | messageid: <1218991904.92.0.339312182303.issue3580@psf.upfronthosting.co.za> |
2008-08-17 16:51:43 | pitrou | link | issue3580 messages |
2008-08-17 16:51:42 | pitrou | create | |
|