Message9775
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 |
|
Date |
User |
Action |
Args |
2015-04-06 21:03:30 | jeff.allen | set | recipients:
+ jeff.allen |
2015-04-06 21:03:30 | jeff.allen | set | messageid: <1428354210.0.0.219660494551.issue2316@psf.upfronthosting.co.za> |
2015-04-06 21:03:29 | jeff.allen | link | issue2316 messages |
2015-04-06 21:03:29 | jeff.allen | create | |
|