Python-2.6.1 ctypes test cases failing

Naresh Bhat nareshgbhat at gmail.com
Wed Mar 7 12:43:13 EST 2012


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 at cavium-octeonplus:~#
root at 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



More information about the Python-list mailing list