Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1476:c90435b15c83
Date: 2014-03-07 07:45 +0100
http://bitbucket.org/cffi/cffi/changeset/c90435b15c83/
Log: Skip a test on Windows
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3186,6 +3186,8 @@
assert alignof(BStruct) == 1
def test_packed_with_bitfields():
+ if sys.platform == "win32":
+ py.test.skip("testing gcc behavior")
BLong = new_primitive_type("long")
BChar = new_primitive_type("char")
BStruct = new_struct_type("struct foo")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit