[pypy-svn] r45088 - pypy/dist/pypy/rpython/lltypesystem/test

arigo at codespeak.net arigo at codespeak.net
Sat Jul 14 17:33:28 CEST 2007


Author: arigo
Date: Sat Jul 14 17:33:28 2007
New Revision: 45088

Modified:
   pypy/dist/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
Log:
Reminder that substructures will mysteriously fail at the moment.


Modified: pypy/dist/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/test/test_ll2ctypes.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/test/test_ll2ctypes.py	Sat Jul 14 17:33:28 2007
@@ -313,3 +313,6 @@
     lltype.free(a, flavor='raw')
 
 # def test_signal():...
+
+def test_substructures():
+    py.test.skip("XXX test and implement substructures")



More information about the Pypy-commit mailing list