[pypy-svn] r15589 - pypy/dist/lib-python

ale at codespeak.net ale at codespeak.net
Thu Aug 4 10:09:00 CEST 2005


Author: ale
Date: Thu Aug  4 10:08:59 2005
New Revision: 15589

Added:
   pypy/dist/lib-python/test_fails.txt
Log:
A list of why compliance tests fails. This list is not complete.

Added: pypy/dist/lib-python/test_fails.txt
==============================================================================
--- (empty file)
+++ pypy/dist/lib-python/test_fails.txt	Thu Aug  4 10:08:59 2005
@@ -0,0 +1,11 @@
+test_pprint fails because  "dict.__repr__ is dict.__repr__" equals False
+
+test_import fails because os.open is case insensitive (at least on Mac os X)
+
+multiple tests fails because from __future__ import division does not work (true division is never enabled)
+
+test_iterlen fails because len is not implemented for SeqIter (and other structures like generators (reversed) )
+
+test_compiler fails because of "maximum recursion depth exceeded"
+
+test_decorator fails because globals and locals are None in a nested function ?
\ No newline at end of file



More information about the Pypy-commit mailing list