[pypy-commit] pypy stdlib-2.7.3: Skip another ctypes test

amauryfa noreply at buildbot.pypy.org
Thu Jun 14 08:40:58 CEST 2012


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: stdlib-2.7.3
Changeset: r55662:e79a6bf0f9a6
Date: 2012-06-14 08:39 +0200
http://bitbucket.org/pypy/pypy/changeset/e79a6bf0f9a6/

Log:	Skip another ctypes test

diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py b/lib-python/2.7/ctypes/test/test_byteswap.py
--- a/lib-python/2.7/ctypes/test/test_byteswap.py
+++ b/lib-python/2.7/ctypes/test/test_byteswap.py
@@ -191,6 +191,7 @@
                 pass
             self.assertRaises(TypeError, setattr, T, "_fields_", [("x", typ)])
 
+    @xfail
     def test_struct_struct(self):
         # nested structures with different byteorders
 


More information about the pypy-commit mailing list