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

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Mar 23 11:12:49 CET 2008


Author: cfbolz
Date: Sun Mar 23 11:12:48 2008
New Revision: 52861

Added:
   pypy/dist/pypy/lib/app_test/ctypes/test_random_things.py
      - copied, changed from r52827, pypy/dist/pypy/lib/ctypes/test/test_random_things.py
Modified:
   pypy/dist/pypy/lib/app_test/ctypes/description.txt
Log:
port another file. this test is strange


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 11:12:48 2008
@@ -7,7 +7,6 @@
 test_macholib.py  # OS X specific
 test_objects.py   # implementation details: ._objects
 test_python_api.py # CPython specific
-test_random_things.py
 test_refcounts.py  # CPython specific
 test_repr.py       # not implemented
 test_unaligned_structures.py # _pack_ not implemented



More information about the Pypy-commit mailing list