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

arigo at codespeak.net arigo at codespeak.net
Thu Aug 4 11:27:30 CEST 2005


Author: arigo
Date: Thu Aug  4 11:27:28 2005
New Revision: 15598

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


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 11:27:28 2005
@@ -17,3 +17,7 @@
 
 test_decorator 
     fails because globals and locals are None in a nested function ?
+
+test_new
+    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