Message9775

Author jeff.allen
Recipients jeff.allen
Date 2015-04-06.21:03:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428354210.0.0.219660494551.issue2316@psf.upfronthosting.co.za>
In-reply-to
Content
Observed on Windows 7 with Jython 2.7rc2 test.test_tarfile reports many unlink failures (frequent on Windows) and three along the lines:

======================================================================
FAIL: test_extractall (__main__.MiscReadTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_tarfile.py", line 326, in test_extractall
    self.assertEqual(tarinfo.mode & 0777, os.stat(path).st_mode & 0777)
AssertionError: 493 != 511
History
Date User Action Args
2015-04-06 21:03:30jeff.allensetrecipients: + jeff.allen
2015-04-06 21:03:30jeff.allensetmessageid: <1428354210.0.0.219660494551.issue2316@psf.upfronthosting.co.za>
2015-04-06 21:03:29jeff.allenlinkissue2316 messages
2015-04-06 21:03:29jeff.allencreate