[pypy-commit] pypy default: test_struct_struct now passes

arigo pypy.commits at gmail.com
Sun Aug 27 03:12:37 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r92267:c4f7ee9d1f93
Date: 2017-08-27 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/c4f7ee9d1f93/

Log:	test_struct_struct now passes

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
@@ -186,7 +186,6 @@
                 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