Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21328
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <nareshgbhat@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:test': 0.05; 'subject:Python': 0.05; 'skip:/ 40': 0.07; 'python': 0.08; 'mips': 0.09; 'subject:ctypes': 0.09; 'target:': 0.09; '_ctypes': 0.16; 'skip:( 50': 0.16; 'trying': 0.21; 'received:209.85.212.46': 0.23; 'received:mail-vw0-f46.google.com': 0.23; 'cc:2**0': 0.26; 'all,': 0.27; 'cc:addr:gmail.com': 0.28; 'skip:( 40': 0.28; 'message- id:@mail.gmail.com': 0.29; 'skip:( 60': 0.30; 'skip:( 30': 0.31; 'cases': 0.32; 'there': 0.33; 'received:209.85.212': 0.33; 'test': 0.34; 'to:addr:python-list': 0.35; '...': 0.35; 'things': 0.35; 'issue': 0.37; 'to:name:python-list': 0.37; 'run': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'cases,': 0.38; 'patch': 0.38; 'fail': 0.39; 'version:': 0.39; 'received:209': 0.39; 'setup': 0.40; 'to:addr:python.org': 0.40; '"for': 0.67; 'change"': 0.84; 'observed': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=AJFebZWxB/HrbE4A8Qpj6niFg8HcZZ4zohnkkf09FeM=; b=B0vbrcfgKAT+jmbAegj8AlJPSquMiVf5Cz7ajNjwySDuOsuP9krf/koByA1cAaKzmD vFtTpi+3mlMMhKGiypGxRyTpv7VuSHNXSRpod8TTudRwq7jZ2VcZNIA+7z4jlGnjbw3W iX+Tzfekp3bHyXUk1162WDFoopUprcliQ1OH2jzoTqqDhlwDpJzbPWcvWus6yp4Mefqg F/nJDduP/y14Vmk9c6knQc76lLtcvt61Kr5HmVGx75laIXhWQ6exmGwQDEQMY2CT7sRr NJWRDaTwKe1VGjeRLA4j795MdCVJAFKCjbMO10tPCAGqXqgcxsueU1NPzADAoiXIIc8h KWvA== |
| MIME-Version | 1.0 |
| Date | Wed, 7 Mar 2012 23:13:13 +0530 |
| Subject | Python-2.6.1 ctypes test cases failing |
| From | Naresh Bhat <nareshgbhat@gmail.com> |
| To | python-list <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | "nareshgbhat@gmail.com" <nareshgbhat@gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.476.1331142196.3037.python-list@python.org> (permalink) |
| Lines | 47 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1331142196 news.xs4all.nl 6962 [2001:888:2000:d::a6]:32953 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:21328 |
Show key headers only | 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
Python-2.6.1 ctypes test cases failing Naresh Bhat <nareshgbhat@gmail.com> - 2012-03-07 23:13 +0530
csiph-web