[pypy-svn] r53565 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Tue Apr 8 12:04:39 CEST 2008


Author: pedronis
Date: Tue Apr  8 12:04:38 2008
New Revision: 53565

Modified:
   pypy/dist/pypy/doc/ctypes-implementation.txt
Log:
the number of passing tests varies a little bit because of test_find depending on which OpenGL libraries are around 



Modified: pypy/dist/pypy/doc/ctypes-implementation.txt
==============================================================================
--- pypy/dist/pypy/doc/ctypes-implementation.txt	(original)
+++ pypy/dist/pypy/doc/ctypes-implementation.txt	Tue Apr  8 12:04:38 2008
@@ -120,7 +120,7 @@
    $ cd ../.. # back to pypy/
    $ ./translator/goal/pypy-c test_all.py lib/app_test/ctypes_tests
 
-There should be 255 passed and 36 skipped tests.
+There should be 36 skipped tests and all other tests should pass.
 
 Running application examples
 ==============================



More information about the Pypy-commit mailing list