Message11275

Author jeff.allen
Recipients jamesmudd, jeff.allen
Date 2017-03-26.07:53:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490514818.54.0.419063750275.issue2574@psf.upfronthosting.co.za>
In-reply-to
Content
I'll add it (again) to the list of shame in regrtest.

I get unclosed file problems on Windows and I can make it fail if I run it enough times:

dist\bin\jython -m test.regrtest test_tarfile test_tarfile test_tarfile test_tarfile test_tarfile test_tarfile test_tarfile test_tarfile
...
test_tarfile
C:\Users\Jeff\Documents\Eclipse\jython-trunk\dist\Lib\test\test_tarfile.py:1667: UserWarning: Failed to remove C:\Users\Jeff\Documents\Eclipse\jython-trunk\$test_1_tmp
  warnings.warn("Failed to remove "+TEMPDIR)
test test_tarfile failed -- Traceback (most recent call last):
  File "C:\Users\Jeff\Documents\Eclipse\jython-trunk\dist\Lib\test\test_tarfile.py", line 203, in test_ignore_zeros
    tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
  File "C:\Users\Jeff\Documents\Eclipse\jython-trunk\dist\Lib\tarfile.py", line 1665, in open
    raise ReadError("file could not be opened successfully")
ReadError: file could not be opened successfully
History
Date User Action Args
2017-03-26 07:53:38jeff.allensetmessageid: <1490514818.54.0.419063750275.issue2574@psf.upfronthosting.co.za>
2017-03-26 07:53:38jeff.allensetrecipients: + jeff.allen, jamesmudd
2017-03-26 07:53:38jeff.allenlinkissue2574 messages
2017-03-26 07:53:37jeff.allencreate