Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r59011:7376bf7fd8eb
Date: 2012-11-19 23:36 +0100
http://bitbucket.org/pypy/pypy/changeset/7376bf7fd8eb/

Log:    Skip this test: pypy does not crash here :-):

diff --git a/lib-python/3.2/test/test_sys.py b/lib-python/3.2/test/test_sys.py
--- a/lib-python/3.2/test/test_sys.py
+++ b/lib-python/3.2/test/test_sys.py
@@ -234,6 +234,7 @@
         finally:
             sys.setrecursionlimit(oldlimit)
 
+    @test.support.impl_detail("PyPy does not crash here :-)", pypy=False)    
     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]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to