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

arigo at codespeak.net arigo at codespeak.net
Fri Aug 5 11:56:43 CEST 2005


Author: arigo
Date: Fri Aug  5 11:56:40 2005
New Revision: 15661

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


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 11:56:40 2005
@@ -32,3 +32,7 @@
    do we want to support x is x*1 where x is exactly a tuple?
 
 test_new FIXED
+
+test_extcall
+   cannot be fixed.  PyPy produces different TypeError messages but they are
+   also correct and useful (reviewed them again).



More information about the Pypy-commit mailing list