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.

作者 pitrou
收信人 giampaolo.rodola, lars.gustaebel, pitrou, python-dev, terry.reedy
日期 2012-05-16.12:12:42
SpamBayes Score -1.0
Marked as misclassified
Message-id <1337170362.98.0.487087780929.issue14807@psf.upfronthosting.co.za>
In-reply-to
内容
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:43pitrou修改recipients: + pitrou, terry.reedy, lars.gustaebel, giampaolo.rodola, python-dev
2012-05-16 12:12:42pitrou修改messageid: <1337170362.98.0.487087780929.issue14807@psf.upfronthosting.co.za>
2012-05-16 12:12:42pitrou链接issue14807 messages
2012-05-16 12:12:42pitrou创建