Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3.3
Changeset: r70604:06c40fed05e2
Date: 2014-04-12 15:19 +0200
http://bitbucket.org/pypy/pypy/changeset/06c40fed05e2/

Log:    Skip a hanging test in test_sys

diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py
--- a/lib-python/3/test/test_sys.py
+++ b/lib-python/3/test/test_sys.py
@@ -213,6 +213,7 @@
         finally:
             sys.setrecursionlimit(oldlimit)
 
+    @unittest.skipIf(True, 'Fixme: hangs with pypy')
     def test_recursionlimit_fatalerror(self):
         # A fatal error occurs if a second recursion limit is hit when 
recovering
         # from a first one.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to