[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2018-12-12 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2018-12-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Starting from 3.7 Python always uses system libffi. 3.4 and 3.5 are in security bugfix only mode. So this issue is only for 2.7 and 3.6. -- nosy: +serhiy.storchaka versions: +Python 3.6 -Python 3.4, Python 3.5

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as out of date? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314 ___

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2011-04-06 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment: There seems to be also a problem with src/sparc/v9.S. https://bugs.gentoo.org/show_bug.cgi?id=362065 FAIL: test_ulonglong (ctypes.test.test_callbacks.Callbacks)

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2011-04-06 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- versions: +Python 2.7 -3rd party ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314 ___

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-21 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: I was going to say that I think that this issue can be closed now... ... but the src/sparc/v8.S file still looks wrong to me: Martin fixed one missing FFI_TYPE_UINT64 case, but it looks to me as though there's another one, in ffi_call_v8.

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-16 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Committed as r79892. Commited to py3k (r80106), but blocked in 3.1 (r80107) because Python 3.1 uses libffi 3.0.5. -- nosy: +haypo status: pending - open ___ Python tracker

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-12 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: It should be ported to py3k, the sparc buildbots still fail there. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314 ___

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-12 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- status: closed - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314 ___ ___ Python-bugs-list

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-08 Thread Thomas Heller
Thomas Heller thel...@ctypes.org added the comment: Martin, you should probably post your patch to upstream libffi. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314 ___

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-07 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: It's surprising that test_ulonglong fails, while test_longlong passes: can the Linux Sparc ABI really be treating these two types differently? Maybe more information could be gained by supplying a more interesting test value than 42---some

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-07 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: I have just studied the issue in detail; v8.S is indeed missing support for unsigned long long. Here is a patch. -- keywords: +patch nosy: +loewis Added file: http://bugs.python.org/file16798/sparc.diff

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-07 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Committed as r79892. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314 ___

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-05 Thread R. David Murray
New submission from R. David Murray rdmur...@bitdance.com: == FAIL: test_ulonglong (ctypes.test.test_callbacks.Callbacks) -- Traceback (most recent call last):

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-05 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: The ubuntu and debian sparc buildbots show the same failure, none of the other buildbots do. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314

[issue8314] test_ctypes fails in test_ulonglong on sparc buildbots

2010-04-05 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: This bug is already reported here: http://bugs.python.org/issue8142#msg101134 -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8314