Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit