[Python-bugs-list] [ python-Bugs-835176 ] [2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX

SourceForge.net noreply at sourceforge.net
Mon Nov 3 12:58:37 EST 2003


Bugs item #835176, was opened at 2003-11-03 08:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=835176&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: The Written Word (Albert Chin) (tww-china)
Assigned to: Nobody/Anonymous (nobody)
Summary: [2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX

Initial Comment:
I'm seeing test failures of the bz2 module on AIX 4.3.2
and Tru64 UNIX (and sporadically on HP-UX 11.00):
$ cd /opt/build/Python-2.3.2
$ ./python -E -tt Lib/test/test_bz2.py
testIterator (__main__.BZ2FileTest) ... ok
testOpenDel (__main__.BZ2FileTest) ... ok
testOpenNonexistent (__main__.BZ2FileTest) ... ok
...
testDecompress (__main__.FuncTest) ... ok
testDecompressEmpty (__main__.FuncTest) ... ok
testDecompressIncomplete (__main__.FuncTest) ... ok

======================================================================
ERROR: testCompress (__main__.FuncTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_bz2.py", line 295, in testCompress
    self.assertEqual(self.decompress(data), self.TEXT)
  File "Lib/test/test_bz2.py", line 26, in decompress
    pop.tochild.close()
IOError: [Errno 32] Broken pipe

----------------------------------------------------------------------
Ran 30 tests in 5.213s

FAILED (errors=1)
Traceback (most recent call last):
  File "Lib/test/test_bz2.py", line 320, in ?
    test_main()
  File "Lib/test/test_bz2.py", line 316, in test_main
    FuncTest
  File
"/opt/build/Python-2.3.2/Lib/test/test_support.py",
line 262, in run_unittest
    run_suite(suite, testclass)
  File
"/opt/build/Python-2.3.2/Lib/test/test_support.py",
line 247, in run_suite
    raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent
call last):
  File "Lib/test/test_bz2.py", line 295, in testCompress
    self.assertEqual(self.decompress(data), self.TEXT)
  File "Lib/test/test_bz2.py", line 26, in decompress
    pop.tochild.close()
IOError: [Errno 32] Broken pipe


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

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



More information about the Python-bugs-list mailing list