Author: Armin Rigo <[email protected]>
Branch:
Changeset: r68380:f9daeaa5f3c7
Date: 2013-12-05 12:06 +0100
http://bitbucket.org/pypy/pypy/changeset/f9daeaa5f3c7/
Log: xfail this test too
diff --git a/lib-python/2.7/ctypes/test/test_python_api.py
b/lib-python/2.7/ctypes/test/test_python_api.py
--- a/lib-python/2.7/ctypes/test/test_python_api.py
+++ b/lib-python/2.7/ctypes/test/test_python_api.py
@@ -73,6 +73,7 @@
del pyobj
self.assertEqual(grc(s), ref)
+ @xfail
def test_PyOS_snprintf(self):
PyOS_snprintf = pythonapi.PyOS_snprintf
PyOS_snprintf.argtypes = POINTER(c_char), c_size_t, c_char_p
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit