[pypy-commit] pypy jit-short_from_state: fixed test

hakanardo noreply at buildbot.pypy.org
Sun Jul 3 08:44:57 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-short_from_state
Changeset: r45300:a2b71f3b9c8e
Date: 2011-07-02 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/a2b71f3b9c8e/

Log:	fixed 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
@@ -2572,6 +2572,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