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

arigo at codespeak.net arigo at codespeak.net
Fri Aug 5 12:38:46 CEST 2005


Author: arigo
Date: Fri Aug  5 12:38:44 2005
New Revision: 15668

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
test_sort fixed?


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:38:44 2005
@@ -42,3 +42,7 @@
 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
+   changes done by the __del__ method of the key-wrapper objects.



More information about the Pypy-commit mailing list