Issue2316

classification
Title: test_tarfile file-mode failures on Windows
Type: behaviour Severity: normal
Components: Library Versions: Jython 2.7
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeff.allen
Priority: Keywords: test failure causes

Created on 2015-04-06.21:03:29 by jeff.allen, last changed 2015-04-06.21:03:29 by jeff.allen.

Messages
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
History
Date User Action Args
2015-04-06 21:03:29jeff.allencreate