Author: Armin Rigo <[email protected]>
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 = []
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit