[pypy-commit] pypy py3.5: skip the syntax test as done in lib python 2.7

plan_rich pypy.commits at gmail.com
Fri Oct 14 06:44:22 EDT 2016


Author: Richard Plangger <planrichi at 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:


More information about the pypy-commit mailing list