[pypy-svn] pypy extend-rweakdict: This test passes now :-)

amauryfa commits-noreply at bitbucket.org
Mon Mar 14 12:55:14 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: extend-rweakdict
Changeset: r42602:ed561da3142d
Date: 2011-03-14 11:57 +0100
http://bitbucket.org/pypy/pypy/changeset/ed561da3142d/

Log:	This test passes now :-)

diff --git a/lib-python/modified-2.7.0/ctypes/test/test_callbacks.py b/lib-python/modified-2.7.0/ctypes/test/test_callbacks.py
--- a/lib-python/modified-2.7.0/ctypes/test/test_callbacks.py
+++ b/lib-python/modified-2.7.0/ctypes/test/test_callbacks.py
@@ -125,7 +125,6 @@
         prototype = self.functype.im_func(object)
         self.assertRaises(TypeError, prototype, lambda: None)
 
-    @xfail
     def test_issue_7959(self):
         proto = self.functype.im_func(None)
 


More information about the Pypy-commit mailing list