Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r2763:29ac108030f8 Date: 2016-09-06 09:57 +0200 http://bitbucket.org/cffi/cffi/changeset/29ac108030f8/
Log: skip test diff --git a/testing/cffi0/test_ctypes.py b/testing/cffi0/test_ctypes.py --- a/testing/cffi0/test_ctypes.py +++ b/testing/cffi0/test_ctypes.py @@ -34,6 +34,9 @@ def test_nested_anonymous_union(self): py.test.skip("ctypes backend: not supported: nested anonymous union") + def test_nested_anonymous_struct_2(self): + py.test.skip("ctypes backend: not supported: nested anonymous union") + def test_CData_CType_2(self): if sys.version_info >= (3,): py.test.skip("ctypes backend: not supported in Python 3: CType") _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit