Author: Martin Matusiak <[email protected]>
Branch: py3.3-fixes2
Changeset: r72768:ceebddacd8c1
Date: 2014-08-12 20:41 +0200
http://bitbucket.org/pypy/pypy/changeset/ceebddacd8c1/
Log: make test_debugmallocstats cpython only
diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py
--- a/lib-python/3/test/test_sys.py
+++ b/lib-python/3/test/test_sys.py
@@ -588,6 +588,7 @@
self.assertEqual(sys.implementation.name,
sys.implementation.name.lower())
+ @test.support.cpython_only
def test_debugmallocstats(self):
# Test sys._debugmallocstats()
from test.script_helper import assert_python_ok
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit