Author: Armin Rigo <ar...@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
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to