[Python-Dev] test_ctypes failure on AIX 5.3 using python-2.6.2 and libffi-3.0.9 (original) (raw)
swamy sangamesh swamy.sangamesh at gmail.com
Thu Jan 7 11:46:59 CET 2010
- Previous message: [Python-Dev] Backported faster RLock to Python 2.6.
- Next message: [Python-Dev] Improve open() to support reading file starting with an unicode BOM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All,
I built the python-2.6.2 with the latest libffi-3.0.9 in AIX 5.3 using xlc compiler. When i try to run the ctypes test cases, two failures are seen in test_bitfields.
test_ints (ctypes.test.test_bitfields.C_Test) ... FAIL test_shorts (ctypes.test.test_bitfields.C_Test) ... FAIL
I have attached the full test case result.
If i change the type c_int and c_short to c_unit and c_ushort of class "BITS(Structure)" in file test_bitfields.py then no failures are seen.
Has anyone faced the similar issue or any help is appreciated.
Thanks, Sangamesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20100107/14588c00/attachment-0007.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: ctype-testcases Type: application/octet-stream Size: 22996 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20100107/14588c00/attachment-0007.obj>
- Previous message: [Python-Dev] Backported faster RLock to Python 2.6.
- Next message: [Python-Dev] Improve open() to support reading file starting with an unicode BOM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]