This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients amaury.forgeotdarc, asvetlov, brian.curtin, eric.smith, ggenellina, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, ssbarnea, swarren
Date 2010-02-02.03:04:23
SpamBayes Score 0.00084761035
Marked as misclassified No
Message-id <1265079865.79.0.758165630053.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't yet had a chance to look into what caused the failures, but test_tarfile did not pass. This is on Windows 7 x64.


======================================================================
ERROR: test_extract_hardlink (__main__.MiscReadTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib\test\test_tarfile.py", line 295, in test_extract_hardlink
    data = open(os.path.join(TEMPDIR, "ustar/symtype"), "rb").read()
IOError: [Errno 2] No such file or directory: 'd:\\python-dev\\py3k\\@test_2972_
tmp\\ustar/symtype'

======================================================================
ERROR: test_extract_hardlink (__main__.GzipMiscReadTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib\test\test_tarfile.py", line 295, in test_extract_hardlink
    data = open(os.path.join(TEMPDIR, "ustar/symtype"), "rb").read()
IOError: [Errno 2] No such file or directory: 'd:\\python-dev\\py3k\\@test_2972_
tmp\\ustar/symtype'
History
Date User Action Args
2010-02-02 03:04:26brian.curtinsetrecipients: + brian.curtin, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, jaraco, ggenellina, eric.smith, giampaolo.rodola, swarren, r.david.murray, ssbarnea, asvetlov
2010-02-02 03:04:25brian.curtinsetmessageid: <1265079865.79.0.758165630053.issue1578269@psf.upfronthosting.co.za>
2010-02-02 03:04:23brian.curtinlinkissue1578269 messages
2010-02-02 03:04:23brian.curtincreate