Re: [PATCH] gnu: Python: disable failing tests on MIPS64.

2014-04-09 Thread Nikita Karetnikov
> 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

Re: [PATCH] gnu: Python: disable failing tests on MIPS64.

2014-04-08 Thread Cyril Roelandt
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

Re: [PATCH] gnu: Python: disable failing tests on MIPS64.

2014-04-08 Thread Nikita Karetnikov
> 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

Re: [PATCH] gnu: Python: disable failing tests on MIPS64.

2014-04-07 Thread Mark H Weaver
Cyril Roelandt writes: > * gnu/packages/patches/python-fix-tests.patch: disable two failing tests on > MIPS64. I pushed this on your behalf. Mark

Re: [PATCH] gnu: Python: disable failing tests on MIPS64.

2014-04-07 Thread Mark H Weaver
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