[pypy-svn] r52851 - pypy/dist/pypy/lib/app_test/ctypes

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Mar 23 00:15:39 CET 2008


Author: cfbolz
Date: Sun Mar 23 00:15:39 2008
New Revision: 52851

Added:
   pypy/dist/pypy/lib/app_test/ctypes/test_slicing.py
      - copied, changed from r52827, pypy/dist/pypy/lib/ctypes/test/test_slicing.py
Modified:
   pypy/dist/pypy/lib/app_test/ctypes/description.txt
   pypy/dist/pypy/lib/app_test/ctypes/test_stringptr.py
Log:
port another test file. works, but one test leaks


Modified: pypy/dist/pypy/lib/app_test/ctypes/description.txt
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/description.txt	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/description.txt	Sun Mar 23 00:15:39 2008
@@ -15,8 +15,6 @@
 test_repr.py       # not implemented
 test_returnfuncptrs.py
 test_simplesubclasses.py
-test_slicing.py
-test_stringptr.py
 test_struct_fields.py
 test_unaligned_structures.py
 test_values.py     # some strange stuff

Modified: pypy/dist/pypy/lib/app_test/ctypes/test_stringptr.py
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/test_stringptr.py	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/test_stringptr.py	Sun Mar 23 00:15:39 2008
@@ -7,6 +7,7 @@
     _ctypes_test = str(conftest.sofile)
     mod.lib = CDLL(_ctypes_test)
 
+
 class TestStringPtr(BaseCTypesTestChecker):
 
     def test__POINTER_c_char(self):



More information about the Pypy-commit mailing list