[pypy-svn] pypy jitypes2: this test passes

antocuni commits-noreply at bitbucket.org
Tue Jan 18 16:35:13 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r40869:c459352d3739
Date: 2011-01-18 13:18 +0100
http://bitbucket.org/pypy/pypy/changeset/c459352d3739/

Log:	this test passes

diff --git a/lib-python/modified-2.7.0/ctypes/test/test_refcounts.py b/lib-python/modified-2.7.0/ctypes/test/test_refcounts.py
--- a/lib-python/modified-2.7.0/ctypes/test/test_refcounts.py
+++ b/lib-python/modified-2.7.0/ctypes/test/test_refcounts.py
@@ -83,7 +83,6 @@
         self.assertEqual(grc(func), 2)
 
 class AnotherLeak(unittest.TestCase):
-    @xfail
     def test_callback(self):
         import sys
 


More information about the Pypy-commit mailing list