[pypy-commit] pypy py3.5: (arigato, plan_rich) reenable test_syntax and test_decimal in the std lib test suite

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


Author: Richard Plangger <planrichi at gmail.com>
Branch: py3.5
Changeset: r87785:09fac04b5bfc
Date: 2016-10-14 12:43 +0200
http://bitbucket.org/pypy/pypy/changeset/09fac04b5bfc/

Log:	(arigato, plan_rich) reenable test_syntax and test_decimal in the
	std lib test suite

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -177,7 +177,7 @@
     RegrTest('test_dbm_dumb.py'),
     RegrTest('test_dbm_gnu.py'),
     RegrTest('test_dbm_ndbm.py'),
-    RegrTest('test_decimal.py', skip="XXX: deadlocks?"),
+    RegrTest('test_decimal.py'),
     RegrTest('test_decorators.py', core=True),
     RegrTest('test_defaultdict.py', usemodules='_collections'),
     RegrTest('test_deque.py', core=True, usemodules='_collections struct'),
@@ -413,7 +413,7 @@
     RegrTest('test_super.py', core=True),
     RegrTest('test_support.py'),
     RegrTest('test_symtable.py', skip="implementation detail"),
-    RegrTest('test_syntax.py', core=True, skip="XXX: infinite loop?"),
+    RegrTest('test_syntax.py', core=True),
     RegrTest('test_sys.py', core=True, usemodules='struct'),
     RegrTest('test_sys_setprofile.py', core=True),
     RegrTest('test_sys_settrace.py', core=True),


More information about the pypy-commit mailing list