Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX #39494

Closed
tww-china mannequin opened this issue Nov 3, 2003 · 2 comments
Closed

[2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX #39494

tww-china mannequin opened this issue Nov 3, 2003 · 2 comments
Labels
extension-modules C modules in the Modules dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@tww-china
Copy link
Mannequin

tww-china mannequin commented Nov 3, 2003

BPO 835176
Nosy @devdanzin

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-02-20.01:53:00.629>
created_at = <Date 2003-11-03.17:58:37.000>
labels = ['extension-modules', 'type-bug', 'tests']
title = '[2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX'
updated_at = <Date 2009-02-20.01:53:00.614>
user = 'https://bugs.python.org/tww-china'

bugs.python.org fields:

activity = <Date 2009-02-20.01:53:00.614>
actor = 'ajaksu2'
assignee = 'none'
closed = True
closed_date = <Date 2009-02-20.01:53:00.629>
closer = 'ajaksu2'
components = ['Extension Modules', 'Tests']
creation = <Date 2003-11-03.17:58:37.000>
creator = 'tww-china'
dependencies = []
files = []
hgrepos = []
issue_num = 835176
keywords = []
message_count = 2.0
messages = ['60416', '81879']
nosy_count = 2.0
nosy_names = ['tww-china', 'ajaksu2']
pr_nums = []
priority = 'low'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue835176'
versions = []

@tww-china
Copy link
Mannequin Author

tww-china mannequin commented Nov 3, 2003

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

@tww-china tww-china mannequin added extension-modules C modules in the Modules dir labels Nov 3, 2003
@devdanzin
Copy link
Mannequin

devdanzin mannequin commented Feb 13, 2009

Will close unless someone can point any current relevance.

@devdanzin devdanzin mannequin added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Feb 13, 2009
@devdanzin devdanzin mannequin closed this as completed Feb 20, 2009
@devdanzin devdanzin mannequin closed this as completed Feb 20, 2009
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants