> What does 'python -c "import platform; print(platform.machine())"'
> return on your machine ?
‘mips64’.
> The tests that fail are now disabled on mips64.
I ran ‘make clean’ & co., rebuilt Python; and the tests succeeded.
pgpZyyuH117PD.pgp
Description: PGP signature
On 04/09/2014 02:40 AM, Nikita Karetnikov wrote:
I've tested this on the Loongson 3A machine, and it works as expected.
Python fails for me on Lemote YeeLoong.
What does 'python -c "import platform; print(platform.machine())"'
return on your machine ? The tests that fail are now disabled on
> I've tested this on the Loongson 3A machine, and it works as expected.
Python fails for me on Lemote YeeLoong.
$ git rev-parse HEAD
32d5c729522d02fe973cb245fe26262f040e0c13
==
FAIL: test_issue_8959_a (ctypes.test.test_callback
Cyril Roelandt writes:
> * gnu/packages/patches/python-fix-tests.patch: disable two failing tests on
> MIPS64.
I pushed this on your behalf.
Mark
Cyril Roelandt writes:
> * gnu/packages/patches/python-fix-tests.patch: disable two failing tests on
> MIPS64.
> ---
> gnu/packages/patches/python-fix-tests.patch | 38
> +
> 1 file changed, 38 insertions(+)
>
> diff --git a/gnu/packages/patches/python-fix-tests.pa