Message154142
| Author |
skrah |
| Recipients |
skrah |
| Date |
2012年02月24日.18:07:24 |
| SpamBayes Score |
0.009303706 |
| Marked as misclassified |
No |
| Message-id |
<1330106845.06.0.919301753215.issue14108@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
These two tests fail on Windows 7:
======================================================================
FAIL: test_copymode_follow_symlinks (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\stefan\hg\master\lib\test\test_shutil.py", line 194, in test_copymode_follow_symlinks
self.assertEqual(os.stat(src).st_mode, os.stat(dst).st_mode)
AssertionError: 33206 != 33060
======================================================================
FAIL: test_move_dangling_symlink (test.test_shutil.TestMove)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\stefan\hg\master\lib\test\test_shutil.py", line 59, in wrap
return func(*args, **kwargs)
File "C:\Users\stefan\hg\master\lib\test\test_shutil.py", line 1137, in test_move_dangling_symlink
self.assertEqual(os.path.realpath(src), os.path.realpath(dst_link))
AssertionError: 'c:\\users\\stefan\\appdata\\local\\temp\\tmp7a4jc3\\baz' != 'c:\\users\\stefan\\appdata\\lo
cal\\temp\\tmp9ucl3b\\quux'
- c:\users\stefan\appdata\local\temp\tmp7a4jc3\baz
? ^^^^ ^^^
+ c:\users\stefan\appdata\local\temp\tmp9ucl3b\quux
? ^^ + + ^^^^ |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年02月24日 18:07:25 | skrah | set | recipients:
+ skrah |
| 2012年02月24日 18:07:25 | skrah | set | messageid: <1330106845.06.0.919301753215.issue14108@psf.upfronthosting.co.za> |
| 2012年02月24日 18:07:24 | skrah | link | issue14108 messages |
| 2012年02月24日 18:07:24 | skrah | create |
|