[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Python: disable failing tests on MIPS64.
From: |
Nikita Karetnikov |
Subject: |
Re: [PATCH] gnu: Python: disable failing tests on MIPS64. |
Date: |
Wed, 09 Apr 2014 04:40:55 +0400 |
> 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_callbacks.SampleCallbacksTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/tmp/nix-build-python-3.3.5.drv-0/Python-3.3.5/Lib/ctypes/test/test_callbacks.py",
line 191, in test_issue_8959_a
self.assertEqual(array[:], [1, 5, 7, 33, 99])
AssertionError: Lists differ: [33, 7, 99, 1, 5] != [1, 5, 7, 33, 99]
First differing element 0:
33
1
- [33, 7, 99, 1, 5]
+ [1, 5, 7, 33, 99]
======================================================================
FAIL: test_qsort (ctypes.test.test_libc.LibTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/tmp/nix-build-python-3.3.5.drv-0/Python-3.3.5/Lib/ctypes/test/test_libc.py",
line 30, in test_qsort
self.assertEqual(chars.raw, b" ,,aaaadmmmnpppsss\x00")
AssertionError: b'mmaappss dna ,,maps\x00' != b' ,,aaaadmmmnpppsss\x00'
----------------------------------------------------------------------
Ran 346 tests in 6.696s
FAILED (failures=2, skipped=1)
Makefile:882: recipe for target 'test' failed
make: *** [test] Error 1
phase `check' failed after 3765 seconds
builder for `/gnu/store/1sryxkz1hbvvw38c86miw14xydbjzv0i-python-3.3.5.drv'
failed with exit code 1
@ build-failed /gnu/store/1sryxkz1hbvvw38c86miw14xydbjzv0i-python-3.3.5.drv - 1
builder for `/gnu/store/1sryxkz1hbvvw38c86miw14xydbjzv0i-python-3.3.5.drv'
failed with exit code 1
cannot build derivation
`/gnu/store/h05a7j9f7p21m1jkkyy48vg3zn5wikb7-python-wrapper-3.3.5.drv': 1
dependencies couldn't be built
pgpTRY_VSurn8.pgp
Description: PGP signature
- Re: 0.6 is around the corner!, (continued)
Re: 0.6 is around the corner!, Ludovic Courtès, 2014/04/06
- [PATCH] gnu: Python: disable test_wait_result() as it fails on some setups, Cyril Roelandt, 2014/04/06
- Re: [PATCH] gnu: Python: disable test_wait_result() as it fails on some setups, Mark H Weaver, 2014/04/07
- [PATCH] gnu: Python: disable failing tests on MIPS64., Cyril Roelandt, 2014/04/07
- Re: [PATCH] gnu: Python: disable failing tests on MIPS64., Mark H Weaver, 2014/04/07
- Re: [PATCH] gnu: Python: disable failing tests on MIPS64., Mark H Weaver, 2014/04/07
- Re: [PATCH] gnu: Python: disable failing tests on MIPS64.,
Nikita Karetnikov <=
- Re: [PATCH] gnu: Python: disable failing tests on MIPS64., Cyril Roelandt, 2014/04/08
- Re: [PATCH] gnu: Python: disable failing tests on MIPS64., Nikita Karetnikov, 2014/04/09
Re: [PATCH] gnu: Python: disable test_wait_result() as it fails on some setups, Ludovic Courtès, 2014/04/07
Re: [PATCH] gnu: Python: disable test_wait_result() as it fails on some setups, Ludovic Courtès, 2014/04/07