[pypy-commit] pypy py3.5: remove some stdlibrary test skips

plan_rich pypy.commits at gmail.com
Thu Oct 13 10:17:51 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: py3.5
Changeset: r87758:a49200229e2e
Date: 2016-10-13 16:17 +0200
http://bitbucket.org/pypy/pypy/changeset/a49200229e2e/

Log:	remove some stdlibrary test skips

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -108,7 +108,7 @@
     RegrTest('test_array.py', core=True, usemodules='struct array binascii'),
     RegrTest('test_asdl_parser.py'),
     RegrTest('test_ast.py', core=True, usemodules='struct'),
-    RegrTest('test_asynchat.py', usemodules='select fcntl', skip="XXX: deadlocks or takes forever, crashes now!"),
+    RegrTest('test_asynchat.py', usemodules='select fcntl'),
     RegrTest('test_asyncore.py', usemodules='select fcntl'),
     RegrTest('test_atexit.py', core=True),
     RegrTest('test_audioop.py'),
@@ -208,7 +208,7 @@
     RegrTest('test_exception_variations.py'),
     RegrTest('test_exceptions.py', core=True),
     RegrTest('test_extcall.py', core=True),
-    RegrTest('test_faulthandler.py', skip="XXX: deadlocks?"),
+    RegrTest('test_faulthandler.py'),
     RegrTest('test_fcntl.py', usemodules='fcntl'),
     RegrTest('test_file.py', usemodules="posix", core=True),
     RegrTest('test_file_eintr.py'),
@@ -255,7 +255,7 @@
     RegrTest('test_httplib.py'),
     RegrTest('test_httpservers.py'),
     RegrTest('test_idle.py'),
-    RegrTest('test_imaplib.py', skip="XXX: deadlocks?"),
+    RegrTest('test_imaplib.py'),
     RegrTest('test_imghdr.py'),
     RegrTest('test_imp.py', core=True, usemodules='thread'),
     RegrTest('test_importlib', 'XXX is a directory'),


More information about the pypy-commit mailing list