[pypy-commit] pypy py3.6: Skip a test that now crashes just like it does on CPython

arigo pypy.commits at gmail.com
Tue Sep 24 09:04:09 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.6
Changeset: r97599:d9f0a8eedf66
Date: 2019-09-24 15:03 +0200
http://bitbucket.org/pypy/pypy/changeset/d9f0a8eedf66/

Log:	Skip a test that now crashes just like it does on CPython

diff --git a/pypy/interpreter/test/apptest_pyframe.py b/pypy/interpreter/test/apptest_pyframe.py
--- a/pypy/interpreter/test/apptest_pyframe.py
+++ b/pypy/interpreter/test/apptest_pyframe.py
@@ -117,6 +117,8 @@
     # assert did not crash
 
 def test_f_lineno_set_2():
+    skip("this test is known to crash CPython (verified in 3.6.9).  "
+         "Now it crashes PyPy too. Too bad?")
     counter = [0]
     errors = []
 


More information about the pypy-commit mailing list