消息 [160840]
And there are test failures under Windows too :)
======================================================================
ERROR: test_link (test.test_stat.TestFilemode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_stat.py", line 42, in test_link
os.symlink(os.getcwd(), TESTFN)
NotImplementedError: CreateSymbolicLinkW not found
======================================================================
FAIL: test_directory (test.test_stat.TestFilemode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_stat.py", line 38, in test_directory
self.assertEqual(get_mode(), 'drwx------')
AssertionError: 'drwxrwxrwx' != 'drwx------'
- drwxrwxrwx
+ drwx------
======================================================================
FAIL: test_mode (test.test_stat.TestFilemode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_stat.py", line 27, in test_mode
self.assertEqual(get_mode(), '-rwx------')
AssertionError: '-rw-rw-rw-' != '-rwx------'
- -rw-rw-rw-
+ -rwx------
http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/4962/steps/test/logs/stdio |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-05-16 12:12:43 | pitrou | 修改 | recipients:
+ pitrou, terry.reedy, lars.gustaebel, giampaolo.rodola, python-dev |
| 2012-05-16 12:12:42 | pitrou | 修改 | messageid: <1337170362.98.0.487087780929.issue14807@psf.upfronthosting.co.za> |
| 2012-05-16 12:12:42 | pitrou | 链接 | issue14807 messages |
| 2012-05-16 12:12:42 | pitrou | 创建 | |
|