Author: Richard Plangger <planri...@gmail.com>
Branch: py3.5
Changeset: r87783:27d7a52bc075
Date: 2016-10-14 12:32 +0200
http://bitbucket.org/pypy/pypy/changeset/27d7a52bc075/

Log:    skip the syntax test as done in lib python 2.7

diff --git a/lib-python/3/test/test_syntax.py b/lib-python/3/test/test_syntax.py
--- a/lib-python/3/test/test_syntax.py
+++ b/lib-python/3/test/test_syntax.py
@@ -346,7 +346,7 @@
 In 2.5 there was a missing exception and an assert was triggered in a debug
 build.  The number of blocks must be greater than CO_MAXBLOCKS.  SF #1565514
 
-   >>> while 1:
+   >>> while 1: # doctest:+SKIP
    ...  while 2:
    ...   while 3:
    ...    while 4:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to