[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gnu: Python: disable test_wait_result() as it fails on some setu
From: |
Cyril Roelandt |
Subject: |
[PATCH] gnu: Python: disable test_wait_result() as it fails on some setups |
Date: |
Sun, 6 Apr 2014 23:33:30 +0200 |
* gnu/packages/patches/python-fix-tests.patch: disable a failing test.
---
gnu/packages/patches/python-fix-tests.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/patches/python-fix-tests.patch
b/gnu/packages/patches/python-fix-tests.patch
index fecebda..eed4f36 100644
--- a/gnu/packages/patches/python-fix-tests.patch
+++ b/gnu/packages/patches/python-fix-tests.patch
@@ -64,3 +64,13 @@ http://bugs.python.org/issue20868 .
@unittest.skipUnless(support.is_resource_enabled('network'),
'network is not enabled')
def test_idna(self):
+--- Lib/test/test_multiprocessing.py 2014-04-06 23:12:27.575235000 +0200
++++ Lib/test/test_multiprocessing.py 2014-04-06 23:13:04.827235000 +0200
+@@ -1016,6 +1016,7 @@
+ if pid is not None:
+ os.kill(pid, signal.SIGINT)
+
++ @unittest.skipIf(True, "This fails for unknown reasons on Guix")
+ def test_wait_result(self):
+ if isinstance(self, ProcessesMixin) and sys.platform != 'win32':
+ pid = os.getpid()
--
1.8.4.rc3
- Re: 0.6 is around the corner!, Mark H Weaver, 2014/04/01
- 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 <=
- 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, 2014/04/08
- 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