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

arigo at codespeak.net arigo at codespeak.net
Fri Aug 5 12:18:43 CEST 2005


Author: arigo
Date: Fri Aug  5 12:18:41 2005
New Revision: 15666

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
Progress...


Modified: pypy/dist/lib-python/failure_list.txt
==============================================================================
--- pypy/dist/lib-python/failure_list.txt	(original)
+++ pypy/dist/lib-python/failure_list.txt	Fri Aug  5 12:18:41 2005
@@ -36,3 +36,9 @@
 test_extcall
    cannot be fixed.  PyPy produces different TypeError messages but they are
    also correct and useful (reviewed them again).
+
+test_optparse FIXED?
+
+test_mutants FIXED?
+   overriding __repr__ in a dict subclass doesn't change the str().
+   The dict class should not have an __str__ of its own.



More information about the Pypy-commit mailing list