[pypy-svn] r59466 - pypy/trunk/lib-python

arigo at codespeak.net arigo at codespeak.net
Tue Oct 28 10:26:35 CET 2008


Author: arigo
Date: Tue Oct 28 10:26:35 2008
New Revision: 59466

Modified:
   pypy/trunk/lib-python/failure_list.txt
Log:
I don't understand this one.


Modified: pypy/trunk/lib-python/failure_list.txt
==============================================================================
--- pypy/trunk/lib-python/failure_list.txt	(original)
+++ pypy/trunk/lib-python/failure_list.txt	Tue Oct 28 10:26:35 2008
@@ -1,7 +1,10 @@
 test name           !=must fix      guess at failure cause or difficulty
 -------------------------------------------------------------------------------------------
-test__locale             arigo   wrong locale installation on wyvern
+test__locale                 !   wrong locale installation on wyvern
                                  install correct locale on wyvern :-)
+                                 <arigo> I don't understand the above comment:
+                                 test__locale passes on python2.5 but fails
+                                 on pypy-c, so surely there is another problem?
 
 test_ast                         import _ast
 test_bigmem                  !   one looks like bug, the others like impl details



More information about the Pypy-commit mailing list