Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r68238:4369d6c2378e
Date: 2013-11-19 09:56 +0100
http://bitbucket.org/pypy/pypy/changeset/4369d6c2378e/

Log:    Merged in oberstet/pypy (pull request #200)

        deactivate test_multiprocessing until #1644 is resolved - buildslave
        hangs

diff --git a/lib-python/2.7/test/test_multiprocessing.py 
b/lib-python/2.7/test/test_multiprocessing.py
--- a/lib-python/2.7/test/test_multiprocessing.py
+++ b/lib-python/2.7/test/test_multiprocessing.py
@@ -1,5 +1,10 @@
 #!/usr/bin/env python
 
+## FIXME: remove when https://bugs.pypy.org/issue1644 is resolved
+import sys
+if sys.platform.startswith('freebsd'):
+    raise Exception("This test hangs on FreeBSD. Test deactivated for now 
until https://bugs.pypy.org/issue1644 get resolved")
+
 #
 # Unit tests for the multiprocessing package
 #
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to