Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1379:ab441e95dfbf
Date: 2013-10-23 12:30 +0200
http://bitbucket.org/cffi/cffi/changeset/ab441e95dfbf/

Log:    Add PyPy support for big-endian bitfields

diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -2960,8 +2960,6 @@
     _test_bitfield_details(flag=2)
 
 def test_bitfield_as_big_endian():
-    if '__pypy__' in sys.builtin_module_names:
-        py.test.skip("no big endian machine supported on pypy for now")
     _test_bitfield_details(flag=4)
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to