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

arigo at codespeak.net arigo at codespeak.net
Thu Aug 4 13:32:59 CEST 2005


Author: arigo
Date: Thu Aug  4 13:32:59 2005
New Revision: 15614

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
I think test_new is fixed


Modified: pypy/dist/lib-python/failure_list.txt
==============================================================================
--- pypy/dist/lib-python/failure_list.txt	(original)
+++ pypy/dist/lib-python/failure_list.txt	Thu Aug  4 13:32:59 2005
@@ -18,6 +18,6 @@
 test_decorator 
     fails because globals and locals are None in a nested function ?
 
-test_new
+test_new  (FIXED? by mwh patch to stablecompiler and _stablecompiler)
     fails because our compiler (and also the 'compiler' package) produce
     a STORE_NAME instead of a STORE_GLOBAL for the input "global a; a=5"



More information about the Pypy-commit mailing list