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

pedronis at codespeak.net pedronis at codespeak.net
Fri Aug 5 17:49:41 CEST 2005


Author: pedronis
Date: Fri Aug  5 17:49:40 2005
New Revision: 15700

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



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 17:49:40 2005
@@ -28,6 +28,11 @@
     - __future__ import division problems
 
 
+test_mutants
+   still crashes because it does a str() on a a mutating dict
+   which results in a RuntimeError, what does CPython output in this case?
+
+
 test_tuple etc
    do we want to support x is x*1 where x is exactly a tuple?
 
@@ -39,9 +44,6 @@
 
 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.
 
 test_sort FIXED
    different way of detecting mutations during sort: PyPy didn't detect



More information about the Pypy-commit mailing list