[pypy-commit] pypy py3k: this now passes

pjenvey noreply at buildbot.pypy.org
Mon Feb 18 07:26:08 CET 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r61399:4d0ba925ec33
Date: 2013-02-17 22:23 -0800
http://bitbucket.org/pypy/pypy/changeset/4d0ba925ec33/

Log:	this now passes

diff --git a/lib-python/3.2/ctypes/test/test_stringptr.py b/lib-python/3.2/ctypes/test/test_stringptr.py
--- a/lib-python/3.2/ctypes/test/test_stringptr.py
+++ b/lib-python/3.2/ctypes/test/test_stringptr.py
@@ -29,7 +29,6 @@
 
         self.assertRaises(TypeError, setattr, x, "str", "Hello, World")
 
-    @xfail
     def test__c_char_p(self):
         class X(Structure):
             _fields_ = [("str", c_char_p)]


More information about the pypy-commit mailing list