[pypy-commit] pypy jitcounter-on-function: fix the test

fijal noreply at buildbot.pypy.org
Thu Jun 16 10:09:34 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitcounter-on-function
Changeset: r44963:7c9c56b2b688
Date: 2011-06-16 10:12 +0200
http://bitbucket.org/pypy/pypy/changeset/7c9c56b2b688/

Log:	fix the test

diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/metainterp/test/test_recursive.py
--- a/pypy/jit/metainterp/test/test_recursive.py
+++ b/pypy/jit/metainterp/test/test_recursive.py
@@ -483,6 +483,7 @@
  
         def main(inline):
             myjitdriver.set_param("threshold", 10)
+            myjitdriver.set_param('function_threshold', 60)
             if inline:
                 myjitdriver.set_param('inlining', True)
             else:


More information about the pypy-commit mailing list