[pypy-svn] r76616 - pypy/branch/kill-caninline/pypy/jit/metainterp/test

arigo at codespeak.net arigo at codespeak.net
Fri Aug 13 18:15:31 CEST 2010


Author: arigo
Date: Fri Aug 13 18:15:30 2010
New Revision: 76616

Modified:
   pypy/branch/kill-caninline/pypy/jit/metainterp/test/test_recursive.py
Log:
Remove this note from r70777, which I am guessing is exactly what
my test covers.  If I'm right, then no wonder you failed to write
the test so far, because I think it could not happen before the
branch/kill-caninline.


Modified: pypy/branch/kill-caninline/pypy/jit/metainterp/test/test_recursive.py
==============================================================================
--- pypy/branch/kill-caninline/pypy/jit/metainterp/test/test_recursive.py	(original)
+++ pypy/branch/kill-caninline/pypy/jit/metainterp/test/test_recursive.py	Fri Aug 13 18:15:30 2010
@@ -1062,10 +1062,6 @@
             res = self.meta_interp(main, [], inline=True, trace_limit=tlimit)
             assert ''.join(res.chars) == 'ABCDEFGHIabcdefghijJ' * 5
 
-    # There is a test which I fail to write.
-    #   * what happens if we call recursive_call while blackholing
-    #     this seems to be completely corner case and not really happening
-    #     in the wild
 
 class TestLLtype(RecursiveTests, LLJitMixin):
     pass



More information about the Pypy-commit mailing list