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 giampaolo.rodola, lars.gustaebel, pitrou, python-dev, terry.reedy
Date 2012-05-16.12:12:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337170362.98.0.487087780929.issue14807@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-05-16 12:12:43pitrousetrecipients: + pitrou, terry.reedy, lars.gustaebel, giampaolo.rodola, python-dev
2012-05-16 12:12:42pitrousetmessageid: <1337170362.98.0.487087780929.issue14807@psf.upfronthosting.co.za>
2012-05-16 12:12:42pitroulinkissue14807 messages
2012-05-16 12:12:42pitroucreate