[pypy-commit] pypy default: fix test

hakanardo noreply at buildbot.pypy.org
Sat Jul 2 19:19:40 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: 
Changeset: r45281:614fe9ee6621
Date: 2011-07-02 19:26 +0200
http://bitbucket.org/pypy/pypy/changeset/614fe9ee6621/

Log:	fix test

diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/test_ajit.py
+++ b/pypy/jit/metainterp/test/test_ajit.py
@@ -2322,6 +2322,7 @@
             myjitdriver.set_param('threshold', 3)
             myjitdriver.set_param('trace_eagerness', 1)
             myjitdriver.set_param('retrace_limit', 5)
+            myjitdriver.set_param('function_threshold', -1)
             pc = sa = i = 0
             while pc < len(bytecode):
                 myjitdriver.jit_merge_point(pc=pc, n=n, sa=sa, i=i)


More information about the pypy-commit mailing list