Author: Amaury Forgeot d'Arc <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit