[Python-bugs-list] [ python-Bugs-791445 ] Re: Bugs item #765456

SourceForge.net noreply at sourceforge.net
Wed Aug 20 09:30:53 EDT 2003


Bugs item #791445, was opened at 2003-08-19 22:18
Message generated for change (Comment added) made by tzot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=791445&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 8
Submitted By: Shawn Leard (sleard1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Re: Bugs item #765456

Initial Comment:


Regarding,
Bugs item #765456, was opened at 2003-07-03 18:42

I have also recently ran into this same bug on Solaris
8 with Python-2.3.

mars$ /files/local/src/Python-2.3/python test_zipimport.py
testAFakeZlib (__main__.UncompressedZipImportTestCase)
... ERROR
testBadMTime (__main__.UncompressedZipImportTestCase)
... ok
testBadMagic (__main__.UncompressedZipImportTestCase)
... ok
testBadMagic2 (__main__.UncompressedZipImportTestCase)
... ok
testBoth (__main__.UncompressedZipImportTestCase) ... ok
testDeepPackage
(__main__.UncompressedZipImportTestCase) ... ok
testEmptyPy (__main__.UncompressedZipImportTestCase) ... ok
testGetData (__main__.UncompressedZipImportTestCase) ... ok
testImport_WithStuff
(__main__.UncompressedZipImportTestCase) ... ok
testImporterAttr
(__main__.UncompressedZipImportTestCase) ... ok
testPackage (__main__.UncompressedZipImportTestCase) ... ok
testPy (__main__.UncompressedZipImportTestCase) ... ok
testPyc (__main__.UncompressedZipImportTestCase) ... ok
testAFakeZlib (__main__.CompressedZipImportTestCase)
... ERROR
testBadMTime (__main__.CompressedZipImportTestCase) ... ok
testBadMagic (__main__.CompressedZipImportTestCase) ... ok
testBadMagic2 (__main__.CompressedZipImportTestCase) ... ok
testBoth (__main__.CompressedZipImportTestCase) ... ok
testDeepPackage (__main__.CompressedZipImportTestCase)
... ok
testEmptyPy (__main__.CompressedZipImportTestCase) ... ok
testGetData (__main__.CompressedZipImportTestCase) ... ok
testImport_WithStuff
(__main__.CompressedZipImportTestCase) ... ok
testImporterAttr (__main__.CompressedZipImportTestCase)
... ok
testPackage (__main__.CompressedZipImportTestCase) ... ok
testPy (__main__.CompressedZipImportTestCase) ... ok
testPyc (__main__.CompressedZipImportTestCase) ... ok

======================================================================
ERROR: testAFakeZlib
(__main__.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_zipimport.py", line 102, in testAFakeZlib
    self.doTest(".py", files, "zlib")
  File "test_zipimport.py", line 78, in doTest
    file = mod.get_file()
AttributeError: 'module' object has no attribute 'get_file'

======================================================================
ERROR: testAFakeZlib (__main__.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_zipimport.py", line 102, in testAFakeZlib
    self.doTest(".py", files, "zlib")
  File "test_zipimport.py", line 78, in doTest
    file = mod.get_file()
AttributeError: 'module' object has no attribute 'get_file'

----------------------------------------------------------------------
Ran 26 tests in 0.097s

FAILED (errors=2)
Traceback (most recent call last):
  File "test_zipimport.py", line 215, in ?
    test_main()
  File "test_zipimport.py", line 211, in test_main
    CompressedZipImportTestCase
  File
"/files/local/src/Python-2.3/Lib/test/test_support.py",
line 262, in run_unittest
    run_suite(suite, testclass)
  File
"/files/local/src/Python-2.3/Lib/test/test_support.py",
line 246, in run_suite
    raise TestFailed(msg)
test.test_support.TestFailed: errors occurred; run in
verbose mode for details






----------------------------------------------------------------------

Comment By: Christos Georgiou (tzot)
Date: 2003-08-20 18:30

Message:
Logged In: YES 
user_id=539787

Wouldn't it be more appropriate to annotate 765456 (this 
number reminds me of piano lessons :) than to create a new 
bug report?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=791445&group_id=5470



More information about the Python-bugs-list mailing list