Issue2316
Created on 2015-04-06.21:03:29 by jeff.allen, last changed 2015-04-06.21:03:29 by jeff.allen.
msg9775 (view) |
Author: Jeff Allen (jeff.allen) |
Date: 2015-04-06.21:03:29 |
|
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:29 | jeff.allen | create | |
|