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.

classification
Title: test_resource error on AIX
Type: Stage:
Components: Versions: Python 3.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: sable
Priority: normal Keywords:

Created on 2011-02-11 14:57 by sable, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg128397 - (view) Author: Sébastien Sablé (sable) Date: 2011-02-11 14:57
I have the following error on test_resource on AIX:

test_resource
test test_resource failed -- Traceback (most recent call last):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_resource.py", line 28, in test_fsize_ismax
    self.assertEqual(resource.RLIM_INFINITY, max)
AssertionError: 2147483647 != 1073741312

I haven't investigated yet.
msg128401 - (view) Author: Sébastien Sablé (sable) Date: 2011-02-11 15:12
This is a duplicate of issue 678264.
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55398
2011-02-11 15:12:21sablesetstatus: open -> closed

messages: + msg128401
resolution: duplicate
2011-02-11 14:57:24sablecreate