[pypy-commit] pypy default: "xfail" this test too. It has been failing at least since pypy 1.6.

arigo noreply at buildbot.pypy.org
Wed Dec 14 15:12:27 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r50503:e6032a99a1a5
Date: 2011-12-14 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/e6032a99a1a5/

Log:	"xfail" this test too. It has been failing at least since pypy 1.6.

diff --git a/lib-python/modified-2.7/ctypes/test/test_callbacks.py b/lib-python/modified-2.7/ctypes/test/test_callbacks.py
--- a/lib-python/modified-2.7/ctypes/test/test_callbacks.py
+++ b/lib-python/modified-2.7/ctypes/test/test_callbacks.py
@@ -98,6 +98,7 @@
 ##        self.check_type(c_char_p, "abc")
 ##        self.check_type(c_char_p, "def")
 
+    @xfail
     def test_pyobject(self):
         o = ()
         from sys import getrefcount as grc


More information about the pypy-commit mailing list