[pypy-commit] cffi default: This test works (tested elsewhere).

arigo noreply at buildbot.pypy.org
Wed Jul 18 23:33:15 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r667:35cce1c053cc
Date: 2012-07-18 23:21 +0200
http://bitbucket.org/cffi/cffi/changeset/35cce1c053cc/

Log:	This test works (tested elsewhere).

diff --git a/testing/test_function.py b/testing/test_function.py
--- a/testing/test_function.py
+++ b/testing/test_function.py
@@ -268,6 +268,3 @@
         ina = ffi.new("struct in_addr *", [0x04040404])
         a = ffi.C.inet_ntoa(ina[0])
         assert str(a) == '4.4.4.4'
-
-    def test_function_with_struct_return(self):
-        py.test.skip("this is a GNU C extension")


More information about the pypy-commit mailing list