Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21328

Python-2.6.1 ctypes test cases failing

Date 2012-03-07 23:13 +0530
Subject Python-2.6.1 ctypes test cases failing
From Naresh Bhat <nareshgbhat@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.476.1331142196.3037.python-list@python.org> (permalink)

Show all headers | View raw


Hi All,

I have the following setup

Kernel version: linux-2.6.32.41
Python Version: Python-2.6.1
Hardware target: MIPS 64bit

I am just trying to run python test cases,  Observed that on my MIPS
64bit system only _ctypes related test cases are failing.

Is there any available patch for this issue ??


Only _ctypes test cases are failing:
============================
root@cavium-octeonplus:~#
root@cavium-octeonplus:~# python /usr/lib32/python2.6/test/test_ctypes.py
.....................
..................................
test_doubleresult (ctypes.test.test_functions.FunctionTestCase) ... FAIL
test_floatresult (ctypes.test.test_functions.FunctionTestCase) ... FAIL
test_intresult (ctypes.test.test_functions.FunctionTestCase) ... FAIL
test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase) ... FAIL
test_longlongresult (ctypes.test.test_functions.FunctionTestCase) ... FAIL
test_wchar_parm (ctypes.test.test_functions.FunctionTestCase) ... FAIL
test_wchar_result (ctypes.test.test_functions.FunctionTestCase) ... FAIL
test_longdouble (ctypes.test.test_callbacks.Callbacks) ... FAIL
test_integrate (ctypes.test.test_callbacks.SampleCallbacksTestCase) ... FAIL
test_wchar_parm
(ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase) ...
FAIL
test_wchar_parm (ctypes.test.test_as_parameter.AsParamWrapperTestCase) ... FAIL
test_wchar_parm (ctypes.test.test_as_parameter.BasicWrapTestCase) ... FAIL
test_qsort (ctypes.test.test_libc.LibTest) ... FAIL
test_sqrt (ctypes.test.test_libc.LibTest) ... FAIL
test_double (ctypes.test.test_cfuncs.CFunctions) ... FAIL
test_double_plus (ctypes.test.test_cfuncs.CFunctions) ... FAIL
test_float (ctypes.test.test_cfuncs.CFunctions) ... FAIL
test_float_plus (ctypes.test.test_cfuncs.CFunctions) ... FAIL
test_longdouble (ctypes.test.test_cfuncs.CFunctions) ... FAIL
test_longdouble_plus (ctypes.test.test_cfuncs.CFunctions) ... FAIL


--Thanks and Regards
"For things to change, we must change"
-Naresh Bhat

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Python-2.6.1 ctypes test cases failing Naresh Bhat <nareshgbhat@gmail.com> - 2012-03-07 23:13 +0530

csiph-web