Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63574:5ccfacfcb761
Date: 2013-04-23 15:40 -0700
http://bitbucket.org/pypy/pypy/changeset/5ccfacfcb761/

Log:    test_concurrent_futures deadlocks windows, skip for now

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -154,7 +154,8 @@
     RegrTest('test_compile.py', core=True),
     RegrTest('test_compileall.py'),
     RegrTest('test_complex.py', core=True),
-    RegrTest('test_concurrent_futures.py'),
+    RegrTest('test_concurrent_futures.py',
+             skip="XXX: deadlocks" if sys.platform == 'win32' else False),
     RegrTest('test_contains.py', core=True),
     RegrTest('test_contextlib.py', usemodules="thread"),
     RegrTest('test_copy.py', core=True),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to