[pypy-svn] r75283 - pypy/branch/jit-call-assembler/pypy/jit/metainterp/test

arigo at codespeak.net arigo at codespeak.net
Fri Jun 11 20:05:05 CEST 2010


Author: arigo
Date: Fri Jun 11 20:04:56 2010
New Revision: 75283

Modified:
   pypy/branch/jit-call-assembler/pypy/jit/metainterp/test/test_recursive.py
Log:
Ah, I forgot to mention that the test only fails in the x86 backend.


Modified: pypy/branch/jit-call-assembler/pypy/jit/metainterp/test/test_recursive.py
==============================================================================
--- pypy/branch/jit-call-assembler/pypy/jit/metainterp/test/test_recursive.py	(original)
+++ pypy/branch/jit-call-assembler/pypy/jit/metainterp/test/test_recursive.py	Fri Jun 11 20:04:56 2010
@@ -777,7 +777,8 @@
             # Note that in order for that test to catch failures, it needs
             # three levels of recursion: the vable_token of the subframe
             # at the level 2 is set to a non-zero value when doing the
-            # call to the level 3 only.
+            # call to the level 3 only.  This used to fail when the test
+            # is run via pypy.jit.backend.x86.test.test_recursive.
             assert ll_subframe.vable_token == 0
 
         def main(codeno):



More information about the Pypy-commit mailing list